kmssink: Add msm to the list of drivers
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Sat, 22 Apr 2017 01:29:05 +0000 (21:29 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Sat, 22 Apr 2017 01:30:10 +0000 (21:30 -0400)
This prevent having to set the driver-name explicitly when running on
Qualcomm/MSM boards.

sys/kms/gstkmssink.c

index 3c5571e..d19e19e 100644 (file)
@@ -85,7 +85,7 @@ static int
 kms_open (gchar ** driver)
 {
   static const char *drivers[] = { "i915", "radeon", "nouveau", "vmwgfx",
-    "exynos", "amdgpu", "imx-drm", "rockchip", "atmel-hlcdc"
+    "exynos", "amdgpu", "imx-drm", "rockchip", "atmel-hlcdc", "msm"
   };
   int i, fd = -1;