From 5f90636ae01b859a064b9136da4b759b41c1ee10 Mon Sep 17 00:00:00 2001 From: "e-ruei1@ti.com" Date: Mon, 13 Aug 2018 21:50:40 +0000 Subject: [PATCH] kmscube.c: init_drm(): enable k3 support Enable k3 support by adding "tidss" to the modules list. Signed-off-by: Eric Ruei --- kmscube.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmscube.c b/kmscube.c index f0b1d6e..0252cd8 100644 --- a/kmscube.c +++ b/kmscube.c @@ -222,7 +222,7 @@ static bool set_drm_format(void) static int init_drm(void) { static const char *modules[] = { - "omapdrm", "tilcdc", "i915", "radeon", "nouveau", "vmwgfx", "exynos" + "omapdrm", "tilcdc", "tidss", "i915", "radeon", "nouveau", "vmwgfx", "exynos" }; drmModeRes *resources; drmModeConnector *connector = NULL; -- 2.39.2