summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_process.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-03Revert "Revert "drm/amdkfd: Make TLB flush conditional on mapping""Eric Huang1-1/+2
2021-07-13Revert "drm/amdkfd: Make TLB flush conditional on mapping"Eric Huang1-2/+1
2021-06-30drm/amdkfd: add sysfs counters for vm fault and migrationPhilip Yang1-29/+122
2021-06-30drm/amdkfd: fix sysfs kobj leakPhilip Yang1-8/+6
2021-06-30drm/amdkfd: add helper function for kfd sysfs createPhilip Yang1-80/+39
2021-06-16drm/amdkfd: Disable SVM per GPU, not per processFelix Kuehling1-1/+0
2021-06-07drm/amdkfd: remove duplicate include of kfd_svm.hWan Jiabing1-1/+0
2021-06-04drm/amdkfd: Make TLB flush conditional on mappingEric Huang1-1/+2
2021-06-04drm/amdkfd: Add flush-type parameter to kfd_flush_tlbEric Huang1-2/+2
2021-05-22drm/amd/amdkfd: Drop unnecessary NULL check after container_ofGuenter Roeck1-2/+0
2021-05-20drm/amdkfd: heavy-weight flush TLB after unmapPhilip Yang1-1/+1
2021-04-29drm/amdkfd: Fix kernel-doc syntax errorFabio M. De Francesco1-1/+1
2021-04-21drm/amdkfd: refine migration policy with xnack onFelix Kuehling1-0/+16
2021-04-21drm/amdkfd: add xnack enabled flag to kfd_processAlex Sierra1-0/+53
2021-04-21drm/amdkfd: svm range eviction and restoreFelix Kuehling1-0/+1
2021-04-21drm/amdkfd: register svm rangePhilip Yang1-0/+9
2021-04-21drm/amdkfd: add svm ioctl APIPhilip Yang1-0/+1
2021-04-21drm/amdkfd: helper to convert gpu id and idxAlex Sierra1-0/+10
2021-04-21drm/amdkfd: Allow access for mmapping KFD BOsFelix Kuehling1-3/+6
2021-04-21drm/amdkfd: Use drm_priv to pass VM from KFD to amdgpuFelix Kuehling1-12/+11
2021-04-15drm/amdkfd: Remove legacy code not acquiring VMsFelix Kuehling1-17/+10
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-23drm/amdkfd: Cleanup kfd_process if init_cwsr_apu failsFelix Kuehling1-4/+10
2021-02-23drm/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-18drm/amdkfd: Add process eviction counters to sysfsPhilip Cox1-0/+100
2020-09-18drm/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-19drm/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/~agd5...Dave 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-13drm/amdkfd: refactor runtime pm for bacoRajneesh Bhardwaj1-2/+40
2020-02-06drm/amdkfd: Add queue information to sysfsAmber Lin1-0/+90