diff options
author | SooChan Lim <sc1.lim@samsung.com> | 2017-08-30 08:56:12 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2017-08-31 01:12:46 +0000 |
commit | d4a6a7e28609116c62ed62f795fa588beca13e68 (patch) | |
tree | 4b460be0171764ad675361238baeaf9ff3429445 | |
parent | 5a51727b860400ba7ef60031e6dcd6b26c14fef4 (diff) | |
download | libdrm-d4a6a7e28609116c62ed62f795fa588beca13e68.tar.gz libdrm-d4a6a7e28609116c62ed62f795fa588beca13e68.tar.bz2 libdrm-d4a6a7e28609116c62ed62f795fa588beca13e68.zip |
tests: add nexell drm to default test modules
Add nexell drm to test modules for the artik devices.
Change-Id: I5f15f6bf28064ebc6ad178ba40ada0c6e666ad49
Signed-off-by: SooChan Lim <sc1.lim@samsung.com>
-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 959b6881..59e4444a 100644 --- a/tests/util/kms.c +++ b/tests/util/kms.c @@ -145,6 +145,7 @@ static const char * const modules[] = { "virtio_gpu", "mediatek", "meson", + "nexell", }; int util_open(const char *device, const char *module) |