✓ CI.checkpatch: success for drm/xe: remove GuC reload in D3Hot path (rev5)
Patchwork
patchwork at emeril.freedesktop.org
Thu Aug 1 05:52:46 UTC 2024
== Series Details ==
Series: drm/xe: remove GuC reload in D3Hot path (rev5)
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
7b537a014c4c1a32250e342541870b03977fa7a4
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a96df9460cef67a5aaecd081865a6dd27ab82af0
Author: Riana Tauro <riana.tauro at intel.com>
Date: Thu Aug 1 11:29:41 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)
Signed-off-by: Riana Tauro <riana.tauro at intel.com>
+ /mt/dim checkpatch 171eab5202f1033b5f509bae5214c8d7853336eb drm-intel
d27fe036fe35 drm/xe: modify GuC CTB enable communication
a96df9460cef drm/xe: remove GuC reload in D3Hot path
More information about the Intel-xe
mailing list