[Intel-xe] ✓ CI.checkpatch: success for drm/xe: remove gucrc disable from suspend path (rev6)
Patchwork
patchwork at emeril.freedesktop.org
Tue Jul 18 11:44:27 UTC 2023
== Series Details ==
Series: drm/xe: remove gucrc disable from suspend path (rev6)
URL : https://patchwork.freedesktop.org/series/120263/
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 4e127b8d9fc4159ad2796808d96ef6be771c3e99
Author: Riana Tauro <riana.tauro at intel.com>
Date: Mon Jul 17 15:29:00 2023 +0530
drm/xe: remove gucrc disable from suspend path
Currently GuCRC is disabled in suspend path for xe.
Rc6 is a prerequiste to enable s0ix and
should not be disabled for s2idle. There is no requirement
to disable GuCRC for S3+.
Remove it from xe_guc_pc_stop, thus removing from suspend path.
Retain the call in other places where xe_guc_pc_stop is
called.
v2: add description and return statement to kernel-doc (Rodrigo)
v3: update commit message (Rodrigo)
v4: add mem_access_get to the gucrc disable function
Signed-off-by: Riana Tauro <riana.tauro at intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch a43fd52b7ab2009631518ead5ca0afe9bc44515a drm-intel
4e127b8d9 drm/xe: remove gucrc disable from suspend path
More information about the Intel-xe
mailing list