]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915/dp: Use crtc_state->enhanced_framing properly on ivb/hsw CPU eDP
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 25 Mar 2026 13:58:45 +0000 (15:58 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 30 Mar 2026 15:56:58 +0000 (18:56 +0300)
commit799fe8dc2af52f35c78c4ac97f8e34994dfd8760
treefe6a9201cfdcf5afe426106a98f956224640cf22
parent0f21a14987ebae3c05ad1184ea872e7b7a7b8695
drm/i915/dp: Use crtc_state->enhanced_framing properly on ivb/hsw CPU eDP

Looks like I missed the drm_dp_enhanced_frame_cap() in the ivb/hsw CPU
eDP code when I introduced crtc_state->enhanced_framing. Fix it up so
that the state we program to the hardware is guaranteed to match what
we computed earlier.

Cc: stable@vger.kernel.org
Fixes: 3072a24c778a ("drm/i915: Introduce crtc_state->enhanced_framing")
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/20260325135849.12603-3-ville.syrjala@linux.intel.com
Reviewed-by: Michał Grzelak <michal.grzelak@intel.com>
drivers/gpu/drm/i915/display/g4x_dp.c