OSDN Git Service

modetest: Adding amdgpu to module list
authorsatsahu <Satyajit.Sahu@amd.com>
Tue, 9 Aug 2016 07:17:51 +0000 (12:47 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 29 Aug 2016 16:52:25 +0000 (12:52 -0400)
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
tests/util/kms.c

index 650b23b..c20134e 100644 (file)
@@ -127,6 +127,7 @@ const char *util_lookup_connector_type_name(unsigned int type)
 
 static const char * const modules[] = {
        "i915",
+       "amdgpu",
        "radeon",
        "nouveau",
        "vmwgfx",