diff options
author | Christian König <christian.koenig@amd.com> | 2018-08-21 11:07:47 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-08-27 12:11:18 -0400 |
commit | 1123b989c50613ea555c51ced26257e54c6fa029 (patch) | |
tree | 42a5ea323028f56a3b9cae3e2e05457f7d86a7bc /drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h | |
parent | cbd528514276dce3a8057cff18ef328c35b49d95 (diff) |
drm/amdgpu: rename gart.robj into gart.bo
sed -i "s/gart.robj/gart.bo/" drivers/gpu/drm/amd/amdgpu/*.c
sed -i "s/gart.robj/gart.bo/" drivers/gpu/drm/amd/amdgpu/*.h
Just cleaning up radeon leftovers.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h index 9f9e9dc87da1..d7b7c2d408d5 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h | |||
@@ -41,7 +41,7 @@ struct amdgpu_bo; | |||
41 | 41 | ||
42 | struct amdgpu_gart { | 42 | struct amdgpu_gart { |
43 | u64 table_addr; | 43 | u64 table_addr; |
44 | struct amdgpu_bo *robj; | 44 | struct amdgpu_bo *bo; |
45 | void *ptr; | 45 | void *ptr; |
46 | unsigned num_gpu_pages; | 46 | unsigned num_gpu_pages; |
47 | unsigned num_cpu_pages; | 47 | unsigned num_cpu_pages; |