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:
parent
f28ab7ce60
commit
d373c4478b
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user