diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2020-03-20 18:27:59 +0100 |
---|---|---|
committer | Lucas Stach <l.stach@pengutronix.de> | 2020-10-28 10:56:18 +0100 |
commit | c2e940a8be0237cbec746e88d12b471668a16a1e (patch) | |
tree | 4be052373d7c0f0771e6eae8b4ea7f196461ae80 | |
parent | ad7cf9d75cfa6aee3e634e5fd177b52d015fa603 (diff) | |
download | libdrm-c2e940a8be0237cbec746e88d12b471668a16a1e.tar.gz libdrm-c2e940a8be0237cbec746e88d12b471668a16a1e.tar.bz2 libdrm-c2e940a8be0237cbec746e88d12b471668a16a1e.zip |
tests/util: Add imx-dcss driver
This makes the test utilities work with the i.MX DCSS driver without the
necessity of using the -M argument.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
-rw-r--r-- | tests/util/kms.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/util/kms.c b/tests/util/kms.c index e584a96f..08b48fe5 100644 --- a/tests/util/kms.c +++ b/tests/util/kms.c @@ -148,6 +148,7 @@ static const char * const modules[] = { "sun4i-drm", "armada-drm", "komeda", + "imx-dcss", }; int util_open(const char *device, const char *module) |