✗ CI.checkpatch: warning for Use MI_MATH to apply RMW WA in LRC (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Fri Mar 7 18:13:03 UTC 2025
== Series Details ==
Series: Use MI_MATH to apply RMW WA in LRC (rev3)
URL : https://patchwork.freedesktop.org/series/145732/
State : warning
== 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
cbb4e4a079d89106c2736adc3c7de6f9dc56da07
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit e808a9b817829a4e18dd198c9055576f5e97ba30
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Mon Mar 3 18:35:22 2025 +0100
drm/xe/vf: Unblock xe_rtp_process_to_sr for VFs
In commit 9632dfb0def4 ("drm/xe/vf: Don't run any save-restore
RTP actions if VF") we disabled processing of all RTP rules if
we were running as a VFs, since many of the RTP actions were
trying to access registers unaccessible for VFs.
This also included all of LRC WA rules, since some of them were
implemented in a way that required RMW pattern.
Now, as we can program LRC WAs without accessing such registers
from the driver, relying on the MI_MATH instruction instead, we
can unblock xe_rtp_process_to_sr() for VFs.
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
Cc: Matt Roper <matthew.d.roper at intel.com>
Reviewed-by: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch f811577f424491a57b1e8669bde62998227d6907 drm-intel
f7ce5a8d5562 drm/xe: Add MI_LOAD_REGISTER_REG command definition
24880cc31140 drm/xe: Add MI_MATH and ALU instruction definitions
-:19: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#19:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 96 lines checked
a3be5ced5708 drm/xe: Avoid reading RMW registers in emit_wa_job
e3c9c708cfa7 drm/xe/vf: Stop applying save-restore MMIOs if VF
e808a9b81782 drm/xe/vf: Unblock xe_rtp_process_to_sr for VFs
More information about the Intel-xe
mailing list