summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Liu <leo.liu@amd.com>2017-04-03 14:44:04 -0400
committerLeo Liu <leo.liu@amd.com>2017-06-05 10:41:13 -0400
commitec65d19809121b460c80b45509ed12a4cdbde4b8 (patch)
treea6e7ec56824652aca3d8b318fc31cd92147b86fb
parent48aac8c6ef301be5ed4cf824779baa3c98981a90 (diff)
tests/amdgpu: rename uvd messages to decode messages
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>
-rw-r--r--tests/amdgpu/cs_tests.c2
-rw-r--r--tests/amdgpu/decode_messages.h (renamed from tests/amdgpu/uvd_messages.h)8
2 files changed, 5 insertions, 5 deletions
diff --git a/tests/amdgpu/cs_tests.c b/tests/amdgpu/cs_tests.c
index 342815de..65f2434b 100644
--- a/tests/amdgpu/cs_tests.c
+++ b/tests/amdgpu/cs_tests.c
@@ -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"
diff --git a/tests/amdgpu/uvd_messages.h b/tests/amdgpu/decode_messages.h
index 00235cbb..09abc37e 100644
--- a/tests/amdgpu/uvd_messages.h
+++ b/tests/amdgpu/decode_messages.h
@@ -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_ */