mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-09-01 09:36:29 +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 komeda 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-8-tzimmermann@suse.de
15 lines
436 B
Plaintext
15 lines
436 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
config DRM_KOMEDA
|
|
tristate "ARM Komeda display driver"
|
|
depends on DRM && OF
|
|
depends on COMMON_CLK
|
|
select DRM_CLIENT_SELECTION
|
|
select DRM_KMS_HELPER
|
|
select DRM_GEM_DMA_HELPER
|
|
select VIDEOMODE_HELPERS
|
|
help
|
|
Choose this option if you want to compile the ARM Komeda display
|
|
Processor driver. It supports the D71 variants of the hardware.
|
|
|
|
If compiled as a module it will be called komeda.
|