✓ CI.checkpatch: success for drm/xe: remove GuC reload in D3Hot path (rev6)
Patchwork
patchwork at emeril.freedesktop.org
Wed Aug 7 13:32:59 UTC 2024
== Series Details ==
Series: drm/xe: remove GuC reload in D3Hot path (rev6)
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
66551fd1be58212fb46d0bc97f2e5ae43c69b733
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit e4b0198c134dd0a220141cfd6bfe7b2efe1df15d
Author: Riana Tauro <riana.tauro at intel.com>
Date: Wed Aug 7 19:10:50 2024 +0530
drm/xe: remove GuC reload in D3Hot path
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)
Signed-off-by: Riana Tauro <riana.tauro at intel.com>
+ /mt/dim checkpatch 4f5d551409fb5562ab0d732120e7ac9b698b5864 drm-intel
b486f2ef544c drm/xe: modify GuC CTB enable communication
e4b0198c134d drm/xe: remove GuC reload in D3Hot path
More information about the Intel-xe
mailing list