mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00

Replace the drm_mode_modeinfo field with videomode that includes more signal polarity flags. This simplifies driver handling of panel modes and prepares for DT support. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> [geert: Simplify] Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/4312e56de424d94399c6105e7159317eae86c9d5.1694767209.git.geert+renesas@glider.be
14 lines
400 B
Plaintext
14 lines
400 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
config DRM_SHMOBILE
|
|
tristate "DRM Support for SH Mobile"
|
|
depends on DRM && PM
|
|
depends on ARCH_RENESAS || ARCH_SHMOBILE || COMPILE_TEST
|
|
select BACKLIGHT_CLASS_DEVICE
|
|
select DRM_KMS_HELPER
|
|
select DRM_GEM_DMA_HELPER
|
|
select VIDEOMODE_HELPERS
|
|
help
|
|
Choose this option if you have an SH Mobile chipset.
|
|
If M is selected the module will be called shmob-drm.
|
|
|