diff mbox series

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

Message ID 20201230182933.565-1-festevam@gmail.com (mailing list archive)
State New, archived
Headers show
Series [libdrm] tests/util: Add mxsfb-drm driver | expand

Commit Message

Fabio Estevam Dec. 30, 2020, 6:29 p.m. UTC
Add an entry for the "mxsfb-drm" driver, so that the test utilities
work with the mxsfb driver without passing the -M argument.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 tests/util/kms.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Lucas Stach Jan. 22, 2021, 10:31 a.m. UTC | #1
Hi Fabio,

I've pushed this patch to the libdrm git repo.

Regards,
Lucas

Am Mittwoch, dem 30.12.2020 um 15:29 -0300 schrieb Fabio Estevam:
> Add an entry for the "mxsfb-drm" driver, so that the test utilities
> work with the mxsfb driver without passing the -M argument.
> 
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
>  tests/util/kms.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/util/kms.c b/tests/util/kms.c
> index 08b48fe585b7..39a93866a9d1 100644
> --- a/tests/util/kms.c
> +++ b/tests/util/kms.c
> @@ -149,6 +149,7 @@ static const char * const modules[] = {
>  	"armada-drm",
>  	"komeda",
>  	"imx-dcss",
> +	"mxsfb-drm",
>  };
>  
> 
>  int util_open(const char *device, const char *module)
diff mbox series

Patch

diff --git a/tests/util/kms.c b/tests/util/kms.c
index 08b48fe585b7..39a93866a9d1 100644
--- a/tests/util/kms.c
+++ b/tests/util/kms.c
@@ -149,6 +149,7 @@  static const char * const modules[] = {
 	"armada-drm",
 	"komeda",
 	"imx-dcss",
+	"mxsfb-drm",
 };
 
 int util_open(const char *device, const char *module)