diff options
author | Tejas Upadhyay <tejas.upadhyay@intel.com> | 2024-08-12 19:11:17 +0530 |
---|---|---|
committer | Matt Roper <matthew.d.roper@intel.com> | 2024-08-12 16:47:55 -0700 |
commit | 21ff3a16e92e2fa4f906a61d148aca1423c58298 (patch) | |
tree | 3372c6c3944385781b87aaac624ab8223b2de31d /drivers/gpu/drm/xe/xe_wa.c | |
parent | 39fa14e5bdd037f50df0af408da7251e400b41fd (diff) | |
download | lwn-21ff3a16e92e2fa4f906a61d148aca1423c58298.tar.gz lwn-21ff3a16e92e2fa4f906a61d148aca1423c58298.zip |
drm/xe/xe2hpg: Add Wa_14021821874
Wa_14021821874 applies to xe2_hpg
V2(Himal):
- Use space after define
Cc: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Signed-off-by: Tejas Upadhyay <tejas.upadhyay@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240812134117.813670-1-tejas.upadhyay@intel.com
Diffstat (limited to 'drivers/gpu/drm/xe/xe_wa.c')
-rw-r--r-- | drivers/gpu/drm/xe/xe_wa.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c index 564e32e44e3b..28b7f95b6c2f 100644 --- a/drivers/gpu/drm/xe/xe_wa.c +++ b/drivers/gpu/drm/xe/xe_wa.c @@ -542,6 +542,10 @@ static const struct xe_rtp_entry_sr engine_was[] = { XE_RTP_RULES(GRAPHICS_VERSION(2001), ENGINE_CLASS(RENDER)), XE_RTP_ACTIONS(SET(HALF_SLICE_CHICKEN7, CLEAR_OPTIMIZATION_DISABLE)) }, + { XE_RTP_NAME("14021821874"), + XE_RTP_RULES(GRAPHICS_VERSION(2001), FUNC(xe_rtp_match_first_render_or_compute)), + XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, STK_ID_RESTRICT)) + }, /* Xe2_LPM */ |