mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
kmssink: Add support for the Allwinner DRM driver (sun4i-drm)
This adds the sun4i DRM driver to the list of DRM drivers in kmssink. The driver allows displaying video in either the main plane or an overlay plane. https://bugzilla.gnome.org/attachment.cgi?bugid=794839
This commit is contained in:
parent
e40dc51fcd
commit
a53019068d
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",
|
||||
"exynos", "amdgpu", "imx-drm", "rockchip", "atmel-hlcdc", "msm",
|
||||
"xilinx_drm", "vc4", "meson",
|
||||
"xilinx_drm", "vc4", "meson", "sun4i-drm",
|
||||
};
|
||||
int i, fd = -1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue