Merge branch 'mr-4858-backport-into-1.20-kmssink-imx8mp-stm32mp' into '1.20'

Backport of "kmssink: Add STM32 LTDC and NXP i.MX8M Plus LCDIFv3 auto-detection" into 1.20

See merge request gstreamer/gstreamer!6834
This commit is contained in:
Backport Bot 2024-05-15 01:26:16 +00:00
commit b9d4c5b188

View file

@ -176,8 +176,8 @@ static int
kms_open (gchar ** driver)
{
static const char *drivers[] = { "i915", "radeon", "nouveau", "vmwgfx",
"exynos", "amdgpu", "imx-drm", "rockchip", "atmel-hlcdc", "msm",
"xlnx", "vc4", "meson", "sun4i-drm", "mxsfb-drm", "tegra",
"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 */
};
int i, fd = -1;