mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 09:25:42 +00:00
kmssink: Support auto-detection of NVIDIA Tegra driver
NVIDIA Tegra SoCs have a separate (from GPU) display controller. It's the primary display device on all Tegra SoCs. Add Tegra to the list of primary DRM drivers. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1514>
This commit is contained in:
parent
4dece4701d
commit
644969e0ba
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ kms_open (gchar ** driver)
|
|||
{
|
||||
static const char *drivers[] = { "i915", "radeon", "nouveau", "vmwgfx",
|
||||
"exynos", "amdgpu", "imx-drm", "rockchip", "atmel-hlcdc", "msm",
|
||||
"xlnx", "vc4", "meson", "sun4i-drm", "mxsfb-drm",
|
||||
"xlnx", "vc4", "meson", "sun4i-drm", "mxsfb-drm", "tegra",
|
||||
"xilinx_drm", /* DEPRECATED. Replaced by xlnx */
|
||||
};
|
||||
int i, fd = -1;
|
||||
|
|
Loading…
Reference in a new issue