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:
parent
9f5e41218f
commit
99755badbe
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user