mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
kmssink: Add IMX-DCSS auto-detection
Add IMX DCSS display controller into list of auto-detected modules. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7685>
This commit is contained in:
parent
e13065b22a
commit
c67e6cdec7
1 changed files with 4 additions and 3 deletions
|
@ -481,9 +481,10 @@ static int
|
|||
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",
|
||||
"tidss", "xilinx_drm", /* DEPRECATED. Replaced by xlnx */
|
||||
"exynos", "amdgpu", "imx-dcss", "imx-drm", "imx-lcdif", "rockchip",
|
||||
"atmel-hlcdc", "msm", "xlnx", "vc4", "meson", "stm", "sun4i-drm",
|
||||
"mxsfb-drm", "tegra", "tidss",
|
||||
"xilinx_drm", /* DEPRECATED. Replaced by xlnx */
|
||||
};
|
||||
int i, fd = -1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue