mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
drm/i915/mtl: Apply Wa_14013475917 for all MTL steppings
Wa_14013475917 has to be applied for all MTL steppings. Bspec: 66624 Cc: Mika Kahola <mika.kahola@intel.com> Cc: José Roberto de Souza <jose.souza@intel.com> Signed-off-by: Jouni Högander <jouni.hogander@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230124102636.2567292-3-jouni.hogander@intel.com
This commit is contained in:
parent
3d35fe712e
commit
d3eb347da1
|
|
@ -538,9 +538,7 @@ void hsw_write_infoframe(struct intel_encoder *encoder,
|
|||
0);
|
||||
|
||||
/* Wa_14013475917 */
|
||||
if ((DISPLAY_VER(dev_priv) == 13 ||
|
||||
IS_MTL_DISPLAY_STEP(dev_priv, STEP_A0, STEP_B0)) && crtc_state->has_psr &&
|
||||
type == DP_SDP_VSC)
|
||||
if (IS_DISPLAY_VER(dev_priv, 13, 14) && crtc_state->has_psr && type == DP_SDP_VSC)
|
||||
return;
|
||||
|
||||
val |= hsw_infoframe_enable(type);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user