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:
Paul Kocialkowski 2018-03-30 13:47:00 +02:00 committed by Nicolas Dufresne
parent e40dc51fcd
commit a53019068d

View file

@ -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;