summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10.c
AgeCommit message (Expand)Author
2024-04-26drm/amdkfd: Enable SQ watchpoint for gfx10Lancelot SIX
2023-09-11drm/amdkfd: Fix reg offset for setting CWSR grace periodMukul Joshi
2023-07-12drm/amdkfd: add kfd2kgd debugger callbacks for GC v9.4.3Eric Huang
2023-06-09drm/amdkfd: add debug set and clear address watch points operationJonathan Kim
2023-06-09drm/amdkfd: add debug wave launch mode operationJonathan Kim
2023-06-09drm/amdkfd: add debug wave launch override operationJonathan Kim
2023-06-09drm/amdgpu: add configurable grace period for unmap queuesJonathan Kim
2023-06-09drm/amdgpu: add gfx10 hw debug mode enable and disable callsJonathan Kim
2023-06-09drm/amdkfd: Add XCC instance to kgd2kfd interface (v3)Mukul Joshi
2023-04-18drm/amdgpu: convert gfx.kiq to array type (v3)Le Ma
2022-02-09drm/amdkfd: Remove unused old debugger implementationMukul Joshi
2021-11-17drm/amdkfd: replace/remove remaining kgd_dev referencesGraham Sider
2021-11-17drm/amdkfd: replace kgd_dev in various kfd2kgd funcsGraham Sider
2021-11-17drm/amdkfd: replace kgd_dev in hqd/mqd kfd2kgd funcsGraham Sider
2021-11-17drm/amdkfd: replace kgd_dev in static gfx v10 funcsGraham Sider
2021-08-11drm/amdkfd: CWSR with software schedulerMukul Joshi
2021-05-21drm/amdgpu: Modify GC register access from MMIO to RLCG in file kfd_v10*Peng Ju Zhou
2021-01-05drm/amdgpu: remove redundant include of navi10_enumLikun Gao
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-09-30drm/amdgpu: use function pointer for gfxhub functionsOak Zeng
2020-09-17drm, iommu: Change type of pasid to u32Fenghua Yu
2020-08-26drm/amdkfd: call amdgpu_amdkfd_get_hive_id directlyFelix Kuehling
2020-08-26drm/amdkfd: call amdgpu_amdkfd_get_unique_id directlyFelix Kuehling
2020-08-24drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li
2020-08-14drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König
2020-07-27drm/amdgpu: fix system hang issue during GPU resetDennis Li
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig
2020-04-09drm/amdkfd Avoid destroy hqd when GPU is on resetJack Zhang
2020-04-09drm/amdgpu/sriov add amdgpu_amdkfd_pre_reset in gpu resetJack Zhang
2020-02-28drm/amdkfd: Make get_tile_config() genericYong Zhao
2020-02-26drm/amd: Extend ROCt to surface UUID for devices that have themDivya Shikre
2020-01-16drm/amdkfd: use map_queues for hiq on gfx v10 as wellHuang Rui
2020-01-16drm/amdgpu: flush TLB functions removal from kfd2kgd interfaceAlex Sierra
2019-10-30drm/amdkfd: Delete unnecessary pr_fmt switchYong Zhao
2019-10-03drm/amdkfd: Use array to probe kfd2kgd_callsYong Zhao
2019-10-03drm/amdkfd: Delete unnecessary function declarationsYong Zhao
2019-10-03drm/amdgpu: Delete useless header file referenceYong Zhao
2019-10-03drm/amdkfd: Use setup_vm_pt_regs function from base driver in KFDYong Zhao
2019-10-03drm/amdkfd: Eliminate get_atc_vmid_pasid_mapping_validYong Zhao
2019-10-03drm/amdkfd: Use better name for sdma queue non HWS pathYong Zhao
2019-10-03drm/amdkfd: Delete useless SDMA register setting on non HWS pathYong Zhao
2019-10-03drm/amdkfd: Sync gfx10 kfd2kgd_calls function pointersYong Zhao
2019-10-03drm/amdkfd: Add an error print if SDMA RLC is not idleYong Zhao
2019-08-15drm/amdkfd/gfx10: Calling amdgpu functions to invalidate TLBOak Zeng
2019-07-31drm/amdgpu: drop drmP.h from amdgpu_amdkfd_gfx_v10.cAlex Deucher
2019-06-21drm/amdgpu: Add navi10 kfd support for amdgpu (v3)Hawking Zhang