mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 16:10:09 +01:00
radeonsi: fix build with GCC 4.8
Fixes: 7088b655e8 ("radeonsi: constify a bunch of the perfcounter structs.")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100937
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
92ab06e782
commit
485ece83ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = (const struct si_pc_block_base) {
|
||||
static const struct si_pc_block_base cik_VGT = {
|
||||
.name = "VGT",
|
||||
.num_counters = 4,
|
||||
.flags = R600_PC_BLOCK_SE,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue