mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 11:33:36 -04:00
drm/amdgpu: add isolation trace point
Note when we switch from one isolation owner to another. Signed-off-by: Christian König <christian.koenig@amd.com> Acked-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
db1e58ec86
commit
1bb1314d0b
@@ -7028,6 +7028,7 @@ struct dma_fence *amdgpu_device_enforce_isolation(struct amdgpu_device *adev,
|
||||
dma_fence_put(isolation->spearhead);
|
||||
isolation->spearhead = dma_fence_get(&f->scheduled);
|
||||
amdgpu_sync_move(&isolation->active, &isolation->prev);
|
||||
trace_amdgpu_isolation(isolation->owner, owner);
|
||||
isolation->owner = owner;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user