diff --git a/kmscube.c b/kmscube.c index bd32afe..703c56e 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" + "i915", "radeon", "nouveau", "vmwgfx", "omapdrm", "exynos", "msm" }; drmModeRes *resources; drmModeConnector *connector = NULL;