mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
kmssink: Add NXP i.MX8M Plus LCDIFv3 auto-detection
Add i.MX8M Plus LCDIFv3 controller into list of auto-detected modules. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4858>
This commit is contained in:
parent
e1139e740a
commit
b8b53cafcf
1 changed files with 2 additions and 2 deletions
|
@ -481,8 +481,8 @@ 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", "rockchip", "atmel-hlcdc", "msm",
|
"exynos", "amdgpu", "imx-drm", "imx-lcdif", "rockchip", "atmel-hlcdc",
|
||||||
"xlnx", "vc4", "meson", "sun4i-drm", "mxsfb-drm", "tegra",
|
"msm", "xlnx", "vc4", "meson", "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