mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-08-26 14:59:32 +00:00

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 mcde 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: Linus Walleij <linus.walleij@linaro.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Javier Martinez Canillas <javierm@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-26-tzimmermann@suse.de
19 lines
514 B
Plaintext
19 lines
514 B
Plaintext
config DRM_MCDE
|
|
tristate "DRM Support for ST-Ericsson MCDE (Multichannel Display Engine)"
|
|
depends on DRM
|
|
depends on CMA
|
|
depends on ARM || COMPILE_TEST
|
|
depends on OF
|
|
depends on COMMON_CLK
|
|
select MFD_SYSCON
|
|
select DRM_CLIENT_SELECTION
|
|
select DRM_MIPI_DSI
|
|
select DRM_BRIDGE
|
|
select DRM_PANEL_BRIDGE
|
|
select DRM_KMS_HELPER
|
|
select DRM_GEM_DMA_HELPER
|
|
help
|
|
Choose this option for DRM support for the ST-Ericsson MCDE
|
|
Multi-Channel Display Engine.
|
|
If M is selected the module will be called mcde_drm.
|