✗ CI.checkpatch: warning for drm/i915/dmc: firmware path handling changes

Patchwork patchwork at emeril.freedesktop.org
Thu Apr 18 16:54:35 UTC 2024


== Series Details ==

Series: drm/i915/dmc: firmware path handling changes
URL   : https://patchwork.freedesktop.org/series/132608/
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
f5fb02e01091a469b6325b72a47b3a0a1e96309c
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 4fcd997e831a58697db7da84b2df41687992e7c5
Author: Jani Nikula <jani.nikula at intel.com>
Date:   Thu Apr 18 17:39:54 2024 +0300

    drm/i915/display: move dmc_firmware_path to display params
    
    The dmc_firmware_path parameter is clearly a display parameter. Move it
    there so it's available to both i915 and xe modules. This also cleans up
    the ugly member in struct xe_device.
    
    v2:
    - New try with the NULL/"" param value issue resolved
    
    Link: https://patchwork.freedesktop.org/patch/msgid/20240321161856.3517856-1-jani.nikula@intel.com
    Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch dc957095cbe4e5f2d0abe4b1cb27530f7111537a drm-intel
d65be8d09482 drm/i915/dmc: handle request_firmware() errors separately
95a04d9261eb drm/i915/dmc: improve firmware parse failure propagation
057e1454ef8d drm/i915/dmc: split out per-platform firmware path selection
c78a70c561ae drm/i915/dmc: change meaning of dmc_firmware_path="" module param
4fcd997e831a drm/i915/display: move dmc_firmware_path to display params
-:25: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#25: FILE: drivers/gpu/drm/i915/display/intel_display_params.c:31:
+intel_display_param_named_unsafe(dmc_firmware_path, charp, 0400,
+	"DMC firmware path to use instead of the default one. "

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




More information about the Intel-xe mailing list