radeonsi: constify a bunch of the perfcounter structs.
authorDave Airlie <airlied@redhat.com>
Tue, 2 May 2017 22:40:41 +0000 (08:40 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 4 May 2017 01:52:47 +0000 (11:52 +1000)
commit7088b655e8828bb960f528dd33132de27c505b8f
tree5e75f4369a1970680b9b0ab99124ad61a456a0fc
parentad282c0b9ef2d99168b68cd4bc3146f53c1ab011
radeonsi: constify a bunch of the perfcounter structs.

This moves the structs from the data segment to the rodata segment,
which seems like the more correct place for them.

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/drivers/radeon/r600_perfcounter.c
src/gallium/drivers/radeon/r600_query.h
src/gallium/drivers/radeonsi/si_perfcounter.c