summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v10.c
AgeCommit message (Expand)Author
2024-03-20drm/amdkfd: Check preemption status on all XCDsMukul Joshi
2024-03-20drm/amdkfd: Rename read_doorbell_id in MQD functionsMukul Joshi
2024-01-25drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDsAlex Deucher
2023-09-11drm/amdkfd: Update CU masking for GFX 9.4.3Mukul Joshi
2023-07-07drm/amdkfd: Use KIQ to unmap HIQMukul Joshi
2023-06-09drm/amdkfd: add debug suspend and resume process queues operationJonathan Kim
2023-06-09drm/amdkfd: apply trap workaround for gfx11Jonathan Kim
2023-06-09drm/amdgpu: setup hw debug registers on driver initializationJonathan Kim
2023-06-09drm/amdkfd: Update context save handling for multi XCC setup (v2)Mukul Joshi
2023-06-09drm/amdkfd: Add XCC instance to kgd2kfd interface (v3)Mukul Joshi
2023-06-09drm/amdkfd: Update MQD management on multi XCC setupMukul Joshi
2023-06-09drm/amdkfd: Introduce kfd_node struct (v5)Mukul Joshi
2022-02-14drm/amdkfd: Fix leftover errors and warningsRajneesh Bhardwaj
2022-02-14drm/amdkfd: update SPDX license headerRajneesh Bhardwaj
2022-02-09drm/amdkfd: Consolidate MQD manager functionsMukul Joshi
2022-02-07drm/amdkfd: CRIU checkpoint and restore queue control stackDavid Yat Sin
2022-02-07drm/amdkfd: CRIU checkpoint and restore queue mqdsDavid Yat Sin
2021-11-17drm/amdkfd: replace kgd_dev in hqd/mqd kfd2kgd funcsGraham Sider
2021-10-28drm/amdkfd: Remove cu mask from struct queue_properties(v2)Lang Yu
2021-10-28drm/amdkfd: Add an optional argument into update queue operation(v2)Lang Yu
2021-03-23drm/amdkfd: Check HIQ's MQD for queue preemption statusOak Zeng
2020-07-02drm/amdkfd: Update hardware scheduling time quantaJoseph Greathouse
2020-01-16drm/amdkfd: use map_queues for hiq on gfx v10 as wellHuang Rui
2019-11-22drm/amdkfd: Remove duplicate functions update_mqd_hiq()Yong Zhao
2019-11-22drm/amdkfd: DIQ should not use HIQ way to allocate memoryYong Zhao
2019-11-22drm/amdkfd: Delete KFD_MQD_TYPE_COMPUTEYong Zhao
2019-11-13drm/amdkfd: Stop using GFP_NOIO explicitly for two placesYong Zhao
2019-11-13drm/amdkfd: Use QUEUE_IS_ACTIVE macro in mqd v10Yong Zhao
2019-11-13drm/amdkfd: Update get_wave_state() for GFX10Yong Zhao
2019-11-13drm/amdkfd: Implement queue priority controls for gfx10Yong Zhao
2019-10-03drm/amdkfd: Move the control stack on GFX10 to userspace bufferYong Zhao
2019-07-25drm/amdkfd/kfd_mqd_manager_v10: Avoid fall-through warningGustavo A. R. Silva
2019-06-21drm/amdkfd: Add navi10 support to amdkfd. (v3)Philip Cox