mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 15:36:35 +00:00
kmssink: Add mediatek auto-detection
Add MediaTek display controller into list of auto-detected modules. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8023>
This commit is contained in:
parent
fa57d776d8
commit
4507f92b0d
1 changed files with 2 additions and 2 deletions
|
@ -477,8 +477,8 @@ kms_open (gchar ** driver)
|
|||
{
|
||||
static const char *drivers[] = { "i915", "radeon", "nouveau", "vmwgfx",
|
||||
"exynos", "amdgpu", "imx-dcss", "imx-drm", "imx-lcdif", "rockchip",
|
||||
"atmel-hlcdc", "msm", "xlnx", "vc4", "meson", "stm", "sun4i-drm",
|
||||
"mxsfb-drm", "tegra", "tidss",
|
||||
"atmel-hlcdc", "msm", "xlnx", "vc4", "mediatek", "meson", "stm",
|
||||
"sun4i-drm", "mxsfb-drm", "tegra", "tidss",
|
||||
"xilinx_drm", /* DEPRECATED. Replaced by xlnx */
|
||||
};
|
||||
int i, fd = -1;
|
||||
|
|
Loading…
Reference in a new issue