summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsatsahu <Satyajit.Sahu@amd.com>2016-08-09 12:47:51 +0530
committerAlex Deucher <alexander.deucher@amd.com>2016-08-29 12:52:25 -0400
commit3106a33fea1cde11b84814e53afd16c6053d2c15 (patch)
treeba1fa3bda7dec661c5d1c32f0349755807c82a0d
parentb214b05ccd433c484a6a65e491a1a51b19e4811d (diff)
downloaddrm-3106a33fea1cde11b84814e53afd16c6053d2c15.tar.gz
modetest: Adding amdgpu to module list
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--tests/util/kms.c1
1 files changed, 1 insertions, 0 deletions
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",