diff options
| author | Christian König <[email protected]> | 2025-01-27 15:27:51 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-03-21 16:16:34 +0000 |
| commit | db1e58ec86c6e533f983abdbd43145f2ec16bbb8 (patch) | |
| tree | 4dee28cec7ad3df191b9ecb49e1845ec67494f1a /drivers/gpu/drm/amd/amdgpu/amdgpu_ids.h | |
| parent | drm/amdgpu: rework how the cleaner shader is emitted v3 (diff) | |
| download | kernel-db1e58ec86c6e533f983abdbd43145f2ec16bbb8.tar.gz kernel-db1e58ec86c6e533f983abdbd43145f2ec16bbb8.zip | |
drm/amdgpu: stop reserving VMIDs to enforce isolation
That was quite troublesome for gang submit. Completely drop this
approach and enforce the isolation separately.
Signed-off-by: Christian König <[email protected]>
Acked-by: Srinivasan Shanmugam <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ids.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ids.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.h index 4012fb2dd08a..240fa6751260 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.h @@ -78,8 +78,7 @@ void amdgpu_pasid_free_delayed(struct dma_resv *resv, bool amdgpu_vmid_had_gpu_reset(struct amdgpu_device *adev, struct amdgpu_vmid *id); -bool amdgpu_vmid_uses_reserved(struct amdgpu_device *adev, - struct amdgpu_vm *vm, unsigned int vmhub); +bool amdgpu_vmid_uses_reserved(struct amdgpu_vm *vm, unsigned int vmhub); int amdgpu_vmid_alloc_reserved(struct amdgpu_device *adev, unsigned vmhub); void amdgpu_vmid_free_reserved(struct amdgpu_device *adev, |
