Message ID | f3b731eb935c7cadd43e9b2da8e73a7630414b50.1564478491.git.agx@sigxcpu.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | tests/util: Add mxsfb-drm driver | expand |
diff --git a/tests/util/kms.c b/tests/util/kms.c index dd1bbee3..a86bad78 100644 --- a/tests/util/kms.c +++ b/tests/util/kms.c @@ -133,6 +133,7 @@ static const char * const modules[] = { "exynos", "tilcdc", "msm", + "mxsfb-drm", "sti", "tegra", "imx-drm",
This makes the test utilities work with the mxsfb driver without the necessity of using the -M argument. Signed-off-by: Guido Günther <agx@sigxcpu.org> --- tests/util/kms.c | 1 + 1 file changed, 1 insertion(+)