summaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2017-05-06 21:15:51 +0200
committerMarek Olšák <[email protected]>2017-05-06 21:17:52 +0200
commitb0d01bd303971931f038e95f73f4c610d1b79941 (patch)
treeecb411041bdfc0cbbae462a23f86c9f751f7f538 /src/gallium
parent6050d5bf3d8d0043386de35cad4efa77e8be957e (diff)
Revert "radeonsi: fix build with GCC 4.8"
This reverts commit 485ece83aceb3a35792efbc6fe2bca57ba46c04a. It's needed to revert 7088b655e8828bb960f528dd33132de27c505b8f.
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/radeonsi/si_perfcounter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_perfcounter.c b/src/gallium/drivers/radeonsi/si_perfcounter.c
index fd28d1176e3..ad7b9b7ae4b 100644
--- a/src/gallium/drivers/radeonsi/si_perfcounter.c
+++ b/src/gallium/drivers/radeonsi/si_perfcounter.c
@@ -302,7 +302,7 @@ static const struct si_pc_block_base cik_TCP = {
.layout = SI_PC_MULTI_ALTERNATE,
};
-static const struct si_pc_block_base cik_VGT = {
+static const struct si_pc_block_base cik_VGT = (const struct si_pc_block_base) {
.name = "VGT",
.num_counters = 4,
.flags = R600_PC_BLOCK_SE,