From 3106a33fea1cde11b84814e53afd16c6053d2c15 Mon Sep 17 00:00:00 2001 From: satsahu Date: Tue, 9 Aug 2016 12:47:51 +0530 Subject: [PATCH] modetest: Adding amdgpu to module list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Michel Dänzer Signed-off-by: Alex Deucher --- tests/util/kms.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/util/kms.c b/tests/util/kms.c index 650b23b8..c20134e8 100644 --- a/tests/util/kms.c +++ b/tests/util/kms.c @@ -127,6 +127,7 @@ const char *util_lookup_connector_type_name(unsigned int type) static const char * const modules[] = { "i915", + "amdgpu", "radeon", "nouveau", "vmwgfx",