kmssink: Add new entry for Xilinx DRM Driver

This adds entry for new DRM driver from xilinx
called "xlnx" which supports atomic modesetting.

We have kept entry for older DRM driver "xilinx_drm"
for backward compatility with a note describing
deprecation.

Signed-off-by: Devarsh Thakkar <devarsht@xilinx.com>

https://bugzilla.gnome.org/show_bug.cgi?id=795228
This commit is contained in:
Devarsh Thakkar 2018-04-18 03:43:57 -07:00 committed by Víctor Manuel Jáquez Leal
parent 9118cc7a19
commit d0575a0bd1

View file

@ -168,7 +168,8 @@ kms_open (gchar ** driver)
{
static const char *drivers[] = { "i915", "radeon", "nouveau", "vmwgfx",
"exynos", "amdgpu", "imx-drm", "rockchip", "atmel-hlcdc", "msm",
"xilinx_drm", "vc4", "meson", "sun4i-drm",
"xlnx", "vc4", "meson", "sun4i-drm",
"xilinx_drm", /* DEPRECATED. Replaced by xlnx */
};
int i, fd = -1;