mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
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:
parent
ca4cbaef24
commit
9387a936b5
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",
|
||||
"xilinx_drm", "vc4", "meson",
|
||||
};
|
||||
int i, fd = -1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue