✗ CI.checkpatch: warning for drm/xe: Initialize freq_lock even with skip_guc_pc

Patchwork patchwork at emeril.freedesktop.org
Fri Jan 12 18:55:53 UTC 2024


== Series Details ==

Series: drm/xe: Initialize freq_lock even with skip_guc_pc
URL   : https://patchwork.freedesktop.org/series/128739/
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
faa12d3432d7ef7793d934cd9338c555e95a5aad
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 709e2c1dca3879c280439cb488d3f15c7cae7535
Author: Matt Roper <matthew.d.roper at intel.com>
Date:   Fri Jan 12 10:29:50 2024 -0800

    drm/xe: Initialize freq_lock even with skip_guc_pc
    
    gucpc isn't initialized when skip_guc_pc is used, but some of the sysfs
    frequency entries still try to grab the uninitialized frequency mutex
    before realizing that they need to bail out.  Tweak the init/fini code
    flows so that the mutex is always initialized properly.
    
    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 d1296191ba3a2fb8300d9887bd56b8613c1bc18d drm-intel
709e2c1dc drm/xe: Initialize freq_lock even with skip_guc_pc
-: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, 26 lines checked




More information about the Intel-xe mailing list