drm/radeon: add missing trace point
Signed-off-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
593b26353f
commit
31dd8d9347
|
@ -726,6 +726,7 @@ struct radeon_fence *radeon_vm_grab_id(struct radeon_device *rdev,
|
||||||
if (fence == NULL) {
|
if (fence == NULL) {
|
||||||
/* found a free one */
|
/* found a free one */
|
||||||
vm->id = i;
|
vm->id = i;
|
||||||
|
trace_radeon_vm_grab_id(vm->id, ring);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue