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:
Pablo Sun 2024-12-02 19:34:14 +08:00 committed by GStreamer Marge Bot
parent fa57d776d8
commit 4507f92b0d

View file

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