]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/sti: Run DRM default client setup
authorThomas Zimmermann <tzimmermann@suse.de>
Tue, 24 Sep 2024 07:12:36 +0000 (09:12 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Thu, 26 Sep 2024 07:31:27 +0000 (09:31 +0200)
commitdf467da5b7ed8463718f08646a696e1e7b5341e1
treed466cacf7bbd18f0217d9d1748c12c1452c73a81
parent905df8f19e1a7042ddeae1e39d0920b60dfe8c0d
drm/sti: 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 sti 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: Alain Volmat <alain.volmat@foss.st.com>
Acked-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-39-tzimmermann@suse.de
drivers/gpu/drm/sti/Kconfig
drivers/gpu/drm/sti/sti_drv.c