mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +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)
|
kms_open (gchar ** driver)
|
||||||
{
|
{
|
||||||
static const char *drivers[] = { "i915", "radeon", "nouveau", "vmwgfx",
|
static const char *drivers[] = { "i915", "radeon", "nouveau", "vmwgfx",
|
||||||
"exynos", "amdgpu", "imx-drm", "imx-lcdif", "rockchip", "atmel-hlcdc",
|
"exynos", "amdgpu", "imx-dcss", "imx-drm", "imx-lcdif", "rockchip",
|
||||||
"msm", "xlnx", "vc4", "meson", "stm", "sun4i-drm", "mxsfb-drm", "tegra",
|
"atmel-hlcdc", "msm", "xlnx", "vc4", "meson", "stm", "sun4i-drm",
|
||||||
"tidss", "xilinx_drm", /* DEPRECATED. Replaced by xlnx */
|
"mxsfb-drm", "tegra", "tidss",
|
||||||
|
"xilinx_drm", /* DEPRECATED. Replaced by xlnx */
|
||||||
};
|
};
|
||||||
int i, fd = -1;
|
int i, fd = -1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue