mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
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:
parent
4e381b8901
commit
6fbe4d55c4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue