Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/fbc: update the impacted platforms in wa_22014263786
@ 2025-09-24 10:03 Vinod Govindapillai
  2025-09-24 10:55 ` ✓ i915.CI.BAT: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Vinod Govindapillai @ 2025-09-24 10:03 UTC (permalink / raw)
  To: intel-xe, intel-gfx
  Cc: vinod.govindapillai, jouni.hogander, kunal1.joshi, jani.saarinen

wa_22014263786 is not applicable to the BMG and hence exclude it
from the wa.

Bspec: 74212, 66624
Signed-off-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
---
 drivers/gpu/drm/i915/display/intel_fbc.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/display/intel_fbc.c b/drivers/gpu/drm/i915/display/intel_fbc.c
index 0d380c825791..2938ee4b64d8 100644
--- a/drivers/gpu/drm/i915/display/intel_fbc.c
+++ b/drivers/gpu/drm/i915/display/intel_fbc.c
@@ -934,7 +934,8 @@ static void intel_fbc_program_workarounds(struct intel_fbc *fbc)
 			     0, DPFC_CHICKEN_COMP_DUMMY_PIXEL);
 
 	/* Wa_22014263786:icl,jsl,tgl,dg1,rkl,adls,adlp,mtl */
-	if (DISPLAY_VER(display) >= 11 && !display->platform.dg2)
+	if (DISPLAY_VER(display) >= 11 && !display->platform.dg2 &&
+	    !display->platform.battlemage)
 		intel_de_rmw(display, ILK_DPFC_CHICKEN(fbc->id),
 			     0, DPFC_CHICKEN_FORCE_SLB_INVALIDATION);
 
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-09-25 16:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-24 10:03 [PATCH] drm/i915/fbc: update the impacted platforms in wa_22014263786 Vinod Govindapillai
2025-09-24 10:55 ` ✓ i915.CI.BAT: success for " Patchwork
2025-09-24 19:41 ` ✓ i915.CI.Full: " Patchwork
2025-09-24 20:46 ` [PATCH] " Lucas De Marchi
2025-09-25 16:31   ` Govindapillai, Vinod
2025-09-25 16:40     ` Lucas De Marchi
2025-09-25 13:15 ` Garg, Nemesa
2025-09-25 16:32   ` Govindapillai, Vinod

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox