summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11drm/amdkfd: Fix reg offset for setting CWSR grace periodMukul Joshi1-2/+1
2023-07-12drm/amdkfd: add kfd2kgd debugger callbacks for GC v9.4.3Eric Huang1-3/+6
2023-06-09drm/amdkfd: add debug set and clear address watch points operationJonathan Kim1-0/+78
2023-06-09drm/amdkfd: add debug wave launch mode operationJonathan Kim1-0/+25
2023-06-09drm/amdkfd: add debug wave launch override operationJonathan Kim1-0/+55
2023-06-09drm/amdgpu: add configurable grace period for unmap queuesJonathan Kim1-0/+43
2023-06-09drm/amdgpu: add gfx10 hw debug mode enable and disable callsJonathan Kim1-0/+96
2023-06-09drm/amdkfd: Add XCC instance to kgd2kfd interface (v3)Mukul Joshi1-10/+12
2023-04-18drm/amdgpu: convert gfx.kiq to array type (v3)Le Ma1-3/+3
2022-02-09drm/amdkfd: Remove unused old debugger implementationMukul Joshi1-24/+0
2021-11-17drm/amdkfd: replace/remove remaining kgd_dev referencesGraham Sider1-5/+0
2021-11-17drm/amdkfd: replace kgd_dev in various kfd2kgd funcsGraham Sider1-22/+11
2021-11-17drm/amdkfd: replace kgd_dev in hqd/mqd kfd2kgd funcsGraham Sider1-22/+14
2021-11-17drm/amdkfd: replace kgd_dev in static gfx v10 funcsGraham Sider1-29/+23
2021-08-11drm/amdkfd: CWSR with software schedulerMukul Joshi1-0/+31
2021-05-21drm/amdgpu: Modify GC register access from MMIO to RLCG in file kfd_v10*Peng Ju Zhou1-21/+21
2021-01-05drm/amdgpu: remove redundant include of navi10_enumLikun Gao1-1/+0
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-5/+2
2020-09-30drm/amdgpu: use function pointer for gfxhub functionsOak Zeng1-2/+1
2020-09-17drm, iommu: Change type of pasid to u32Fenghua Yu1-1/+1
2020-08-26drm/amdkfd: call amdgpu_amdkfd_get_hive_id directlyFelix Kuehling1-1/+0
2020-08-26drm/amdkfd: call amdgpu_amdkfd_get_unique_id directlyFelix Kuehling1-1/+0
2020-08-24drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li1-1/+1
2020-08-14drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König1-1/+1
2020-07-27drm/amdgpu: fix system hang issue during GPU resetDennis Li1-1/+1
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig1-1/+0
2020-04-09drm/amdkfd Avoid destroy hqd when GPU is on resetJack Zhang1-2/+2
2020-04-09drm/amdgpu/sriov add amdgpu_amdkfd_pre_reset in gpu resetJack Zhang1-0/+3
2020-02-28drm/amdkfd: Make get_tile_config() genericYong Zhao1-33/+0
2020-02-26drm/amd: Extend ROCt to surface UUID for devices that have themDivya Shikre1-0/+1
2020-01-16drm/amdkfd: use map_queues for hiq on gfx v10 as wellHuang Rui1-21/+61
2020-01-16drm/amdgpu: flush TLB functions removal from kfd2kgd interfaceAlex Sierra1-67/+0
2019-10-30drm/amdkfd: Delete unnecessary pr_fmt switchYong Zhao1-3/+0
2019-10-03drm/amdkfd: Use array to probe kfd2kgd_callsYong Zhao1-6/+1
2019-10-03drm/amdkfd: Delete unnecessary function declarationsYong Zhao1-85/+30
2019-10-03drm/amdgpu: Delete useless header file referenceYong Zhao1-6/+0
2019-10-03drm/amdkfd: Use setup_vm_pt_regs function from base driver in KFDYong Zhao1-20/+3
2019-10-03drm/amdkfd: Eliminate get_atc_vmid_pasid_mapping_validYong Zhao1-30/+19
2019-10-03drm/amdkfd: Use better name for sdma queue non HWS pathYong Zhao1-47/+45
2019-10-03drm/amdkfd: Delete useless SDMA register setting on non HWS pathYong Zhao1-8/+1
2019-10-03drm/amdkfd: Sync gfx10 kfd2kgd_calls function pointersYong Zhao1-2/+3
2019-10-03drm/amdkfd: Add an error print if SDMA RLC is not idleYong Zhao1-2/+6
2019-08-15drm/amdkfd/gfx10: Calling amdgpu functions to invalidate TLBOak Zeng1-38/+3
2019-07-31drm/amdgpu: drop drmP.h from amdgpu_amdkfd_gfx_v10.cAlex Deucher1-1/+0
2019-06-21drm/amdgpu: Add navi10 kfd support for amdgpu (v3)Hawking Zhang1-0/+975