[PATCH libdrm 12/17] tests/amdgpu: annotate the uvd message templates as const data
Alex Deucher
alexdeucher at gmail.com
Mon Aug 24 10:06:57 PDT 2015
On Mon, Aug 24, 2015 at 12:34 PM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> Cc: Alex Deucher <alexander.deucher at amd.com>
> Cc: Leo Liu <leo.liu at amd.com>
> Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
> ---
> tests/amdgpu/uvd_messages.h | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/tests/amdgpu/uvd_messages.h b/tests/amdgpu/uvd_messages.h
> index 44bcacc..00235cb 100644
> --- a/tests/amdgpu/uvd_messages.h
> +++ b/tests/amdgpu/uvd_messages.h
> @@ -24,7 +24,7 @@
> #ifndef _UVD_MESSAGES_H_
> #define _UVD_MESSAGES_H_
>
> -static uint8_t uvd_create_msg[] = {
> +static const uint8_t uvd_create_msg[] = {
> 0xe4,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x00,0x44,0x40,0x00,0x00,0x00,0x00,
> 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0x03,0x00,0x00,
> 0xe0,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0xf9,0xf2,0x00,0x00,0x00,0x00,0x00,
> @@ -250,7 +250,7 @@ static uint8_t uvd_create_msg[] = {
> 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
> };
>
> -static uint8_t uvd_bitstream[] ={
> +static const uint8_t uvd_bitstream[] ={
> 0x00,0x00,0x01,0x25,0xb8,0x20,0x20,0x21,0x44,0xc5,0x00,0x01,0x57,0x9b,0xef,0xbe,
> 0xfb,0xef,0xbe,0xfb,0xef,0xbe,0xfb,0xef,0xbe,0xfb,0xef,0xbe,0xfb,0xef,0xbe,0xfb,
> 0xef,0xbe,0xfb,0xef,0xbe,0xfb,0xef,0xbe,0xfb,0xef,0xbe,0xfb,0xef,0xbe,0xfb,0xef,
> @@ -341,7 +341,7 @@ static uint8_t uvd_bitstream[] ={
> 0xeb,0xae,0xba,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
> };
>
> -static uint8_t uvd_decode_msg[] = {
> +static const uint8_t uvd_decode_msg[] = {
> 0xe4,0x0d,0x00,0x00,0x01,0x00,0x00,0x00,0x03,0x00,0x44,0x40,0x01,0x00,0x00,0x00,
> 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x60,0x03,0x00,0x00,0xe0,0x01,0x00,0x00,
> 0x00,0x00,0x00,0x00,0x80,0xf9,0xf2,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
> @@ -567,7 +567,7 @@ static uint8_t uvd_decode_msg[] = {
> 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
> };
>
> -static uint8_t uvd_destroy_msg[] = {
> +static const uint8_t uvd_destroy_msg[] = {
> 0xe4,0x0d,0x00,0x00,0x02,0x00,0x00,0x00,0x03,0x00,0x44,0x40,0x00,0x00,0x00,0x00,
> 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
> 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
> @@ -793,7 +793,7 @@ static uint8_t uvd_destroy_msg[] = {
> 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
> };
>
> -static uint8_t uvd_it_scaling_table[] = {
> +static const uint8_t uvd_it_scaling_table[] = {
> 0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,
> 0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,
> 0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,
> --
> 2.5.0
>
> _______________________________________________
> dri-devel mailing list
> dri-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
More information about the dri-devel
mailing list