mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
kmssink: Add support for mxsfb-drm driver
The mxsfb-drm driver has been added to the kernel long ago and will now be the default display driver for NXP i.MX28, i.MX6SX and i.MX7D processors so now is a good time to add it to kmssink. Also, this is used in the upcoming i.MX8MQ and i.MX8MM processors. https://bugzilla.gnome.org/show_bug.cgi?id=796873
This commit is contained in:
parent
e0535b44d4
commit
9a34dd8c2a
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,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", "rockchip", "atmel-hlcdc", "msm",
|
"exynos", "amdgpu", "imx-drm", "rockchip", "atmel-hlcdc", "msm",
|
||||||
"xlnx", "vc4", "meson", "sun4i-drm",
|
"xlnx", "vc4", "meson", "sun4i-drm", "mxsfb-drm",
|
||||||
"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