kmssink: Add TIDSS auto-detection
authorRahul T R <r-ravikumar@ti.com>
Thu, 12 Oct 2023 10:55:59 +0000 (16:25 +0530)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sun, 15 Oct 2023 23:17:29 +0000 (23:17 +0000)
Add Texas Instruments TIDSS display controller into list of
auto-detected modules.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5486>

subprojects/gst-plugins-bad/sys/kms/gstkmssink.c

index c798a16..c1e9f64 100644 (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;