summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v10.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-25drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDsAlex Deucher1-0/+1
2023-09-11drm/amdkfd: Update CU masking for GFX 9.4.3Mukul Joshi1-1/+1
2023-07-07drm/amdkfd: Use KIQ to unmap HIQMukul Joshi1-1/+21
2023-06-09drm/amdkfd: add debug suspend and resume process queues operationJonathan Kim1-0/+10
2023-06-09drm/amdkfd: apply trap workaround for gfx11Jonathan Kim1-2/+1
2023-06-09drm/amdgpu: setup hw debug registers on driver initializationJonathan Kim1-0/+5
2023-06-09drm/amdkfd: Update context save handling for multi XCC setup (v2)Mukul Joshi1-0/+1
2023-06-09drm/amdkfd: Add XCC instance to kgd2kfd interface (v3)Mukul Joshi1-1/+1
2023-06-09drm/amdkfd: Update MQD management on multi XCC setupMukul Joshi1-0/+3
2023-06-09drm/amdkfd: Introduce kfd_node struct (v5)Mukul Joshi1-4/+4
2022-02-14drm/amdkfd: Fix leftover errors and warningsRajneesh Bhardwaj1-1/+1
2022-02-14drm/amdkfd: update SPDX license headerRajneesh Bhardwaj1-1/+2
2022-02-09drm/amdkfd: Consolidate MQD manager functionsMukul Joshi1-73/+12
2022-02-07drm/amdkfd: CRIU checkpoint and restore queue control stackDavid Yat Sin1-4/+10
2022-02-07drm/amdkfd: CRIU checkpoint and restore queue mqdsDavid Yat Sin1-0/+71
2021-11-17drm/amdkfd: replace kgd_dev in hqd/mqd kfd2kgd funcsGraham Sider1-7/+7
2021-10-28drm/amdkfd: Remove cu mask from struct queue_properties(v2)Lang Yu1-4/+5
2021-10-28drm/amdkfd: Add an optional argument into update queue operation(v2)Lang Yu1-4/+6
2021-03-23drm/amdkfd: Check HIQ's MQD for queue preemption statusOak Zeng1-0/+8
2020-07-02drm/amdkfd: Update hardware scheduling time quantaJoseph Greathouse1-1/+1
2020-01-16drm/amdkfd: use map_queues for hiq on gfx v10 as wellHuang Rui1-1/+9
2019-11-22drm/amdkfd: Remove duplicate functions update_mqd_hiq()Yong Zhao1-14/+2
2019-11-22drm/amdkfd: DIQ should not use HIQ way to allocate memoryYong Zhao1-1/+1
2019-11-22drm/amdkfd: Delete KFD_MQD_TYPE_COMPUTEYong Zhao1-1/+0
2019-11-13drm/amdkfd: Stop using GFP_NOIO explicitly for two placesYong Zhao1-1/+1
2019-11-13drm/amdkfd: Use QUEUE_IS_ACTIVE macro in mqd v10Yong Zhao1-9/+2
2019-11-13drm/amdkfd: Update get_wave_state() for GFX10Yong Zhao1-5/+9
2019-11-13drm/amdkfd: Implement queue priority controls for gfx10Yong Zhao1-3/+7
2019-10-03drm/amdkfd: Move the control stack on GFX10 to userspace bufferYong Zhao1-33/+4
2019-07-25drm/amdkfd/kfd_mqd_manager_v10: Avoid fall-through warningGustavo A. R. Silva1-1/+0
2019-06-21drm/amdkfd: Add navi10 support to amdkfd. (v3)Philip Cox1-0/+498