diff options
author | Leo Liu <leo.liu@amd.com> | 2017-04-03 14:44:04 -0400 |
---|---|---|
committer | Leo Liu <leo.liu@amd.com> | 2017-06-05 10:41:13 -0400 |
commit | ec65d19809121b460c80b45509ed12a4cdbde4b8 (patch) | |
tree | a6e7ec56824652aca3d8b318fc31cd92147b86fb /tests/amdgpu/cs_tests.c | |
parent | 48aac8c6ef301be5ed4cf824779baa3c98981a90 (diff) | |
download | external_libdrm-ec65d19809121b460c80b45509ed12a4cdbde4b8.tar.gz external_libdrm-ec65d19809121b460c80b45509ed12a4cdbde4b8.tar.bz2 external_libdrm-ec65d19809121b460c80b45509ed12a4cdbde4b8.zip |
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>
Diffstat (limited to 'tests/amdgpu/cs_tests.c')
-rw-r--r-- | tests/amdgpu/cs_tests.c | 2 |
1 files changed, 1 insertions, 1 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" |