✗ CI.checkpatch: warning for drm: Introduce DRM client library (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Mon Oct 14 09:19:22 UTC 2024
== Series Details ==
Series: drm: Introduce DRM client library (rev4)
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 e9d031c836bf52467a764751c12c68862346d832
Author: Thomas Zimmermann <tzimmermann at suse.de>
Date: Mon Oct 14 10:55:26 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:
- fix commit changelog
v2:
- 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>
Reviewed-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
+ /mt/dim checkpatch 55d09c71b082354090e8a11b4854224ef73e0798 drm-intel
890f8511c6fc drm/i915: Select DRM_CLIENT_SELECTION
266e90d22e14 drm/xe: Select DRM_CLIENT_SELECTION
2b9c04be9cb6 drm/fbdev-dma: Select FB_DEFERRED_IO
-:15: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#15:
219 | fb_helper->fbdefio.deferred_io = drm_fb_helper_deferred_io;
total: 0 errors, 1 warnings, 0 checks, 8 lines checked
a3d2a218df0f drm/fbdev: Select fbdev I/O helpers from modules that require them
1c038660079f drm/fbdev: Store fbdev module parameters in separate file
80abdf334d45 drm/client: Move client event handlers to drm_client_event.c
-:192: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#192:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 319 lines checked
af37c5598034 drm/client: Move suspend/resume into DRM client callbacks
62aaa52f09cf drm/amdgpu: Suspend and resume internal clients with client helpers
f4c42502e0d1 drm/nouveau: Suspend and resume clients with client helpers
e68912cc832e drm/radeon: Suspend and resume clients with client helpers
e754e4acba48 drm/client: Make client support optional
e9d031c836bf drm/client: Add client-lib module
More information about the Intel-xe
mailing list