]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/dmc: Pass crtc_state to intel_dmc_{enable,disable}_pipe()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 17 Jun 2025 17:07:58 +0000 (20:07 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 23 Jun 2025 14:50:07 +0000 (17:50 +0300)
commit7a8ccadb5425bc42468d2866c1a5ad273cb2c2c3
tree839be6fd0556d0ff3fc640478fd1287b2d3ef5b1
parent43175c92d403828563e3e4d74f94f13a07dca657
drm/i915/dmc: Pass crtc_state to intel_dmc_{enable,disable}_pipe()

I'll need to examine the crtc state during intel_dmc_enable_pipe().
To that end pass the whole crtc into intel_dmc_{enable,disable}_pipe().

Reviewed-by: Uma Shankar <uma.shankar@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250617170759.19552-9-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_display.c
drivers/gpu/drm/i915/display/intel_dmc.c
drivers/gpu/drm/i915/display/intel_dmc.h
drivers/gpu/drm/i915/display/intel_modeset_setup.c