Revert "radeonsi: fix build with GCC 4.8"
This reverts commit485ece83ac
. It's needed to revert7088b655e8
.
This commit is contained in:
@@ -302,7 +302,7 @@ static const struct si_pc_block_base cik_TCP = {
|
|||||||
.layout = SI_PC_MULTI_ALTERNATE,
|
.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",
|
.name = "VGT",
|
||||||
.num_counters = 4,
|
.num_counters = 4,
|
||||||
.flags = R600_PC_BLOCK_SE,
|
.flags = R600_PC_BLOCK_SE,
|
||||||
|
Reference in New Issue
Block a user