From: Eric Curtin ericcurtin17@gmail.com
Add an entry for the "simpledrm" driver, so that the test utilities work with the simpledrm driver without passing the -M argument.
Signed-off-by: Eric Curtin ecurtin@redhat.com --- - It's also here, was unsure whether to use MR or email submission https://gitlab.freedesktop.org/mesa/drm/-/merge_requests/243 --- tests/util/kms.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/tests/util/kms.c b/tests/util/kms.c index 39a93866..21a61a77 100644 --- a/tests/util/kms.c +++ b/tests/util/kms.c @@ -150,6 +150,7 @@ static const char * const modules[] = { "komeda", "imx-dcss", "mxsfb-drm", + "simpledrm", };
int util_open(const char *device, const char *module)
dri-devel@lists.freedesktop.org