mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
kmssink: Add ST STM32 LTDC auto-detection
Add STM32 LTDC controller into list of auto-detected modules. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4872>
This commit is contained in:
parent
b52ab27a74
commit
94f2a9cb2b
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ 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-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 */
|
"xilinx_drm", /* DEPRECATED. Replaced by xlnx */
|
||||||
};
|
};
|
||||||
int i, fd = -1;
|
int i, fd = -1;
|
||||||
|
|
Loading…
Reference in a new issue