diff mbox

modetest: Adding amdgpu to module list

Message ID 1472223122-3804-1-git-send-email-alexander.deucher@amd.com (mailing list archive)
State New, archived
Headers show

Commit Message

Alex Deucher Aug. 26, 2016, 2:52 p.m. UTC
From: satsahu <Satyajit.Sahu@amd.com>

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 tests/util/kms.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Michel Dänzer Aug. 29, 2016, 2:49 a.m. UTC | #1
On 26/08/16 11:52 PM, Alex Deucher wrote:
> From: satsahu <Satyajit.Sahu@amd.com>
> 
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> ---
>  tests/util/kms.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/util/kms.c b/tests/util/kms.c
> index 650b23b..c20134e 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",
> 

Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
diff mbox

Patch

diff --git a/tests/util/kms.c b/tests/util/kms.c
index 650b23b..c20134e 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",