✓ CI.checkpatch: success for drm/xe: remove GuC reload in D3Hot path (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Wed Jul 17 07:01:23 UTC 2024
== Series Details ==
Series: drm/xe: remove GuC reload in D3Hot path (rev4)
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit bc1f9d91a247bf5ead0996144c1bfcd69d19e3d4
Author: Riana Tauro <riana.tauro at intel.com>
Date: Wed Jul 17 11:25:58 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)
Signed-off-by: Riana Tauro <riana.tauro at intel.com>
+ /mt/dim checkpatch 49a697d7731bfbd13087d4167151cc91ec613f13 drm-intel
5f23bc6e58b5 drm/xe: modify GuC CTB enable communication
bc1f9d91a247 drm/xe: remove GuC reload in D3Hot path
More information about the Intel-xe
mailing list