1. 07 2月, 2018 1 次提交
    • F
      drm/amdgpu: Add KFD eviction fence · d8d019cc
      Felix Kuehling 提交于
      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 <fengguang.wu@intel.com>
      Signed-off-by: NHarish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
      Signed-off-by: NFelix Kuehling <Felix.Kuehling@amd.com>
      Reviewed-by: NOded Gabbay <oded.gabbay@gmail.com>
      Signed-off-by: NOded Gabbay <oded.gabbay@gmail.com>
      d8d019cc
  2. 08 3月, 2018 2 次提交
  3. 06 3月, 2018 3 次提交
  4. 01 3月, 2018 1 次提交
  5. 27 2月, 2018 1 次提交
  6. 20 2月, 2018 5 次提交
  7. 14 2月, 2018 1 次提交
  8. 28 12月, 2017 2 次提交
  9. 19 12月, 2017 1 次提交
  10. 18 12月, 2017 1 次提交
  11. 16 12月, 2017 1 次提交
  12. 08 12月, 2017 1 次提交
  13. 07 12月, 2017 8 次提交
  14. 05 12月, 2017 7 次提交
  15. 16 11月, 2017 1 次提交
  16. 08 11月, 2017 1 次提交
  17. 26 10月, 2017 1 次提交
  18. 20 10月, 2017 2 次提交