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. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Cc: Anitha Chrisanthus <anitha.chrisanthus@intel.com> Cc: Edmund Dea <edmund.j.dea@intel.com> Acked-by: Javier Martinez Canillas <javierm@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-24-tzimmermann@suse.de
15 lines
450 B
Text
15 lines
450 B
Text
config DRM_KMB_DISPLAY
|
|
tristate "Intel Keembay Display"
|
|
depends on DRM
|
|
depends on ARCH_KEEMBAY || COMPILE_TEST
|
|
select DRM_CLIENT_SELECTION
|
|
select DRM_KMS_HELPER
|
|
select DRM_DISPLAY_HELPER
|
|
select DRM_BRIDGE_CONNECTOR
|
|
select DRM_GEM_DMA_HELPER
|
|
select DRM_MIPI_DSI
|
|
help
|
|
Choose this option if you have Intel's KeemBay SOC which integrates
|
|
an ARM Cortex A53 CPU with an Intel Movidius VPU.
|
|
|
|
If M is selected the module will be called kmb-drm.
|