diff options
author | Christian König <christian.koenig@amd.com> | 2016-09-15 09:06:50 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-09-28 16:16:20 -0400 |
commit | 765e7fbf081d0e8bd22b35468a1c016358b46179 (patch) | |
tree | 47bf14c467cfec99984a0bd4283bf42b06df4063 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | 1927ffc0c19d7d42f775604f6984933bbb0d419b (diff) |
drm/amdgpu: rename all rbo variable to abo v2
Just to cleanup some radeon leftovers.
sed -i "s/rbo/abo/g" drivers/gpu/drm/amd/amdgpu/*.c
sed -i "s/rbo/abo/g" drivers/gpu/drm/amd/amdgpu/*.h
v2: rebased
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 869d6ebc2ea3..4f29f84efae2 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -703,7 +703,7 @@ struct amdgpu_flip_work { | |||
703 | u32 target_vblank; | 703 | u32 target_vblank; |
704 | uint64_t base; | 704 | uint64_t base; |
705 | struct drm_pending_vblank_event *event; | 705 | struct drm_pending_vblank_event *event; |
706 | struct amdgpu_bo *old_rbo; | 706 | struct amdgpu_bo *old_abo; |
707 | struct fence *excl; | 707 | struct fence *excl; |
708 | unsigned shared_count; | 708 | unsigned shared_count; |
709 | struct fence **shared; | 709 | struct fence **shared; |
@@ -2416,7 +2416,7 @@ int amdgpu_cs_parser_init(struct amdgpu_cs_parser *p, void *data); | |||
2416 | int amdgpu_cs_get_ring(struct amdgpu_device *adev, u32 ip_type, | 2416 | int amdgpu_cs_get_ring(struct amdgpu_device *adev, u32 ip_type, |
2417 | u32 ip_instance, u32 ring, | 2417 | u32 ip_instance, u32 ring, |
2418 | struct amdgpu_ring **out_ring); | 2418 | struct amdgpu_ring **out_ring); |
2419 | void amdgpu_ttm_placement_from_domain(struct amdgpu_bo *rbo, u32 domain); | 2419 | void amdgpu_ttm_placement_from_domain(struct amdgpu_bo *abo, u32 domain); |
2420 | bool amdgpu_ttm_bo_is_amdgpu_bo(struct ttm_buffer_object *bo); | 2420 | bool amdgpu_ttm_bo_is_amdgpu_bo(struct ttm_buffer_object *bo); |
2421 | int amdgpu_ttm_tt_get_user_pages(struct ttm_tt *ttm, struct page **pages); | 2421 | int amdgpu_ttm_tt_get_user_pages(struct ttm_tt *ttm, struct page **pages); |
2422 | int amdgpu_ttm_tt_set_userptr(struct ttm_tt *ttm, uint64_t addr, | 2422 | int amdgpu_ttm_tt_set_userptr(struct ttm_tt *ttm, uint64_t addr, |