Skip to content

Commit

Permalink
add msm
Browse files Browse the repository at this point in the history
The msm drm/kms + freedreno gallium driver can run kmscube too.

Signed-off-by: Rob Clark <robdclark@gmail.com>
  • Loading branch information
robclark committed Nov 13, 2013
1 parent d04bbd4 commit cdcfc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kmscube.c
Expand Up @@ -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;
Expand Down

0 comments on commit cdcfc7b

Please sign in to comment.