diff mbox series

[libdrm] tests/util: Add support for sun4i-drm driver

Message ID 20180922132839.12795-1-ezequiel@collabora.com (mailing list archive)
State New, archived
Headers show
Series [libdrm] tests/util: Add support for sun4i-drm driver | expand

Commit Message

Ezequiel Garcia Sept. 22, 2018, 1:28 p.m. UTC
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(+)

Comments

Emil Velikov Oct. 4, 2018, 1:48 p.m. UTC | #1
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
diff mbox series

Patch

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)