[Intel-xe] ✓ CI.checkpatch: success for drm/xe: remove gucrc disable from suspend path (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Fri Jul 14 05:28:40 UTC 2023
== Series Details ==
Series: drm/xe: remove gucrc disable from suspend path (rev3)
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 2c183d3f5733fd2eb7b6bb3d30c46cfe6539145f
Author: Riana Tauro <riana.tauro at intel.com>
Date: Fri Jul 14 11:00:08 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)
Signed-off-by: Riana Tauro <riana.tauro at intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch 17d3e3fbeb4ee15f7b89cedff2d1f2662dffbf97 drm-intel
2c183d3f5 drm/xe: remove gucrc disable from suspend path
More information about the Intel-xe
mailing list