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
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