]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/kmscube.git/blobdiff - kmscube.c
kmscube.c: init_drm(): enable AM3 support
[glsdk/kmscube.git] / kmscube.c
index 5a18c322ad2dc5818c2825e779f8915105a525d8..919b3e7e90f3a37fc251cf0d1a24100c3133f4e5 100644 (file)
--- 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;