✗ CI.checkpatch: warning for drm/xe: Grab mem_access when disabling C6 on skip_guc_pc platforms
Patchwork
patchwork at emeril.freedesktop.org
Fri Jan 26 22:09:34 UTC 2024
== Series Details ==
Series: drm/xe: Grab mem_access when disabling C6 on skip_guc_pc platforms
URL : https://patchwork.freedesktop.org/series/129221/
State : warning
== 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
2d919ac662b2798c053d68d1cc16b758c61b55ca
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit ef2158f8ff0a27be499af36c3ead551e40df32eb
Author: Matt Roper <matthew.d.roper at intel.com>
Date: Fri Jan 26 14:06:14 2024 -0800
drm/xe: Grab mem_access when disabling C6 on skip_guc_pc platforms
If skip_guc_pc is set for a platform, C6 is disabled directly without
acquiring a mem_access reference, triggering an assertion inside
xe_gt_idle_disable_c6.
Fixes: 975e4a3795d4 ("drm/xe: Manually setup C6 when skip_guc_pc is set")
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Cc: Vinay Belgaumkar <vinay.belgaumkar at intel.com>
Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch eeedb1b4360b100e4fa15a9c5c968a8f5a8de7ed drm-intel
ef2158f8f drm/xe: Grab mem_access when disabling C6 on skip_guc_pc platforms
-:11: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '975e4a3795d4', maybe rebased or not pulled?
#11:
Fixes: 975e4a3795d4 ("drm/xe: Manually setup C6 when skip_guc_pc is set")
total: 0 errors, 1 warnings, 0 checks, 9 lines checked
More information about the Intel-xe
mailing list