diff mbox series

[libdrm] tests/util: Add armada-drm driver

Message ID 20190323202342.10652-1-lkundrak@v3.sk (mailing list archive)
State New, archived
Headers show
Series [libdrm] tests/util: Add armada-drm driver | expand

Commit Message

Lubomir Rintel March 23, 2019, 8:23 p.m. UTC
This makes the test utilities work with the Armada driver without the
necessity of using the -M argument.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 tests/util/kms.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Emil Velikov April 17, 2019, 6:26 p.m. UTC | #1
On Sun, 24 Mar 2019 at 21:04, Lubomir Rintel <lkundrak@v3.sk> wrote:
>
> This makes the test utilities work with the Armada driver without the
> necessity of using the -M argument.
>
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> ---
>  tests/util/kms.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/tests/util/kms.c b/tests/util/kms.c
> index 5af8bf20..dd1bbee3 100644
> --- a/tests/util/kms.c
> +++ b/tests/util/kms.c
> @@ -146,6 +146,7 @@ static const char * const modules[] = {
>         "pl111",
>         "stm",
>         "sun4i-drm",
> +       "armada-drm",
Thanks for the patch Lubomir, reviewed and pushed to master.

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>


-Emil
diff mbox series

Patch

diff --git a/tests/util/kms.c b/tests/util/kms.c
index 5af8bf20..dd1bbee3 100644
--- a/tests/util/kms.c
+++ b/tests/util/kms.c
@@ -146,6 +146,7 @@  static const char * const modules[] = {
 	"pl111",
 	"stm",
 	"sun4i-drm",
+	"armada-drm",
 };
 
 int util_open(const char *device, const char *module)