diff options
author | Marek Olšák <[email protected]> | 2018-04-01 18:47:05 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-04-05 15:34:58 -0400 |
commit | f7f4ba5306d4de04606c106725fb25ee1e79275c (patch) | |
tree | 0bfc909fc2bcd08c5c91446e9ef5ee893a76e9c4 /src/gallium/drivers/radeon/r600_perfcounter.c | |
parent | 5777488406cc1a956bc9fb571f1dbc5a2833475a (diff) |
radeonsi: move r600_query.c/h files to si_query.c/h
Acked-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeon/r600_perfcounter.c')
-rw-r--r-- | src/gallium/drivers/radeon/r600_perfcounter.c | 2 |
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 c5b55cdcc3b..57c3246898a 100644 --- a/src/gallium/drivers/radeon/r600_perfcounter.c +++ b/src/gallium/drivers/radeon/r600_perfcounter.c @@ -23,7 +23,7 @@ */ #include "util/u_memory.h" -#include "r600_query.h" +#include "radeonsi/si_query.h" #include "radeonsi/si_pipe.h" #include "amd/common/sid.h" |