kmssink: Add TIDSS auto-detection

Add Texas Instruments TIDSS display controller into list of
auto-detected modules.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5469>
This commit is contained in:
Rahul T R 2023-10-12 16:25:59 +05:30 committed by GStreamer Marge Bot
parent 4e381b8901
commit 6fbe4d55c4

View file

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