drm/amdgpu: fix amdgpu_vm_bo_map trace point

That somehow got lost.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Christian König 2017-08-23 14:05:48 +02:00 committed by Alex Deucher
parent 5b41d94cc4
commit 87f64a76b3
1 changed files with 2 additions and 0 deletions

View File

@ -2111,6 +2111,7 @@ int amdgpu_vm_bo_map(struct amdgpu_device *adev,
if (flags & AMDGPU_PTE_PRT)
amdgpu_vm_prt_get(adev);
trace_amdgpu_vm_bo_map(bo_va, mapping);
return 0;
}
@ -2176,6 +2177,7 @@ int amdgpu_vm_bo_replace_map(struct amdgpu_device *adev,
if (flags & AMDGPU_PTE_PRT)
amdgpu_vm_prt_get(adev);
trace_amdgpu_vm_bo_map(bo_va, mapping);
return 0;
}