kmssink: Add xilinx_drm to the list of drivers

This prevent having to set the driver-name explicitly when running on
Zynq UltraScale+ boards.

https://bugzilla.gnome.org/show_bug.cgi?id=783188
This commit is contained in:
Guillaume Desmottes 2017-05-25 15:10:32 +02:00 committed by Víctor Manuel Jáquez Leal
parent f28ab7ce60
commit d373c4478b

View file

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