summaryrefslogtreecommitdiffstats
path: root/src/amd/common/ac_gpu_info.c
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-05-29 14:50:47 +0100
committerEmil Velikov <[email protected]>2017-06-16 12:41:44 +0100
commit81945ded0dc3d25d55eaf682dce220fa4c2de9fe (patch)
treee6b9d6d5ae8114d0f08c7980c6a2596565844744 /src/amd/common/ac_gpu_info.c
parentd96a210842bf643716ebceb5aba5c92a564aab14 (diff)
ac: remove amdgpu.h dependency
Add a couple of forward declarations and drop the amdgpu.h requirement. With this we can build the r300 and r600 drivers without the need for amdgpu. v2: - Add amdgpu.h include in the C file (Marek) - Add a comment about pre C11 typedef redeclaration warning (Eric) Cc: Nicolai Hähnle <[email protected]> Cc: Marek Olšák <[email protected]> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=101189 Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/amd/common/ac_gpu_info.c')
-rw-r--r--src/amd/common/ac_gpu_info.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/amd/common/ac_gpu_info.c b/src/amd/common/ac_gpu_info.c
index 7d6f6e7d8ac..3f39a089ecb 100644
--- a/src/amd/common/ac_gpu_info.c
+++ b/src/amd/common/ac_gpu_info.c
@@ -34,6 +34,8 @@
#include <xf86drm.h>
#include <amdgpu_drm.h>
+#include <amdgpu.h>
+
#define CIK_TILE_MODE_COLOR_2D 14
#define CIK__GB_TILE_MODE__PIPE_CONFIG(x) (((x) >> 6) & 0x1f)