aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-09drm/amdgpu: replace per_device_list by arrayAlex Sierra1-57/+51
2021-03-05drm/amdkfd: Move set_trap_handler out of dqm->opsJay Cornwall1-0/+19
2021-02-22drm/amdkfd: Cleanup kfd_process if init_cwsr_apu failsFelix Kuehling1-4/+10
2021-02-22drm/amdkfd: Use mmu_notifier_getFelix Kuehling1-6/+27
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-13/+180
2020-09-30drm/amd/amdkfd: Surface files in Sysfs to allow users to get number ofRamesh Errabolu1-2/+69
2020-09-22drm/amdkfd: Fix kfd init stack dumpPhilip Cox1-5/+0
2020-09-22drm/amdkfd: Move process doorbell allocation into kfd deviceMukul Joshi1-9/+12
2020-09-17drm/amdkfd: Add process eviction counters to sysfsPhilip Cox1-0/+100
2020-09-17drm/amdkfd: Add some eveiction debugging codePhilip Cox1-0/+1
2020-09-17drm, iommu: Change type of pasid to u32Fenghua Yu1-1/+1
2020-08-24drm/amdkfd: sparse: Fix warning in reading SDMA countersMukul Joshi1-3/+3
2020-08-18drm/amdkfd: Initialize SDMA activity counter to 0Mukul Joshi1-0/+1
2020-08-14drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König1-4/+0
2020-07-27drm/amdgpu: fix system hang issue during GPU resetDennis Li1-0/+4
2020-07-02Merge tag 'amd-drm-next-5.9-2020-07-01' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-13/+233
2020-07-01drm/amdkfd: Fix circular locking dependency warningMukul Joshi1-20/+123
2020-07-01drm/amd: fix potential memleak in err branchBernard Zhao1-0/+1
2020-07-01drm/amdkfd: label internally used symbols as staticNirmoy Das1-1/+1
2020-07-01drm/amdkfd: fix ref count leak when pm_runtime_get_sync failsAlex Deucher1-1/+3
2020-05-29drm/amdkfd: fix a dereference of pdd before it is null checkedColin Ian King1-2/+3
2020-05-28drm/amdkfd: Track SDMA utilization per processMukul Joshi1-12/+125
2020-05-01drm/amdkfd: Fix comment formattingFelix Kuehling1-2/+2
2020-04-30drm/amdkfd: Track GPU memory utilization per processMukul Joshi1-7/+50
2020-04-28drm/amdkfd: Enable over-subscription with >1 GWS queueJoseph Greathouse1-0/+1
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-12drm/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-09drm/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-26Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave 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/rdma/rdmaLinus Torvalds1-47/+41
2019-08-21drm/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-21drm/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-18drm/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-11drm/amdkfd: Fix error codes in kfd_get_processWei Lu1-0/+2
2018-04-10drm/amdkfd: Implement doorbell allocation for SOC15Felix Kuehling1-0/+32
2018-04-10drm/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