✗ CI.checkpatch: warning for drm: Introduce DRM client library
Patchwork
patchwork at emeril.freedesktop.org
Fri Sep 27 16:19:48 UTC 2024
== Series Details ==
Series: drm: Introduce DRM client library
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 cc61093390dc2d8658ba2dfd3dcbfb4a738262bf
Author: Thomas Zimmermann <tzimmermann at suse.de>
Date: Fri Sep 27 16:37:30 2024 +0200
drm: Add client-lib module
Add drm_client_lib.ko to contain most of the client code. Move the
existing client for fbdev emulation into the new module. Protect the
new module behind CONFIG_DRM_CLIENT.
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.
The KMS-helper module now exports handful of symbols needed by the
DRM client library.
There are existing kernel options in drm_fb_helper.o, so leave this
file in the KMS-helper module for now.
Amdgpu has an internal DRM client, so it has to select DRM_CLIENT by
itself unconditionally.
Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
+ /mt/dim checkpatch 4d4fdd11d1cc941f2f7c1653fc07519851d9052b drm-intel
2807d594b161 drm/i915: Select DRM_CLIENT_SELECTION
e2641dde7c72 drm/xe: Select DRM_CLIENT_SELECTION
be45e9f3e494 drm: Move client-device functions in to drm_client_dev.c
-:179: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#179:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 260 lines checked
1f420f772df7 drm: Select fbdev helpers for modules that require them
cc61093390dc drm: Add client-lib module
More information about the Intel-xe
mailing list