Skip to content

Commit 4931c01

Browse files
committed
Merge tag 'drm-intel-fixes-2024-07-02' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes
drm/i915 fixes for v6.10-rc7: - Skip unnecessary MG programming, avoiding warnings (Imre) Signed-off-by: Daniel Vetter <[email protected]> From: Jani Nikula <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
2 parents 22a40d1 + f723833 commit 4931c01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/gpu/drm/i915/display/intel_ddi.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2088,6 +2088,9 @@ icl_program_mg_dp_mode(struct intel_digital_port *dig_port,
20882088
u32 ln0, ln1, pin_assignment;
20892089
u8 width;
20902090

2091+
if (DISPLAY_VER(dev_priv) >= 14)
2092+
return;
2093+
20912094
if (!intel_encoder_is_tc(&dig_port->base) ||
20922095
intel_tc_port_in_tbt_alt_mode(dig_port))
20932096
return;

0 commit comments

Comments
 (0)