mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +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 tidss 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: Jyri Sarha <jyri.sarha@iki.fi> Cc: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Acked-by: Javier Martinez Canillas <javierm@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-42-tzimmermann@suse.de
16 lines
582 B
Text
16 lines
582 B
Text
config DRM_TIDSS
|
|
tristate "DRM Support for TI Keystone"
|
|
depends on DRM && OF
|
|
depends on ARM || ARM64 || COMPILE_TEST
|
|
select DRM_CLIENT_SELECTION
|
|
select DRM_KMS_HELPER
|
|
select DRM_DISPLAY_HELPER
|
|
select DRM_BRIDGE_CONNECTOR
|
|
select DRM_GEM_DMA_HELPER
|
|
help
|
|
The TI Keystone family SoCs introduced a new generation of
|
|
Display SubSystem. There is currently three Keystone family
|
|
SoCs released with DSS. Each with somewhat different version
|
|
of it. The SoCs are 66AK2Gx, AM65x, and J721E. Set this to Y
|
|
or M to add display support for TI Keystone family
|
|
platforms.
|