mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
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:
parent
9118cc7a19
commit
d0575a0bd1
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue