From ec65d19809121b460c80b45509ed12a4cdbde4b8 Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Mon, 3 Apr 2017 14:44:04 -0400 Subject: [PATCH] tests/amdgpu: rename uvd messages to decode messages MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It will be shared with VCN decode Signed-off-by: Leo Liu Acked-by: Christian König --- tests/amdgpu/cs_tests.c | 2 +- tests/amdgpu/{uvd_messages.h => decode_messages.h} | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) rename tests/amdgpu/{uvd_messages.h => decode_messages.h} (99%) diff --git a/tests/amdgpu/cs_tests.c b/tests/amdgpu/cs_tests.c index 342815d..65f2434 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 similarity index 99% rename from tests/amdgpu/uvd_messages.h rename to tests/amdgpu/decode_messages.h index 00235cb..09abc37 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_ */ -- 2.7.4