✗ CI.checkpatch: warning for drm: Introduce DRM client library (rev2)

Patchwork patchwork at emeril.freedesktop.org
Wed Oct 2 13:51:58 UTC 2024


== Series Details ==

Series: drm: Introduce DRM client library (rev2)
URL   : https://patchwork.freedesktop.org/series/139220/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 1942a025a0c37642555d80aaaa5527a9e010a964
Author: Thomas Zimmermann <tzimmermann at suse.de>
Date:   Wed Oct 2 15:04:37 2024 +0200

    drm/client: Add client-lib module
    
    Add drm_client_lib.ko to contain DRM's built-in client. Move the
    existing client for fbdev emulation into the new module. Protect the
    new module behind CONFIG_DRM_CLIENT_LIB.
    
    The Kconfig rules separate the DRM drivers from the DRM clients. A
    driver can opt into the default clients, but the user configures
    each client individually. To do so, DRM drivers still select
    DRM_CLIENT_SELECTION. The option is now a tristate that further
    selects all dependencies of the enabled DRM clients. There's
    a menu option for each client. Enabling at least one client also
    selects DRM_CLIENT_SETUP, so that drivers call drm_client_setup().
    New DRM clients should depend on DRM_CLIENT_SELECTION.
    
    There are existing kernel options in drm_fb_helper.o, so leave this
    file in the KMS-helper module for now.
    
    v3:
    - keep client code in core
    - protect lib with DRM_CLIENT_LIB
    - remove duplicate line from Makefile (Jocelyn)
    
    Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
+ /mt/dim checkpatch 55a90a928d9752b8a21298cb525b95de4b78f4ed drm-intel
6d6e04920a11 drm/i915: Select DRM_CLIENT_SELECTION
-:10: WARNING:BAD_SIGN_OFF: Unexpected content after email: 'Jani Nikula <jani.nikula at linux.intel.com>i', should be: 'Jani Nikula <jani.nikula at linux.intel.com> (i)'
#10: 
Cc: Jani Nikula <jani.nikula at linux.intel.com>i

total: 0 errors, 1 warnings, 0 checks, 7 lines checked
dd4665fff342 drm/xe: Select DRM_CLIENT_SELECTION
49722d27eef7 drm/fbdev: Select fbdev I/O helpers from modules that require them
0a1e448cf072 drm/fbdev: Store fbdev module parameters in separate file
c74f8f50b057 drm/client: Move client event handlers to drm_client_event.c
-:191: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#191: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 319 lines checked
494411783f35 drm/client: Move suspend/resume into DRM client callbacks
7fd86bea9176 drm/amdgpu: Suspend and resume internal clients with client helpers
0d34dc82cd00 drm/nouveau: Suspend and resume clients with client helpers
1efa259277c8 drm/radeon: Suspend and resume clients with client helpers
56820c53dbe4 drm/client: Make client support optional
1942a025a0c3 drm/client: Add client-lib module




More information about the Intel-xe mailing list