kmssink: Add Amlogic upstreamer DRM driver support

Amlogic Upstream driver is named meson, not to be confuse with the build
system.
This commit is contained in:
Nicolas Dufresne 2018-03-18 09:50:51 -04:00
parent ca4cbaef24
commit 9387a936b5

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",
"xilinx_drm", "vc4", "meson",
};
int i, fd = -1;