]> Git Repo - linux.git/commit
drm/xe/xe2lpm: Fixup Wa_14020756599
authorTejas Upadhyay <[email protected]>
Fri, 7 Jun 2024 12:25:28 +0000 (17:55 +0530)
committerLucas De Marchi <[email protected]>
Tue, 11 Jun 2024 15:21:01 +0000 (08:21 -0700)
commit24d0d98af1c32ac6452fe04e0b5464a59303b5c9
tree46bef4f6e8da7a8e110ebde33308c9389487f306
parent4ca1a12a1b3520681cc274a38333d4294ac8050f
drm/xe/xe2lpm: Fixup Wa_14020756599

This WA needs to be applied to graphics GT when the media version
is 2000. Currently, media version 2000 is always paired with
graphics version 2004 which will result in writing same register
with same bits twice. We can't add optional rule in rtp
framework and also writing same register with same bits gives
warning.

Currently, media version 2000 is always paired with graphics version
2004, so just checking the latter is sufficient.

V2(Lucas):
  - Add more detail in commit message
  - Improve code comment to follow guideline

Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/2016
Fixes: 131328aa5699 ("drm/xe/xe2lpm: Add permanent Wa_14020756599")
Signed-off-by: Tejas Upadhyay <[email protected]>
Reviewed-by: Lucas De Marchi <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Lucas De Marchi <[email protected]>
drivers/gpu/drm/xe/xe_rtp.c
drivers/gpu/drm/xe/xe_rtp.h
drivers/gpu/drm/xe/xe_wa.c
This page took 0.061058 seconds and 4 git commands to generate.