mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
drm/amdgpu: consistenly name amdgpu_bo_ functions
Just rename functions, no functional change. 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>
This commit is contained in:
committed by
Alex Deucher
parent
6beccb15c4
commit
c704ab18e0
@@ -436,7 +436,7 @@ TRACE_EVENT(amdgpu_cs_bo_status,
|
||||
__entry->total_bo, __entry->total_size)
|
||||
);
|
||||
|
||||
TRACE_EVENT(amdgpu_ttm_bo_move,
|
||||
TRACE_EVENT(amdgpu_bo_move,
|
||||
TP_PROTO(struct amdgpu_bo* bo, uint32_t new_placement, uint32_t old_placement),
|
||||
TP_ARGS(bo, new_placement, old_placement),
|
||||
TP_STRUCT__entry(
|
||||
|
||||
Reference in New Issue
Block a user