Skip to content

Commit 94bcf87

Browse files
committed
drm/i915/mtl: Drop Wa_14017240301
Drop Wa_14017240301, which is only relevant to pre-production MTL hardware. Although we usually wait a little bit longer to start dropping pre-production workarounds for a platform, it was suggested to eliminate this one slightly earlier because it's a bit unusual/ugly: this workaround is a display-specific workaround that requires matching on the graphics/GT IP version instead of the display IP version. Suggested-by: Jani Nikula <jani.nikula@linux.intel.com> Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230907000354.3729827-2-matthew.d.roper@intel.com
1 parent 4632e32 commit 94bcf87

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2169,11 +2169,6 @@ skl_plane_disable_flip_done(struct intel_plane *plane)
21692169
static bool skl_plane_has_rc_ccs(struct drm_i915_private *i915,
21702170
enum pipe pipe, enum plane_id plane_id)
21712171
{
2172-
/* Wa_14017240301 */
2173-
if (IS_GFX_GT_IP_STEP(to_gt(i915), IP_VER(12, 70), STEP_A0, STEP_B0) ||
2174-
IS_GFX_GT_IP_STEP(to_gt(i915), IP_VER(12, 71), STEP_A0, STEP_B0))
2175-
return false;
2176-
21772172
/* Wa_22011186057 */
21782173
if (IS_ADLP_DISPLAY_STEP(i915, STEP_A0, STEP_B0))
21792174
return false;

0 commit comments

Comments
 (0)