✓ CI.checkpatch: success for drm/xe/xe2lpm: Fixup Wa_14020756599 (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Fri Jun 7 12:30:27 UTC 2024
== Series Details ==
Series: drm/xe/xe2lpm: Fixup Wa_14020756599 (rev2)
URL : https://patchwork.freedesktop.org/series/134571/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 4a06f013aa44bc15c8e5c6fb2ef319705f749cb1
Author: Tejas Upadhyay <tejas.upadhyay at intel.com>
Date: Fri Jun 7 17:55:28 2024 +0530
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 <tejas.upadhyay at intel.com>
+ /mt/dim checkpatch d9550a18e990d5709c4bc33073842a3c0a8bcaea drm-intel
4a06f013aa44 drm/xe/xe2lpm: Fixup Wa_14020756599
More information about the Intel-xe
mailing list