Skip to content

Commit 1aeb1c0

Browse files
ranumintelmattrope
authored andcommitted
drm/i915: Add Wa_22010465259 in its respective WA list
Add Wa_22010465259 which points to an existing WA, but was missing from the comment list. While at it, update the other WAs and their applicable platforms as well. v1: Initial commit. v2: Add DG2 platform to Wa_22010465259. v3: Removed DG2 platform to Wa_22010465259 since it was for preproduction. Signed-off-by: Ranu Maurya <ranu.maurya@intel.com> Reviewed-by: Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com> Reviewed-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20250116093115.2437154-1-ranu.maurya@intel.com Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
1 parent 9e304a1 commit 1aeb1c0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

drivers/gpu/drm/i915/gt/intel_workarounds.c

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -691,16 +691,17 @@ static void gen12_ctx_workarounds_init(struct intel_engine_cs *engine,
691691
struct drm_i915_private *i915 = engine->i915;
692692

693693
/*
694-
* Wa_1409142259:tgl,dg1,adl-p
694+
* Wa_1409142259:tgl,dg1,adl-p,adl-n
695695
* Wa_1409347922:tgl,dg1,adl-p
696696
* Wa_1409252684:tgl,dg1,adl-p
697697
* Wa_1409217633:tgl,dg1,adl-p
698698
* Wa_1409207793:tgl,dg1,adl-p
699-
* Wa_1409178076:tgl,dg1,adl-p
700-
* Wa_1408979724:tgl,dg1,adl-p
701-
* Wa_14010443199:tgl,rkl,dg1,adl-p
702-
* Wa_14010698770:tgl,rkl,dg1,adl-s,adl-p
703-
* Wa_1409342910:tgl,rkl,dg1,adl-s,adl-p
699+
* Wa_1409178076:tgl,dg1,adl-p,adl-n
700+
* Wa_1408979724:tgl,dg1,adl-p,adl-n
701+
* Wa_14010443199:tgl,rkl,dg1,adl-p,adl-n
702+
* Wa_14010698770:tgl,rkl,dg1,adl-s,adl-p,adl-n
703+
* Wa_1409342910:tgl,rkl,dg1,adl-s,adl-p,adl-n
704+
* Wa_22010465259:tgl,rkl,dg1,adl-s,adl-p,adl-n
704705
*/
705706
wa_masked_en(wal, GEN11_COMMON_SLICE_CHICKEN3,
706707
GEN12_DISABLE_CPS_AWARE_COLOR_PIPE);

0 commit comments

Comments
 (0)