mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
kmssink: Add msm to the list of drivers
This prevent having to set the driver-name explicitly when running on Qualcomm/MSM boards.
This commit is contained in:
parent
9f5e41218f
commit
99755badbe
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ static int
|
|||
kms_open (gchar ** driver)
|
||||
{
|
||||
static const char *drivers[] = { "i915", "radeon", "nouveau", "vmwgfx",
|
||||
"exynos", "amdgpu", "imx-drm", "rockchip", "atmel-hlcdc"
|
||||
"exynos", "amdgpu", "imx-drm", "rockchip", "atmel-hlcdc", "msm"
|
||||
};
|
||||
int i, fd = -1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue