Re: [Mesa-dev] [PATCH] radeonsi: constify a bunch of the perfcounter structs.

2017-05-03 Thread Nicolai Hähnle
On 03.05.2017 00:41, Dave Airlie wrote: From: Dave Airlie This moves the structs from the data segment to the rodata segment, which seems like the more correct place for them. Signed-off-by: Dave Airlie Reviewed-by: Nicolai Hähnle --- src/gallium/drivers/radeon/r600_perfcounter.c | 2

[Mesa-dev] [PATCH] radeonsi: constify a bunch of the perfcounter structs.

2017-05-02 Thread Dave Airlie
From: Dave Airlie This moves the structs from the data segment to the rodata segment, which seems like the more correct place for them. Signed-off-by: Dave Airlie --- src/gallium/drivers/radeon/r600_perfcounter.c | 2 +- src/gallium/drivers/radeon/r600_query.h | 4 +- src/gallium/drive