summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tests/Makefile
diff options
context:
space:
mode:
authorNoralf Trønnes <noralf@tronnes.org>2022-11-17 12:28:55 +0300
committerMaxime Ripard <maxime@cerno.tech>2022-11-24 14:42:40 +0300
commit1e4a91db109f623d0e3ef7d8bfae3c88b4d2fa87 (patch)
treec1587ba936356dc5c76bc4f62016825a13d592c0 /drivers/gpu/drm/tests/Makefile
parent0740ac381b2c674eec72e63c78253b3ad07febd2 (diff)
downloadlinux-1e4a91db109f623d0e3ef7d8bfae3c88b4d2fa87.tar.xz
drm/probe-helper: Provide a TV get_modes helper
Most of the TV connectors will need a similar get_modes implementation that will, depending on the drivers' capabilities, register the 480i and 576i modes. That implementation will also need to set the preferred flag and order the modes based on the driver and users preferrence. This is especially important to guarantee that a userspace stack such as Xorg can start and pick up the preferred mode while maintaining a working output. Signed-off-by: Noralf Trønnes <noralf@tronnes.org> Tested-by: Mateusz Kwiatkowski <kfyatek+publicgit@gmail.com> Acked-in-principle-or-something-like-that-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://lore.kernel.org/r/20220728-rpi-analog-tv-properties-v10-12-256dad125326@cerno.tech Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Diffstat (limited to 'drivers/gpu/drm/tests/Makefile')
-rw-r--r--drivers/gpu/drm/tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tests/Makefile b/drivers/gpu/drm/tests/Makefile
index c7903c112c65..94fe546d937d 100644
--- a/drivers/gpu/drm/tests/Makefile
+++ b/drivers/gpu/drm/tests/Makefile
@@ -13,4 +13,5 @@ obj-$(CONFIG_DRM_KUNIT_TEST) += \
drm_mm_test.o \
drm_modes_test.o \
drm_plane_helper_test.o \
+ drm_probe_helper_test.o \
drm_rect_test.o