summaryrefslogtreecommitdiff
path: root/kmscube.c
diff options
context:
space:
mode:
Diffstat (limited to 'kmscube.c')
-rw-r--r--kmscube.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmscube.c b/kmscube.c
index 6f551a8..d7320fd 100644
--- a/kmscube.c
+++ b/kmscube.c
@@ -73,7 +73,7 @@ struct drm_fb {
static int init_drm(void)
{
static const char *modules[] = {
- "i915", "radeon", "nouveau", "vmwgfx", "omapdrm", "exynos", "msm"
+ "i915", "radeon", "nouveau", "vmwgfx", "omapdrm", "exynos", "msm", "tegra"
};
drmModeRes *resources;
drmModeConnector *connector = NULL;