diff options
author | Sai Teja Pottumuttu <[email protected]> | 2024-06-19 12:26:14 +0530 |
---|---|---|
committer | Matt Roper <[email protected]> | 2024-06-20 09:45:00 -0700 |
commit | d35386b3a77bb26d771c7d7c59dab8a920ab62ee (patch) | |
tree | 5fb30acdf477d14ad090ba7aabd0a0c0546cc2ad | |
parent | 93d2d3e4c5d075ed691bf940f7eaf938cf8c6632 (diff) |
drm/xe/xelpgp: Extend Wa_14019877138 to graphics 12.74
Wa_14019877138 is also needed for xe_lpgp graphics 12.74
Signed-off-by: Sai Teja Pottumuttu <[email protected]>
Reviewed-by: Shekhar Chauhan <[email protected]>
Signed-off-by: Matt Roper <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | drivers/gpu/drm/xe/xe_wa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c index 0b6fbbebc41e..21b554627792 100644 --- a/drivers/gpu/drm/xe/xe_wa.c +++ b/drivers/gpu/drm/xe/xe_wa.c @@ -629,7 +629,7 @@ static const struct xe_rtp_entry_sr lrc_was[] = { XE_RTP_ACTIONS(SET(CACHE_MODE_1, MSAA_OPTIMIZATION_REDUC_DISABLE)) }, { XE_RTP_NAME("14019877138"), - XE_RTP_RULES(GRAPHICS_VERSION_RANGE(1270, 1271), ENGINE_CLASS(RENDER)), + XE_RTP_RULES(GRAPHICS_VERSION_RANGE(1270, 1274), ENGINE_CLASS(RENDER)), XE_RTP_ACTIONS(SET(XEHP_PSS_CHICKEN, FD_END_COLLECT)) }, |