summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-12drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3Mukul Joshi1-1/+1
2023-09-01drm/amdkfd: use correct method to get clock under SRIOVHorace Chen1-6/+2
2023-08-11drm/amdkfd: drop IOMMUv2 supportAlex Deucher1-10/+0
2023-07-12drm/amdkfd: Fix stack size in 'amdgpu_amdkfd_unmap_hiq'Srinivasan Shanmugam1-9/+23
2023-07-07drm/amdkfd: Use KIQ to unmap HIQMukul Joshi1-0/+36
2023-06-09drm/amdkfd: add debug suspend and resume process queues operationJonathan Kim1-0/+5
2023-06-09drm/amdkfd: update process interrupt handling for debug eventsJonathan Kim1-0/+16
2023-06-09drm/amdkfd: Align partition memory size to page sizePhilip Yang1-1/+1
2023-06-09drm/amdgpu/gmc9: fix 64 bit division in partition codeAlex Deucher1-0/+15
2023-06-09drm/amdgpu: Do not access members of xcp w/o check (v2)Hawking Zhang1-4/+4
2023-06-09drm/amdkfd: Move local_mem_info to kfd_nodeMukul Joshi1-4/+13
2023-06-09drm/amdgpu: KFD graphics interop support compute partitionPhilip Yang1-1/+3
2023-06-09drm/amdkfd: Add device repartition supportMukul Joshi1-0/+10
2023-06-09drm/amdgpu: Add XCC inst to PASID TLB flushingMukul Joshi1-2/+4
2023-06-09drm/amdgpu: add bitmask to iterate vmhubsLe Ma1-1/+1
2023-06-09drm/amdgpu: introduce vmhub definition for multi-partition cases (v3)Hawking Zhang1-1/+1
2023-06-09drm/amdkfd: Update KFD TTM mem limitMukul Joshi1-1/+2
2023-04-18drm/amdgpu: move queue_bitmap to an independent structure (v3)Le Ma1-1/+1
2023-04-13drm/amdgpu: rename num_doorbellsShashank Sharma1-3/+3
2022-11-16Merge tag 'drm-misc-next-2022-11-10-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie1-1/+1
2022-11-05Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+0
2022-11-03drm/amdgpu: cleanup scheduler job initialization v2Christian König1-1/+1
2022-10-27drm/amdkfd: Cleanup kfd_dev structMukul Joshi1-1/+1
2022-10-27drm/amdgpu: disable GFXOFF during compute for GFX11Graham Sider1-0/+7
2022-10-27drm/amdgpu: remove ras_error_status parameter for UMC poison handlerTao Zhou1-3/+1
2022-10-19Revert "drm/amdgpu: let mode2 reset fallback to default when failure"Victor Zhao1-1/+0
2022-10-18Revert "drm/amdgpu: let mode2 reset fallback to default when failure"Victor Zhao1-1/+0
2022-10-06drm/amdgpu: Correct amdgpu_amdkfd_total_mem_size calculationPhilip Yang1-3/+3
2022-09-29drm/amdgpu: add page retirement handling for CPU RASTao Zhou1-5/+1
2022-09-20drm/amdgpu: add gang submit frontend v6Christian König1-0/+1
2022-09-13drm/amdgpu: cleanup coding style in amdgpu_amdkfd.cJingyu Wang1-0/+2
2022-08-17drm/amdgpu: let mode2 reset fallback to default when failureVictor Zhao1-0/+1
2022-07-13drm/amdgpu: support reset flag set for gpu resetLikun Gao1-1/+8
2022-06-28drm/amdgpu: Follow up change to previous drm scheduler change.Andrey Grodzovsky1-0/+2
2022-06-24drm/amdgpu: To flush tlb for MMHUB of RAVEN seriesRuili Ji1-1/+2
2022-06-10drm/amdgpu: Rename amdgpu_device_gpu_recover_imp back to amdgpu_device_gpu_re...Andrey Grodzovsky1-1/+1
2022-06-10drm/amdgpu: Add work_struct for GPU reset from kfd.Andrey Grodzovsky1-1/+14
2022-05-04drm/amdkfd: Add KFD support for soc21 v3Mukul Joshi1-2/+13
2022-04-07drm/amdkfd: Fix NULL pointer dereferenceFelix Kuehling1-1/+1
2022-03-25drm/amdgpu: add UTCL2 RAS poison query for Aldebaran (v2)Tao Zhou1-0/+8
2022-01-11drm/amdkfd: remove unused functionNirmoy Das1-7/+0
2021-12-30drm/amdgpu: save error count in RAS poison handlerTao Zhou1-1/+1
2021-12-29drm/amdkfd: reset queue which consumes RAS poison (v2)Tao Zhou1-3/+3
2021-11-18drm/amdkfd: replace trivial funcs with direct accessGraham Sider1-30/+0
2021-11-18drm/amdkfd: remove kgd_dev declaration and initializationGraham Sider1-1/+1
2021-11-18drm/amdkfd: replace kgd_dev in get amdgpu_amdkfd funcsGraham Sider1-47/+26
2021-11-18drm/amdkfd: replace kgd_dev in various amgpu_amdkfd funcsGraham Sider1-26/+15
2021-10-04drm/amdkfd: clean up parameters in kgd2kfd_probeAlex Deucher1-2/+1
2021-10-04amd/amdkfd: add ras page retirement handling for sq/sdma (v3)Tao Zhou1-0/+14
2021-09-16drm/amdgpu: add amdgpu_amdkfd_resume_iommuJames Zhu1-0/+10