From 4be7ed62c1fbd672863a0b1a8f836dbfd9c53286 Mon Sep 17 00:00:00 2001 From: Eric Ruei Date: Thu, 25 Feb 2016 09:49:24 -0500 Subject: [PATCH 1/1] kmscube.c: init_drm(): enable AM3 support Enable AM3 support by adding "tilcdc" 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 5a18c32..919b3e7 100644 --- a/kmscube.c +++ b/kmscube.c @@ -84,7 +84,7 @@ struct drm_fb { static int init_drm(void) { static const char *modules[] = { - "omapdrm", "i915", "radeon", "nouveau", "vmwgfx", "exynos" + "omapdrm", "tilcdc", "i915", "radeon", "nouveau", "vmwgfx", "exynos" }; drmModeRes *resources; drmModeConnector *connector = NULL; -- 2.39.2