✗ CI.checkpatch: warning for drm: Introduce DRM client library (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Tue Oct 8 12:13:01 UTC 2024
== Series Details ==
Series: drm: Introduce DRM client library (rev3)
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 53b3790c973936af758c075ec53733719fbcf675
Author: Thomas Zimmermann <tzimmermann at suse.de>
Date: Tue Oct 8 13:59:31 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>
+ /mt/dim checkpatch 131a5dd267541faa13894b97d44af39b257fc887 drm-intel
58c19b04c993 drm/i915: Select DRM_CLIENT_SELECTION
c2515906b9a5 drm/xe: Select DRM_CLIENT_SELECTION
7d55e595be09 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
de84179168be drm/fbdev: Select fbdev I/O helpers from modules that require them
e2b803fd9578 drm/fbdev: Store fbdev module parameters in separate file
bc5812030e84 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
e0d918905d44 drm/client: Move suspend/resume into DRM client callbacks
23c00cff46ac drm/amdgpu: Suspend and resume internal clients with client helpers
f709861c64f5 drm/nouveau: Suspend and resume clients with client helpers
e97e0305a405 drm/radeon: Suspend and resume clients with client helpers
123d7bace76f drm/client: Make client support optional
53b3790c9739 drm/client: Add client-lib module
More information about the Intel-xe
mailing list