✓ CI.checkpatch: success for drm/xe: remove GuC reload in D3Hot path (rev9)
Patchwork
patchwork at emeril.freedesktop.org
Thu Oct 3 09:50:46 UTC 2024
== Series Details ==
Series: drm/xe: remove GuC reload in D3Hot path (rev9)
URL : https://patchwork.freedesktop.org/series/135265/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit f433137f1557ba23486a07b4d7b56af0b5c1ed07
Author: Riana Tauro <riana.tauro at intel.com>
Date: Thu Oct 3 15:27:55 2024 +0530
drm/xe: remove GuC reload in D3Hot path
Sending this patch to get CI results.
Currently GuC is reloaded for both runtime resume and system resume.
For D3hot <-> D0 transitions no power is lost during suspend so GuC reload
is not necessary.
Remove GuC reload from D3Hot path and only enable/disable CTB
communication.
v2: rebase
v3: fix commit message
add kernel-doc for gt suspend and resume methods
fix comment
do not split register and enable calls of CT (Michal)
v4: fix commit message
fix comment (Karthik)
split patches
correct kernel-doc (Rodrigo)
v5: do not expose internal function of CT layer (Michal)
remove wait for outstanding g2h as it will be always zero,
use assert instead (Matthew Brost)
use runtime suspend and runtime resume pair for CT layer
(Michal / Matthew Brost)
v6: use xe_gt_WARN_ON instead of xe_gt_assert (Michal)
assert and queue handler if g2h head and tail are
not equal (Matthew Brost)
v7: split functions into runtime suspend and resume (Lucas, Rodrigo)
move enable irq code to ct runtime resume (Michal)
Signed-off-by: Riana Tauro <riana.tauro at intel.com>
+ /mt/dim checkpatch af143300756485947a455fe84414adb35904c230 drm-intel
f433137f1557 drm/xe: remove GuC reload in D3Hot path
More information about the Intel-xe
mailing list