summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_process.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-10drm/amdkfd: Consolidate duplicated bo alloc flagsYong Zhao1-6/+7
2020-03-06drm/amdkfd: Signal eviction fence on process destruction (v2)Felix Kuehling1-0/+5
2020-02-13drm/amdkfd: refactor runtime pm for bacoRajneesh Bhardwaj1-2/+40
2020-02-06drm/amdkfd: Add queue information to sysfsAmber Lin1-0/+90
2020-01-16drm/amdgpu: GPU TLB flush API moved to amdgpu_amdkfdAlex Sierra1-3/+5
2020-01-10drm/amdkfd: Improve kfd_process lookup in kfd_ioctlFelix Kuehling1-0/+2
2019-11-13drm/amdkfd: Simplify the mmap offset related bit operationsYong Zhao1-2/+1
2019-10-25Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie1-14/+18
2019-10-03drm/amdkfd: Use hex print format for pasidYong Zhao1-10/+10
2019-10-03drm/amdkfd: Remove excessive print when reserving doorbellsYong Zhao1-4/+8
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-47/+41
2019-08-22drm/amdkfd: remove set but not used variable 'pdd'YueHaibing1-11/+0
2019-08-20drm/amdkfd: use mmu_notifier_putJason Gunthorpe1-6/+4
2019-08-20drm/amdkfd: fix a use after free race with mmu_notifer unregisterJason Gunthorpe1-41/+37
2019-08-15drm/amdkfd: Fill amdgpu_task_info for KFD VMsYong Zhao1-0/+2
2019-06-22drm/amdkfd: Add navi10 support to amdkfd. (v3)Philip Cox1-0/+1
2019-06-20drm/amdkfd: Add procfs-style information for KFD processesKent Russell1-2/+98
2019-02-19drm/amdkfd: Fix bugs regarding CP queue doorbell mask on SOC15Yong Zhao1-5/+9
2018-11-05drm/amdkfd: Simplify kfd2kgd interfaceAmber Lin1-16/+18
2018-08-29drm/amdkfd: Release an acquired process vmOak Zeng1-1/+3
2018-08-29drm/amdgpu: Set pasid for compute vm (v2)Oak Zeng1-2/+2
2018-07-12drm/amdkfd: Fix error codes in kfd_get_processWei Lu1-0/+2
2018-04-11drm/amdkfd: Implement doorbell allocation for SOC15Felix Kuehling1-0/+32
2018-04-11drm/amdkfd: Clean up KFD_MMAP_ offset handlingHarish Kasiviswanathan1-5/+3
2018-03-23drm/amdkfd: Add quiesce_mm and resume_mm to kgd2kfd_callsFelix Kuehling1-5/+5
2018-03-23drm/amdkfd: Use ordered workqueue to restore processesFelix Kuehling1-4/+26
2018-03-16drm/amdkfd: Add TC flush on VMID deallocation for HawaiiFelix Kuehling1-0/+34
2018-03-16drm/amdkfd: Allocate CWSR trap handler memory for dGPUsFelix Kuehling1-10/+127
2018-03-16drm/amdkfd: Add per-process IDR for buffer handlesFelix Kuehling1-0/+73
2018-03-16drm/amdkfd: Create KFD VMs on demandFelix Kuehling1-10/+50
2018-02-07drm/amdkfd: Implement KFD process eviction/restoreFelix Kuehling1-0/+213
2018-02-07drm/amdkfd: Add GPUVM virtual address space to PDDFelix Kuehling1-0/+33
2017-12-09drm/amdkfd: Centralize IOMMUv2 code and make it conditionalFelix Kuehling1-132/+6
2018-01-11drm/amdkfd: Fix potential NULL pointer dereferencesGustavo A. R. Silva1-1/+7
2017-11-28drm/amdkfd: Simplify locking during process creationYong Zhao1-25/+21
2017-11-28drm/amdkfd: Factor PDD destruction out of kfd_process_wq_releaseFelix Kuehling1-16/+24
2017-11-28drm/amdkfd: Reduce nesting in kfd_create_process_device_dataFelix Kuehling1-11/+12
2017-11-28drm/amdkfd: Return NULL if kfd_lookup_process_by_pasid failsYong Zhao1-2/+3
2017-11-28drm/amdkfd: Use ref count to prevent kfd_process destructionFelix Kuehling1-3/+13
2017-11-28drm/amdkfd: Make kfd_process reference countedFelix Kuehling1-36/+22
2017-11-28drm/amdkfd: Get reference to lead_thread task structFelix Kuehling1-0/+4
2017-11-28drm/amdkfd: Add debugfs support to KFDFelix Kuehling1-0/+29
2017-11-15drm/amdkfd: Add CWSR supportFelix Kuehling1-1/+86
2017-11-15drm/amdkfd: Cleanup qpd.pqm initializationFelix Kuehling1-0/+1
2017-11-02drm/amdkfd: Minor cleanupsFelix Kuehling1-1/+1
2017-11-02drm/amdkfd: Fix debug unregister procedure on process terminationYair Shachar1-10/+27
2017-11-02drm/amdkfd: Avoid calling amd_iommu_unbind_pasid() when suspendingYong Zhao1-9/+5
2017-11-02drm/amdkfd: Clean up the data structure in kfd_processYong Zhao1-18/+0
2017-10-28drm/amdkfd: Don't dereference kfd_process.mmFelix Kuehling1-1/+0
2017-09-27drm/amdkfd: Improve process termination handlingFelix Kuehling1-26/+10