✗ CI.checkpatch: warning for series starting with [v4,1/3] drm/i915: Disable DSB in Xe KMD

Patchwork patchwork at emeril.freedesktop.org
Thu Jan 4 20:28:49 UTC 2024


== Series Details ==

Series: series starting with [v4,1/3] drm/i915: Disable DSB in Xe KMD
URL   : https://patchwork.freedesktop.org/series/128215/
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
6030b24c1386b00de8187b5fb987e283a57b372a
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit eee500f64d5163e77a829cfb4422afdea064b72c
Author: José Roberto de Souza <jose.souza at intel.com>
Date:   Thu Jan 4 08:24:11 2024 -0800

    drm/xe: Use intel_wakeref_t in intel_runtime_pm functions
    
    Now intel_wakeref_t is a unsigned long and Xe KMD version of those
    functions should use the same type, so changing from bool to
    intel_wakeref_t.
    
    Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
    Signed-off-by: José Roberto de Souza <jose.souza at intel.com>
    Reviewed-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 7b3b98d034784b125bad7aca46f9e7a3cfcde45a drm-intel
101ae62fc drm/i915: Disable DSB in Xe KMD
-:38: WARNING:IS_ENABLED_CONFIG: IS_ENABLED(I915) is normally used as IS_ENABLED(CONFIG_I915)
#38: FILE: drivers/gpu/drm/i915/display/intel_dsb.c:457:
+	if (!IS_ENABLED(I915))

total: 0 errors, 1 warnings, 0 checks, 10 lines checked
966f01def drm/xe: Fix definition of intel_wakeref_t
-:17: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#17: 
                 from ./drivers/gpu/drm/xe/compat-i915-headers/gem/i915_gem_object.h:11,

-:49: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '44e694958b95', maybe rebased or not pulled?
#49: 
Fixes: 44e694958b95 ("drm/xe/display: Implement display support")

-:63: WARNING:NEW_TYPEDEFS: do not add new typedefs
#63: FILE: drivers/gpu/drm/xe/compat-i915-headers/intel_wakeref.h:8:
+typedef unsigned long intel_wakeref_t;

total: 0 errors, 3 warnings, 0 checks, 5 lines checked
eee500f64 drm/xe: Use intel_wakeref_t in intel_runtime_pm functions




More information about the Intel-xe mailing list