mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-04 18:49:41 +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
16 lines
450 B
Plaintext
16 lines
450 B
Plaintext
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.
|