diff options
author | Shekhar Chauhan <shekhar.chauhan@intel.com> | 2024-01-09 11:25:50 +0530 |
---|---|---|
committer | Matt Roper <matthew.d.roper@intel.com> | 2024-01-09 10:39:43 -0800 |
commit | 9fbedddfc90062e09426108335585487647067e3 (patch) | |
tree | 44a6bc8e8af8db21c71de687e50a95a5e357fd3d /drivers/gpu/drm/xe/xe_wa.c | |
parent | dcddb6f0b06d454c9a3b2b240a43f0e7310c7f7c (diff) | |
download | lwn-9fbedddfc90062e09426108335585487647067e3.tar.gz lwn-9fbedddfc90062e09426108335585487647067e3.zip |
drm/xe/xe2_lpg: Add Wa_16018610683
Force max 128KB SLM during WMTP PASS1 Restore.
BSpec: 70202
Signed-off-by: Shekhar Chauhan <shekhar.chauhan@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://lore.kernel.org/r/20240109055550.679289-1-shekhar.chauhan@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/xe_wa.c')
-rw-r--r-- | drivers/gpu/drm/xe/xe_wa.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c index b77d406e083e..3299130ba10a 100644 --- a/drivers/gpu/drm/xe/xe_wa.c +++ b/drivers/gpu/drm/xe/xe_wa.c @@ -455,7 +455,10 @@ static const struct xe_rtp_entry_sr engine_was[] = { PPHWSP_CSB_AND_TIMESTAMP_REPORT_DIS, XE_RTP_ACTION_FLAG(ENGINE_BASE))) }, - + { XE_RTP_NAME("16018610683"), + XE_RTP_RULES(GRAPHICS_VERSION(2004), FUNC(xe_rtp_match_first_render_or_compute)), + XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, SLM_WMTP_RESTORE)) + }, {} }; |