kmssink: Add ST STM32 LTDC auto-detection

Add STM32 LTDC controller into list of auto-detected modules.
This commit is contained in:
Marek Vasut 2023-06-11 22:22:36 +02:00 committed by Backport Bot
parent 7b2f60646d
commit 35d64958fe

View file

@ -177,7 +177,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", "sun4i-drm", "mxsfb-drm", "tegra",
"msm", "xlnx", "vc4", "meson", "stm", "sun4i-drm", "mxsfb-drm", "tegra",
"xilinx_drm", /* DEPRECATED. Replaced by xlnx */
};
int i, fd = -1;