]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/arm/malidp: Run DRM default client setup
authorThomas Zimmermann <tzimmermann@suse.de>
Tue, 24 Sep 2024 07:12:07 +0000 (09:12 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Thu, 26 Sep 2024 06:27:55 +0000 (08:27 +0200)
commitfcbcf29993abeda4151bc136ba0ca784dd76954d
tree27b3057622dbf710cb0c099e27d0dbf6986c3f8e
parent34d99a5e278750bb91f653f3dadccd9feef0778b
drm/arm/malidp: Run DRM default client setup

Call drm_client_setup() to run the kernel's default client setup
for DRM. Set fbdev_probe in struct drm_driver, so that the client
setup can start the common fbdev client.

The malidp driver specifies a preferred color mode of 32. As this
is the default if no format has been given, leave it out entirely.

v5:
- select DRM_CLIENT_SELECTION

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Liviu Dudau <liviu.dudau@arm.com>
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-10-tzimmermann@suse.de
drivers/gpu/drm/arm/Kconfig
drivers/gpu/drm/arm/malidp_drv.c