From: Leo Liu Date: Mon, 3 Apr 2017 18:44:04 +0000 (-0400) Subject: tests/amdgpu: rename uvd messages to decode messages X-Git-Tag: libdrm-2.4.82~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec65d19809121b460c80b45509ed12a4cdbde4b8;p=platform%2Fupstream%2Flibdrm.git tests/amdgpu: rename uvd messages to decode messages It will be shared with VCN decode Signed-off-by: Leo Liu Acked-by: Christian König --- 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_ */