summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
Commit message (Expand)AuthorAgeFilesLines
* amdgpu: Adjust kmalloc_array calls for new -Walloc-sizeSam James2023-11-171-2/+2
* drm/amdgpu: Change WREG32_RLC to WREG32_SOC15_RLC where inst != 0 (v2)Victor Lu2023-11-091-21/+19
* drm/amdgpu: Use correct KIQ MEC engine for gfx9.4.3 (v5)Victor Lu2023-11-091-1/+1
* drm/amdgpu: Use function for IP version checkLijo Lazar2023-09-201-1/+1
* drm/amdgpu: Rename KGD_MAX_QUEUES to AMDGPU_MAX_QUEUESMukul Joshi2023-09-111-2/+2
* drm/amdkfd: Fix reg offset for setting CWSR grace periodMukul Joshi2023-09-111-4/+2
* drm/amdgpu: Fix identation issues in 'kgd_gfx_v9_program_trap_handler_settings'Srinivasan Shanmugam2023-08-091-2/+2
* drm/amdkfd: Update CWSR grace period for GFX9.4.3Mukul Joshi2023-07-121-1/+1
* drm/amdkfd: add kfd2kgd debugger callbacks for GC v9.4.3Eric Huang2023-07-121-5/+10
* drm/amdkfd: add debug set and clear address watch points operationJonathan Kim2023-06-091-0/+77
* drm/amdkfd: add debug wave launch mode operationJonathan Kim2023-06-091-0/+25
* drm/amdkfd: add debug wave launch override operationJonathan Kim2023-06-091-0/+55
* drm/amdgpu: add configurable grace period for unmap queuesJonathan Kim2023-06-091-0/+43
* drm/amdgpu: add gfx9 hw debug mode enable and disable callsJonathan Kim2023-06-091-0/+92
* drm/amdgpu: Fix up missing kdoc parameter 'inst' in get_wave_count() & kgd_gf...Srinivasan Shanmugam2023-06-091-3/+5
* drm/amdkfd: Use instance table for GFX 9.4.3Mukul Joshi2023-06-091-30/+30
* drm/amdkfd: Add XCC instance to kgd2kfd interface (v3)Mukul Joshi2023-06-091-78/+82
* drm/amdgpu: Add kgd2kfd for GC 9.4.3Amber Lin2023-06-091-15/+15
* drm/amdgpu: add xcc index argument to select_sh_se function v2Le Ma2023-04-181-2/+2
* drm/amdgpu: add xcc index argument to soc15_grbm_selectLe Ma2023-04-181-5/+5
* drm/amdgpu: move queue_bitmap to an independent structure (v3)Le Ma2023-04-181-1/+1
* drm/amdgpu: convert gfx.kiq to array type (v3)Le Ma2023-04-181-3/+3
* drm/amdgpu: switch to select_se_sh wrapper for gfx v9_0Hawking Zhang2022-11-041-2/+2
* drm/amdgpu: Fix some kerneldoc warningsRajneesh Bhardwaj2022-02-141-2/+2
* drm/amdkfd: Remove unused old debugger implementationMukul Joshi2022-02-091-24/+0
* drm/amdgpu: Modify indirect register access for amdkfd_gfx_v9 sriovVictor Skvortsov2021-12-281-14/+13
* drm/amdkfd: replace/remove remaining kgd_dev referencesGraham Sider2021-11-171-5/+0
* drm/amdkfd: replace kgd_dev in various kfd2kgd funcsGraham Sider2021-11-171-24/+11
* drm/amdkfd: replace kgd_dev in hqd/mqd kfd2kgd funcsGraham Sider2021-11-171-22/+14
* drm/amdkfd: replace kgd_dev in static gfx v9 funcsGraham Sider2021-11-171-29/+23
* drm/amdkfd: CWSR with sw scheduler on Aldebaran and ArcturusMukul Joshi2021-08-241-1/+1
* drm/amdkfd: CWSR with software schedulerMukul Joshi2021-08-111-1/+32
* drm/amd/amdgpu: Fix errors in documentation of function parametersFabio M. De Francesco2021-05-101-4/+4
* drm/amd/amdgpu: Import amdgpu_amdkfd_gfx_v9 header file into implementationRamesh Errabolu2020-11-101-0/+1
* Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie2020-11-101-1/+1
|\
| * drm/amd/amdgpu: Enable arcturus devices to access the method kgd_gfx_v9_get_c...Ramesh Errabolu2020-11-041-1/+1
* | Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-151-9/+179
|\|
| * drm/amd/amdgpu: Define and implement a function that collects number ofRamesh Errabolu2020-09-301-0/+175
| * drm/amdgpu: use function pointer for gfxhub functionsOak Zeng2020-09-301-4/+1
| * drm/amdkfd: call amdgpu_amdkfd_get_hive_id directlyFelix Kuehling2020-08-261-1/+0
| * drm/amdkfd: call amdgpu_amdkfd_get_unique_id directlyFelix Kuehling2020-08-261-1/+0
| * drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li2020-08-241-1/+1
| * drm/amdkfd: fix the wrong sdma instance query for renoirHuang Rui2020-08-171-9/+22
| * drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König2020-08-141-1/+1
| * drm/amdgpu: Use function pointer for some mmhub functionsOak Zeng2020-08-141-2/+2
| * drm/amdgpu: fix system hang issue during GPU resetDennis Li2020-07-271-1/+1
* | drm, iommu: Change type of pasid to u32Fenghua Yu2020-09-171-1/+1
* | drm/amdkfd: fix the wrong sdma instance query for renoirHuang Rui2020-08-181-9/+22
|/
* kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2020-06-101-2/+0
* drm/amdkfd: Make get_tile_config() genericYong Zhao2020-02-281-23/+0