[Intel-xe] ✓ CI.checkpatch: success for drm/xe: remove gucrc disable from suspend path (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu Jul 13 05:53:26 UTC 2023
== Series Details ==
Series: drm/xe: remove gucrc disable from suspend path (rev2)
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 c7b997a650bcbec07d08738682daa0b23c4b9bbb
Author: Riana Tauro <riana.tauro at intel.com>
Date: Thu Jul 13 11:08:32 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: Fix cosmetic review comments (Rodrigo)
Signed-off-by: Riana Tauro <riana.tauro at intel.com>
+ /mt/dim checkpatch d39e49e2ad386bf59f585a05ab659563e0472314 drm-intel
c7b997a65 drm/xe: remove gucrc disable from suspend path
More information about the Intel-xe
mailing list