This is the DRM driver for all Allwinner (sunxi) platforms.
Signed-off-by: Ezequiel Garcia ezequiel@collabora.com --- tests/util/kms.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/tests/util/kms.c b/tests/util/kms.c index a2d1d7ba2431..5af8bf20a8c9 100644 --- a/tests/util/kms.c +++ b/tests/util/kms.c @@ -145,6 +145,7 @@ static const char * const modules[] = { "meson", "pl111", "stm", + "sun4i-drm", };
int util_open(const char *device, const char *module)
On Sat, 22 Sep 2018 at 14:28, Ezequiel Garcia ezequiel@collabora.com wrote:
This is the DRM driver for all Allwinner (sunxi) platforms.
Signed-off-by: Ezequiel Garcia ezequiel@collabora.com
Reviewed-by: Emil Velikov emil.velikov@collabora.com Will push this in a moment.
Thanks Emil
dri-devel@lists.freedesktop.org