summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
Commit message (Expand)AuthorAgeFilesLines
* drm/amdkfd: Fix GWS queue countDavid Yat Sin2022-05-091-46/+37
* drm/amdkfd: Check for potential null return of kmalloc_array()QintaoShen2022-04-201-0/+2
* drm/amdkfd: Fix Incorrect VMIDs passed to HWSTushar Patel2022-04-201-8/+3
* drm/amdkfd: Create file descriptor after client is added to smi_clients listLee Jones2022-04-131-9/+15
* drm/amdkfd: make CRAT table missing message informational onlyAlex Deucher2022-04-131-1/+1
* drm/amdkfd: fix boot failure when iommu is disabled in Picasso.Yifan Zhang2021-12-141-0/+3
* drm/amdkfd: separate kfd_iommu_resume from kfd_resumeJames Zhu2021-12-141-4/+8
* drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered againshaoyunl2021-12-081-0/+5
* drm/amdkfd: fix resume error when iommu disabled in PicassoYifan Zhang2021-11-181-0/+1
* drm/amdkfd: Account for SH/SE count when setting up cu masks.Sean Keely2021-09-182-21/+64
* drm/amdkfd: fix sysfs kobj leakPhilip Yang2021-07-202-8/+7
* drm/amdkfd: Walk through list with dqm lock holdxinhui pan2021-07-191-10/+12
* drm/amdkfd: Fix circular lock in nocpsch pathAmber Lin2021-07-191-5/+13
* drm/amdkfd: fix circular locking on get_wave_stateJonathan Kim2021-07-191-15/+13
* drm/amdkfd: fix build error with AMD_IOMMU_V2=mFelix Kuehling2021-05-142-2/+13
* drm/amdkfd: Fix cat debugfs hang_hws file causes system crash bugQu Huang2021-05-111-1/+6
* drm/amdkfd: Fix UBSAN shift-out-of-bounds warningAnson Jacob2021-05-111-2/+15
* drm/amdkfd: dqm fence memory corruptionQu Huang2021-04-077-12/+12
* drm/amdkfd: Fix recursive lock warningsFelix Kuehling2021-03-041-2/+2
* drm/amdkfd: Fix out-of-bounds read in kdf_create_vcrat_image_cpu()Jeremy Cline2021-01-271-4/+7
* drm/amdkfd: Put ACPI table after using itHanjun Guo2020-12-301-4/+9
* drm/amdkfd: Fix leak in dmabuf importFelix Kuehling2020-12-091-0/+2
* amdkfd: Check kvmalloc return before memcpyKent Russell2020-11-031-1/+1
* Merge tag 'drm-next-2020-10-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-231-2/+3
|\
| * drm/amdkfd: Use same SQ prefetch setting as amdgpuJay Cornwall2020-10-211-2/+3
* | Merge tag 'drm-next-2020-10-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-201-1/+1
|\ \ | |/
| * drm/amdkfd: Use kvfree in destroy_crat_imageKent Russell2020-10-141-1/+1
* | Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-1517-240/+582
|\ \ | |/
| * drm/amd/amdkfd: Surface files in Sysfs to allow users to get number ofRamesh Errabolu2020-09-302-2/+94
| * drm/amdgpu: store noretry parameter per driver instanceAlex Deucher2020-09-253-1/+5
| * drm/amdkfd: Use kvmalloc instead of kmalloc for VCRATKent Russell2020-09-221-4/+5
| * drm/amdkfd: Fix kfd init stack dumpPhilip Cox2020-09-221-5/+0
| * drm/amdkfd: Move process doorbell allocation into kfd deviceMukul Joshi2020-09-226-50/+64
| * drm/amdkfd: Calculate CPU VCRAT size dynamically (v2)Kent Russell2020-09-221-10/+16
| * drm/amdgpu: Fix handling of KFD initialization failuresFelix Kuehling2020-09-222-0/+2
| * drm/amdkfd: Reduce eviction/restore message levelsPhilip Cox2020-09-171-4/+4
| * drm/amdkfd: Add process eviction counters to sysfsPhilip Cox2020-09-173-1/+116
| * drm/amdkfd: Add some eveiction debugging codePhilip Cox2020-09-172-0/+2
| * drm/amdkfd: Fix -Wunused-const-variable warningYueHaibing2020-09-151-1/+1
| * drm/amdkfd: fix a memory leak issueDennis Li2020-09-151-0/+2
| * drm/kfd: fix a system crash issue during GPU recoveryDennis Li2020-09-151-1/+1
| * drm/amdkfd: Add GPU reset SMI eventMukul Joshi2020-08-314-2/+39
| * drm/amdkfd: fix set kfd node ras properties valueStanley.Yang2020-08-261-13/+11
| * drm/amdkfd: call amdgpu_amdkfd_get_hive_id directlyFelix Kuehling2020-08-261-2/+1
| * drm/amdkfd: call amdgpu_amdkfd_get_unique_id directlyFelix Kuehling2020-08-261-2/+1
| * drm/amdkfd: implement the dGPU fallback path for apu (v6)Huang Rui2020-08-268-14/+60
| * drm/amdkfd: sparse: Fix warning in reading SDMA countersMukul Joshi2020-08-243-30/+12
| * 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-142-13/+7
| * drm/amdkfd: Fix spurious debug exception on gfx10Jay Cornwall2020-08-102-88/+93