diff options
author | Huang Rui <ray.huang@amd.com> | 2018-08-13 12:41:35 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-08-27 12:09:56 -0400 |
commit | 2cddc50e98193f2c4aab10d05550b5ffe7587e73 (patch) | |
tree | 50680f217668aee8414dfcaf6ea060ef27e898c9 /drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | |
parent | 6462c0071b8df3d03f5020a3f9b785d94cad80c6 (diff) |
drm/amdgpu: move gem definitions into amdgpu_gem header
Demangle amdgpu.h.
Signed-off-by: Huang Rui <ray.huang@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c index 09703c87d676..dc3b2f980d87 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | |||
@@ -32,6 +32,7 @@ | |||
32 | #include "amdgpu.h" | 32 | #include "amdgpu.h" |
33 | #include "amdgpu_trace.h" | 33 | #include "amdgpu_trace.h" |
34 | #include "amdgpu_gmc.h" | 34 | #include "amdgpu_gmc.h" |
35 | #include "amdgpu_gem.h" | ||
35 | 36 | ||
36 | static int amdgpu_cs_user_fence_chunk(struct amdgpu_cs_parser *p, | 37 | static int amdgpu_cs_user_fence_chunk(struct amdgpu_cs_parser *p, |
37 | struct drm_amdgpu_cs_chunk_fence *data, | 38 | struct drm_amdgpu_cs_chunk_fence *data, |