mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-18 02:46:06 +00:00
40d51545cc
Call drm_client_setup_with_fourcc() 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 v2: - use drm_client_setup_with_fourcc() Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Cc: Linus Walleij <linus.walleij@linaro.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-46-tzimmermann@suse.de
17 lines
465 B
Plaintext
17 lines
465 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config DRM_TVE200
|
|
tristate "DRM Support for Faraday TV Encoder TVE200"
|
|
depends on DRM
|
|
depends on CMA
|
|
depends on ARM || COMPILE_TEST
|
|
depends on OF
|
|
select DRM_BRIDGE
|
|
select DRM_CLIENT_SELECTION
|
|
select DRM_PANEL_BRIDGE
|
|
select DRM_KMS_HELPER
|
|
select DRM_GEM_DMA_HELPER
|
|
help
|
|
Choose this option for DRM support for the Faraday TV Encoder
|
|
TVE200 Controller.
|
|
If M is selected the module will be called tve200_drm.
|