On Wed, Sep 07, 2022 at 04:25:42PM -0700, Lucas De Marchi wrote:
This reverts commit 487970e8bb776c989013bb59d6cbb22e45b9afc6.
Updated bspec and workaround database note Wa_1409120013 is not needed
for DG2 (or any Xe_LPD) platform. Simply check by display version 12.
v2: Simplify condition check to display version (Matt Roper)
Cc: Matt Atwood <matthew.s.atwood@xxxxxxxxx>
Cc: Clint Taylor <Clinton.A.Taylor@xxxxxxxxx>
Signed-off-by: Lucas De Marchi <lucas.demarchi@xxxxxxxxx>
Reviewed-by: Matt Roper <matthew.d.roper@xxxxxxxxx>
---
drivers/gpu/drm/i915/intel_pm.c | 5 ++---
+Joonas
heads up that being a WA I ended up merging this through
drm-intel-gt-next. On a hindsight that should probably had gone through
drm-intel-next instead since it's a display workaround touching
drivers/gpu/drm/i915/intel_pm.c and not the more usual
drivers/gpu/drm/i915/gt/intel_workarounds.c
Lucas De Marchi