diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2017-12-14 16:33:36 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-12-18 10:59:28 -0500 |
commit | 2543e28a81b8d687880315475ba1203ca2f7496a (patch) | |
tree | 665d4ff4c37c730a2bf90f2ead856f010afbb6c5 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | 22cb0164378c6511423f79d429e0b2e4290934df (diff) |
drm/amdgpu: rename amdgpu_*_location functions
add device to the name for consistency.
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.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index b03f9242448c..ac21addcde7d 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -1901,8 +1901,10 @@ void amdgpu_cs_report_moved_bytes(struct amdgpu_device *adev, u64 num_bytes, | |||
1901 | u64 num_vis_bytes); | 1901 | u64 num_vis_bytes); |
1902 | void amdgpu_ttm_placement_from_domain(struct amdgpu_bo *abo, u32 domain); | 1902 | void amdgpu_ttm_placement_from_domain(struct amdgpu_bo *abo, u32 domain); |
1903 | bool amdgpu_ttm_bo_is_amdgpu_bo(struct ttm_buffer_object *bo); | 1903 | bool amdgpu_ttm_bo_is_amdgpu_bo(struct ttm_buffer_object *bo); |
1904 | void amdgpu_vram_location(struct amdgpu_device *adev, struct amdgpu_mc *mc, u64 base); | 1904 | void amdgpu_device_vram_location(struct amdgpu_device *adev, |
1905 | void amdgpu_gart_location(struct amdgpu_device *adev, struct amdgpu_mc *mc); | 1905 | struct amdgpu_mc *mc, u64 base); |
1906 | void amdgpu_device_gart_location(struct amdgpu_device *adev, | ||
1907 | struct amdgpu_mc *mc); | ||
1906 | int amdgpu_device_resize_fb_bar(struct amdgpu_device *adev); | 1908 | int amdgpu_device_resize_fb_bar(struct amdgpu_device *adev); |
1907 | void amdgpu_ttm_set_active_vram_size(struct amdgpu_device *adev, u64 size); | 1909 | void amdgpu_ttm_set_active_vram_size(struct amdgpu_device *adev, u64 size); |
1908 | int amdgpu_ttm_init(struct amdgpu_device *adev); | 1910 | int amdgpu_ttm_init(struct amdgpu_device *adev); |