Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2] drm/xe/xe2hpg: Add Wa_15016589081
@ 2024-09-04 10:13 Tejas Upadhyay
  2024-09-04 10:12 ` Ghimiray, Himal Prasad
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Tejas Upadhyay @ 2024-09-04 10:13 UTC (permalink / raw)
  To: intel-xe; +Cc: Matt Roper, Himal Prasad Ghimiray, Tejas Upadhyay, Gustavo Sousa

Wa_15016589081 applies to xe2_hpg renderCS

V2(Gustavo)
  - rename bit macro

Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Signed-off-by: Tejas Upadhyay <tejas.upadhyay@intel.com>
---
 drivers/gpu/drm/xe/regs/xe_gt_regs.h | 1 +
 drivers/gpu/drm/xe/xe_wa.c           | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/drivers/gpu/drm/xe/regs/xe_gt_regs.h b/drivers/gpu/drm/xe/regs/xe_gt_regs.h
index 0d1a4a9f4e11..660ff42e45a6 100644
--- a/drivers/gpu/drm/xe/regs/xe_gt_regs.h
+++ b/drivers/gpu/drm/xe/regs/xe_gt_regs.h
@@ -105,6 +105,7 @@
 
 #define CHICKEN_RASTER_1			XE_REG_MCR(0x6204, XE_REG_OPTION_MASKED)
 #define   DIS_SF_ROUND_NEAREST_EVEN		REG_BIT(8)
+#define   DIS_CLIP_NEGATIVE_BOUNDING_BOX	REG_BIT(6)
 
 #define CHICKEN_RASTER_2			XE_REG_MCR(0x6208, XE_REG_OPTION_MASKED)
 #define   TBIMR_FAST_CLIP			REG_BIT(5)
diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c
index 28b7f95b6c2f..d424992514a4 100644
--- a/drivers/gpu/drm/xe/xe_wa.c
+++ b/drivers/gpu/drm/xe/xe_wa.c
@@ -733,6 +733,10 @@ static const struct xe_rtp_entry_sr lrc_was[] = {
 			     DIS_PARTIAL_AUTOSTRIP |
 			     DIS_AUTOSTRIP))
 	},
+	{ XE_RTP_NAME("15016589081"),
+	  XE_RTP_RULES(GRAPHICS_VERSION(2001), ENGINE_CLASS(RENDER)),
+	  XE_RTP_ACTIONS(SET(CHICKEN_RASTER_1, DIS_CLIP_NEGATIVE_BOUNDING_BOX))
+	},
 
 	{}
 };
-- 
2.25.1


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

end of thread, other threads:[~2024-09-11 13:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-04 10:13 [PATCH V2] drm/xe/xe2hpg: Add Wa_15016589081 Tejas Upadhyay
2024-09-04 10:12 ` Ghimiray, Himal Prasad
2024-09-04 12:09 ` ✓ CI.Patch_applied: success for drm/xe/xe2hpg: Add Wa_15016589081 (rev2) Patchwork
2024-09-04 12:09 ` ✓ CI.checkpatch: " Patchwork
2024-09-04 12:10 ` ✓ CI.KUnit: " Patchwork
2024-09-04 12:22 ` ✓ CI.Build: " Patchwork
2024-09-04 12:24 ` ✓ CI.Hooks: " Patchwork
2024-09-04 12:26 ` ✓ CI.checksparse: " Patchwork
2024-09-06 10:55 ` ✗ CI.FULL: failure " Patchwork
2024-09-11  9:15   ` Upadhyay, Tejas
2024-09-11 13:57   ` Nirmoy Das

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