✗ CI.checkpatch: warning for drm/xe/uc: Don't emit false error if running in execlist mode

Patchwork patchwork at emeril.freedesktop.org
Tue May 21 14:53:41 UTC 2024


== Series Details ==

Series: drm/xe/uc: Don't emit false error if running in execlist mode
URL   : https://patchwork.freedesktop.org/series/133877/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit f1cde4f6fe3fe96b9e9fa6b0b96f1072ef026b43
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Tue May 21 13:48:57 2024 +0200

    drm/xe/uc: Don't emit false error if running in execlist mode
    
    When running in execlist mode (using force_execlist=1 modparam)
    we incorrectly select the error path in xe_uc_init(), leading to
    an unwanted error message like this:
    
    [ ] xe 0000:00:00.0: [drm] *ERROR* GT0: Failed to initialize uC (0000000000000000)
    
    Fix that by doing early return like we do in other similar cases.
    
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
    Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
+ /mt/dim checkpatch 413686054e38d01eb91dfb49d665d1ab7d004848 drm-intel
f1cde4f6fe3f drm/xe/uc: Don't emit false error if running in execlist mode
-:10: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#10: 
[ ] xe 0000:00:00.0: [drm] *ERROR* GT0: Failed to initialize uC (0000000000000000)

total: 0 errors, 1 warnings, 0 checks, 8 lines checked




More information about the Intel-xe mailing list