summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_process.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-151-13/+180
|\
| * drm/amd/amdkfd: Surface files in Sysfs to allow users to get number ofRamesh Errabolu2020-09-301-2/+69
| * drm/amdkfd: Fix kfd init stack dumpPhilip Cox2020-09-221-5/+0
| * drm/amdkfd: Move process doorbell allocation into kfd deviceMukul Joshi2020-09-221-9/+12
| * drm/amdkfd: Add process eviction counters to sysfsPhilip Cox2020-09-171-0/+100
| * drm/amdkfd: Add some eveiction debugging codePhilip Cox2020-09-171-0/+1
| * drm/amdkfd: sparse: Fix warning in reading SDMA countersMukul Joshi2020-08-241-3/+3
| * drm/amdkfd: Initialize SDMA activity counter to 0Mukul Joshi2020-08-181-0/+1
| * drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König2020-08-141-4/+0
| * drm/amdgpu: fix system hang issue during GPU resetDennis Li2020-07-271-0/+4
* | drm, iommu: Change type of pasid to u32Fenghua Yu2020-09-171-1/+1
|/
* Merge tag 'amd-drm-next-5.9-2020-07-01' of git://people.freedesktop.org/~agd5...Dave Airlie2020-07-021-13/+233
|\
| * drm/amdkfd: Fix circular locking dependency warningMukul Joshi2020-07-011-20/+123
| * drm/amd: fix potential memleak in err branchBernard Zhao2020-07-011-0/+1
| * drm/amdkfd: label internally used symbols as staticNirmoy Das2020-07-011-1/+1
| * drm/amdkfd: fix ref count leak when pm_runtime_get_sync failsAlex Deucher2020-07-011-1/+3
| * drm/amdkfd: fix a dereference of pdd before it is null checkedColin Ian King2020-05-291-2/+3
| * drm/amdkfd: Track SDMA utilization per processMukul Joshi2020-05-281-12/+125
|/
* drm/amdkfd: Fix comment formattingFelix Kuehling2020-05-011-2/+2
* drm/amdkfd: Track GPU memory utilization per processMukul Joshi2020-04-301-7/+50
* drm/amdkfd: Enable over-subscription with >1 GWS queueJoseph Greathouse2020-04-281-0/+1
* drm/amdkfd: Consolidate duplicated bo alloc flagsYong Zhao2020-03-101-6/+7
* drm/amdkfd: Signal eviction fence on process destruction (v2)Felix Kuehling2020-03-061-0/+5
* drm/amdkfd: refactor runtime pm for bacoRajneesh Bhardwaj2020-02-121-2/+40
* drm/amdkfd: Add queue information to sysfsAmber Lin2020-02-061-0/+90
* drm/amdgpu: GPU TLB flush API moved to amdgpu_amdkfdAlex Sierra2020-01-161-3/+5
* drm/amdkfd: Improve kfd_process lookup in kfd_ioctlFelix Kuehling2020-01-091-0/+2
* drm/amdkfd: Simplify the mmap offset related bit operationsYong Zhao2019-11-131-2/+1
* Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie2019-10-261-14/+18
|\
| * drm/amdkfd: Use hex print format for pasidYong Zhao2019-10-031-10/+10
| * drm/amdkfd: Remove excessive print when reserving doorbellsYong Zhao2019-10-031-4/+8
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-211-47/+41
|\ \ | |/ |/|
| * drm/amdkfd: use mmu_notifier_putJason Gunthorpe2019-08-201-6/+4
| * drm/amdkfd: fix a use after free race with mmu_notifer unregisterJason Gunthorpe2019-08-201-41/+37
* | drm/amdkfd: remove set but not used variable 'pdd'YueHaibing2019-08-211-11/+0
* | drm/amdkfd: Fill amdgpu_task_info for KFD VMsYong Zhao2019-08-151-0/+2
|/
* drm/amdkfd: Add navi10 support to amdkfd. (v3)Philip Cox2019-06-211-0/+1
* drm/amdkfd: Add procfs-style information for KFD processesKent Russell2019-06-201-2/+98
* drm/amdkfd: Fix bugs regarding CP queue doorbell mask on SOC15Yong Zhao2019-02-181-5/+9
* drm/amdkfd: Simplify kfd2kgd interfaceAmber Lin2018-11-051-16/+18
* drm/amdkfd: Release an acquired process vmOak Zeng2018-08-291-1/+3
* drm/amdgpu: Set pasid for compute vm (v2)Oak Zeng2018-08-291-2/+2
* drm/amdkfd: Fix error codes in kfd_get_processWei Lu2018-07-111-0/+2
* drm/amdkfd: Implement doorbell allocation for SOC15Felix Kuehling2018-04-101-0/+32
* drm/amdkfd: Clean up KFD_MMAP_ offset handlingHarish Kasiviswanathan2018-04-101-5/+3
* drm/amdkfd: Add quiesce_mm and resume_mm to kgd2kfd_callsFelix Kuehling2018-03-231-5/+5
* drm/amdkfd: Use ordered workqueue to restore processesFelix Kuehling2018-03-231-4/+26
* drm/amdkfd: Add TC flush on VMID deallocation for HawaiiFelix Kuehling2018-03-151-0/+34
* drm/amdkfd: Allocate CWSR trap handler memory for dGPUsFelix Kuehling2018-03-151-10/+127
* drm/amdkfd: Add per-process IDR for buffer handlesFelix Kuehling2018-03-151-0/+73