diff options
| author | Felix Kuehling <[email protected]> | 2018-02-07 01:32:35 +0000 |
|---|---|---|
| committer | Oded Gabbay <[email protected]> | 2018-02-07 01:32:35 +0000 |
| commit | d8d019ccffb838bb0dd98e583b5c25ccc0bc6ece (patch) | |
| tree | 660d1ea42b915579fc4b12ad717bcbcaf49254f6 /drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c | |
| parent | drm/amdgpu: Remove unused kfd2kgd interface (diff) | |
| download | kernel-d8d019ccffb838bb0dd98e583b5c25ccc0bc6ece.tar.gz kernel-d8d019ccffb838bb0dd98e583b5c25ccc0bc6ece.zip | |
drm/amdgpu: Add KFD eviction fence
This fence is used by KFD to keep memory resident while user mode
queues are enabled. Trying to evict memory will trigger the
enable_signaling callback, which starts a KFD eviction, which
involves preempting user mode queues before signaling the fence.
There is one such fence per process.
v2:
* Grab a reference to mm_struct
* Dereference fence after NULL check
* Simplify fence release, no need to signal without anyone waiting
* Added signed-off-by Harish, who is the original author of this code
v3:
* update MAINTAINERS file
* change amd_kfd_ prefix to amdkfd_
* remove useless initialization of variable to NULL
v4:
* set amdkfd_fence_ops to be static
* Suggested by: Fengguang Wu <[email protected]>
Signed-off-by: Harish Kasiviswanathan <[email protected]>
Signed-off-by: Felix Kuehling <[email protected]>
Reviewed-by: Oded Gabbay <[email protected]>
Signed-off-by: Oded Gabbay <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c')
0 files changed, 0 insertions, 0 deletions
