kmssink: Add msm to the list of drivers

This prevent having to set the driver-name explicitly when running on
Qualcomm/MSM boards.
This commit is contained in:
Nicolas Dufresne 2017-04-21 21:29:05 -04:00
parent 9f5e41218f
commit 99755badbe

View file

@ -85,7 +85,7 @@ static int
kms_open (gchar ** driver) kms_open (gchar ** driver)
{ {
static const char *drivers[] = { "i915", "radeon", "nouveau", "vmwgfx", 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; int i, fd = -1;