tests/amdgpu: rename uvd messages to decode messages
authorLeo Liu <leo.liu@amd.com>
Mon, 3 Apr 2017 18:44:04 +0000 (14:44 -0400)
committerLeo Liu <leo.liu@amd.com>
Mon, 5 Jun 2017 14:41:13 +0000 (10:41 -0400)
It will be shared with VCN decode

Signed-off-by: Leo Liu <leo.liu@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
tests/amdgpu/cs_tests.c
tests/amdgpu/decode_messages.h [moved from tests/amdgpu/uvd_messages.h with 99% similarity]

index 342815d..65f2434 100644 (file)
@@ -32,7 +32,7 @@
 #include "util_math.h"
 
 #include "amdgpu_test.h"
-#include "uvd_messages.h"
+#include "decode_messages.h"
 #include "amdgpu_drm.h"
 #include "amdgpu_internal.h"
 
similarity index 99%
rename from tests/amdgpu/uvd_messages.h
rename to tests/amdgpu/decode_messages.h
index 00235cb..09abc37 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Advanced Micro Devices, Inc.
+ * Copyright 2017 Advanced Micro Devices, Inc.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -21,8 +21,8 @@
  *
  */
 
-#ifndef _UVD_MESSAGES_H_
-#define _UVD_MESSAGES_H_
+#ifndef _DECODE_MESSAGES_H_
+#define _DECODE_MESSAGES_H_
 
 static const uint8_t uvd_create_msg[] = {
        0xe4,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x00,0x44,0x40,0x00,0x00,0x00,0x00,
@@ -810,4 +810,4 @@ static const uint8_t uvd_it_scaling_table[] = {
        0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,
 };
 
-#endif /* _UVD_MESSAGES_H_ */
+#endif /* _DECODE_MESSAGES_H_ */