diff options
author | Jammy Zhou <Jammy.Zhou@amd.com> | 2015-07-21 23:29:01 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-08-17 16:50:21 -0400 |
commit | 2f7d10b393c83acd3eedc3d6ab94dce29ac6a890 (patch) | |
tree | dc13e4604dc31f280f0593123e29450460969fa5 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | fa9f1d4e86f67a4df03e153d9b9cd1bd1838767c (diff) |
drm/amdgpu: merge amdgpu_family.h into amd_shared.h (v2)
Make the definitions common for all driver components
v2: fix kfd
Signed-off-by: Jammy Zhou <Jammy.Zhou@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index e6c26c1716b6..a9ead9731b35 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -47,7 +47,6 @@ | |||
47 | #include <drm/amdgpu_drm.h> | 47 | #include <drm/amdgpu_drm.h> |
48 | 48 | ||
49 | #include "amd_shared.h" | 49 | #include "amd_shared.h" |
50 | #include "amdgpu_family.h" | ||
51 | #include "amdgpu_mode.h" | 50 | #include "amdgpu_mode.h" |
52 | #include "amdgpu_ih.h" | 51 | #include "amdgpu_ih.h" |
53 | #include "amdgpu_irq.h" | 52 | #include "amdgpu_irq.h" |
@@ -1900,7 +1899,7 @@ struct amdgpu_device { | |||
1900 | struct rw_semaphore exclusive_lock; | 1899 | struct rw_semaphore exclusive_lock; |
1901 | 1900 | ||
1902 | /* ASIC */ | 1901 | /* ASIC */ |
1903 | enum amdgpu_asic_type asic_type; | 1902 | enum amd_asic_type asic_type; |
1904 | uint32_t family; | 1903 | uint32_t family; |
1905 | uint32_t rev_id; | 1904 | uint32_t rev_id; |
1906 | uint32_t external_rev_id; | 1905 | uint32_t external_rev_id; |