summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_perfcounter.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2017-10-08 00:03:10 +0200
committerMarek Olšák <[email protected]>2017-10-09 16:27:05 +0200
commit76997e9133eea8e5c4fcdc935cd279fcf5156ca5 (patch)
tree6ee33572c7a5155606d2151f700433bec0ab943f /src/gallium/drivers/radeon/r600_perfcounter.c
parent0ecf9b90efa7b6df5a16560797fb9e1355a6965d (diff)
radeonsi: shrink r600d_common.h and stop using it
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeon/r600_perfcounter.c')
-rw-r--r--src/gallium/drivers/radeon/r600_perfcounter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/r600_perfcounter.c b/src/gallium/drivers/radeon/r600_perfcounter.c
index 13fd1e99e59..6c68dc4695d 100644
--- a/src/gallium/drivers/radeon/r600_perfcounter.c
+++ b/src/gallium/drivers/radeon/r600_perfcounter.c
@@ -28,7 +28,7 @@
#include "util/u_memory.h"
#include "r600_query.h"
#include "r600_pipe_common.h"
-#include "amd/common/r600d_common.h"
+#include "amd/common/sid.h"
/* Max counters per HW block */
#define R600_QUERY_MAX_COUNTERS 16