mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 22:23:05 +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: "Noralf Trønnes" <noralf@tronnes.org> Acked-by: Noralf Trønnes <noralf@tronnes.org> Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-55-tzimmermann@suse.de
16 lines
377 B
Plaintext
16 lines
377 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
config DRM_GUD
|
|
tristate "GUD USB Display"
|
|
depends on DRM && USB && MMU
|
|
select LZ4_COMPRESS
|
|
select DRM_CLIENT_SELECTION
|
|
select DRM_KMS_HELPER
|
|
select DRM_GEM_SHMEM_HELPER
|
|
select BACKLIGHT_CLASS_DEVICE
|
|
help
|
|
This is a DRM display driver for GUD USB Displays or display
|
|
adapters.
|
|
|
|
If M is selected the module will be called gud.
|