[PATCH libdrm 12/17] tests/amdgpu: annotate the uvd message templates as const data

2015-08-24 Thread Emil Velikov
Cc: Alex Deucher Cc: Leo Liu Signed-off-by: Emil Velikov --- 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

[PATCH libdrm 12/17] tests/amdgpu: annotate the uvd message templates as const data

2015-08-24 Thread Alex Deucher
On Mon, Aug 24, 2015 at 12:34 PM, Emil Velikov wrote: > Cc: Alex Deucher > Cc: Leo Liu > Signed-off-by: Emil Velikov Reviewed-by: Alex Deucher > --- > tests/amdgpu/uvd_messages.h | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/tests/amdgpu/uvd_messages.h