mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11: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/4858>
This commit is contained in:
parent
b8b53cafcf
commit
f18e30cf3b
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",
|
||||
"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;
|
||||
|
|
Loading…
Reference in a new issue