summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdkfd: Check preemption status on all XCDsMukul Joshi2024-03-201-3/+22
* drm/amdkfd: Rename read_doorbell_id in MQD functionsMukul Joshi2024-03-201-2/+2
* drm/amdkfd: update SIMD distribution algo for GFXIP 9.4.2 onwardsRajneesh Bhardwaj2024-02-141-0/+9
* drm/amdkfd: Update CU masking for GFX 9.4.3Mukul Joshi2023-09-111-17/+29
* drm/amdkfd: Use KIQ to unmap HIQMukul Joshi2023-07-071-7/+29
* drm/amdkfd: add debug suspend and resume process queues operationJonathan Kim2023-06-091-1/+13
* drm/amdkfd: apply trap workaround for gfx11Jonathan Kim2023-06-091-2/+1
* drm/amdgpu: setup hw debug registers on driver initializationJonathan Kim2023-06-091-0/+5
* drm/amdkfd: Use xcc mask for identifying xccLijo Lazar2023-06-091-34/+37
* drm/amdkfd: Setup current_logical_xcc_id in MQDMukul Joshi2023-06-091-8/+5
* drm/amdkfd: EOP Removal - Handle size 0 correctlyDavid Belanger2023-06-091-2/+7
* drm/amdkfd: Update context save handling for multi XCC setup (v2)Mukul Joshi2023-06-091-1/+61
* drm/amdkfd: Add XCC instance to kgd2kfd interface (v3)Mukul Joshi2023-06-091-5/+10
* drm/amdkfd: Add PM4 target XCCMukul Joshi2023-06-091-0/+2
* drm/amdkfd: Update MQD management on multi XCC setupMukul Joshi2023-06-091-30/+262
* drm/amdkfd: Introduce kfd_node struct (v5)Mukul Joshi2023-06-091-13/+11
* drm/amdkfd: Fix potential deallocation of previously deallocated memory.Daniil Dulov2023-06-091-6/+7
* drm/amdkfd: Enable HW_UPDATE_RPTR on GC 9.4.3Amber Lin2023-04-141-1/+5
* drm/amdkfd: Set TG_CHUNK_SIZE for GC 9.4.3Amber Lin2023-03-311-0/+15
* drm/amdkfd: update SPDX license headerRajneesh Bhardwaj2022-02-141-1/+2
* drm/amdkfd: Consolidate MQD manager functionsMukul Joshi2022-02-091-80/+12
* drm/amdkfd: CRIU checkpoint and restore queue control stackDavid Yat Sin2022-02-071-4/+25
* drm/amdkfd: CRIU checkpoint and restore queue mqdsDavid Yat Sin2022-02-071-0/+71
* drm/amdkfd: replace kgd_dev in various amgpu_amdkfd funcsGraham Sider2021-11-171-2/+2
* drm/amdkfd: replace kgd_dev in hqd/mqd kfd2kgd funcsGraham Sider2021-11-171-7/+7
* drm/amdkfd: Remove cu mask from struct queue_properties(v2)Lang Yu2021-10-281-4/+5
* drm/amdkfd: Add an optional argument into update queue operation(v2)Lang Yu2021-10-281-4/+6
* drm/amdkfd: Check HIQ's MQD for queue preemption statusOak Zeng2021-03-231-0/+8
* drm/amdkfd: Update hardware scheduling time quantaJoseph Greathouse2020-07-021-1/+1
* drm/amdkfd: Add more comments on GFX9 user CP queue MQD workaroundYong Zhao2020-03-061-3/+15
* drm/amdkfd: use kiq to load the mqd of hiq queue for gfx v9 (v6)Aaron Liu2020-01-161-1/+9
* drm/amdkfd: Remove duplicate functions update_mqd_hiq()Yong Zhao2019-11-221-14/+2
* drm/amdkfd: DIQ should not use HIQ way to allocate memoryYong Zhao2019-11-221-1/+1
* drm/amdkfd: Delete KFD_MQD_TYPE_COMPUTEYong Zhao2019-11-221-1/+0
* drm/amdkfd: Stop using GFP_NOIO explicitly for two placesYong Zhao2019-11-131-1/+1
* drm/amdkfd: Fix a bug when calculating save_area_used_sizeYong Zhao2019-11-131-1/+2
* drm/amdkfd: Extend CU mask to 8 SEs (v3)Jay Cornwall2019-08-021-3/+15
* drm/amdkfd: Separate mqd allocation and initializationOak Zeng2019-06-111-52/+26
* drm/amdkfd: Implement queue priority controls for gfx9Jay Cornwall2019-06-111-3/+7
* drm/amdkfd: Simplify eviction state logicFelix Kuehling2019-06-111-8/+2
* drm/amdkfd: Allocate hiq and sdma mqd from mqd trunkOak Zeng2019-05-241-14/+8
* drm/amdkfd: Move non-sdma mqd allocation out of init_mqdOak Zeng2019-05-241-18/+33
* drm/amdkfd: Fix a potential memory leakOak Zeng2019-05-241-1/+4
* drm/amdkfd: Add mqd size in mqd manager structOak Zeng2019-05-241-0/+4
* drm/amdkfd: Introduce DIQ type mqd managerOak Zeng2019-05-241-0/+11
* drm/amdkfd: Add proper prefix to functionsAmber Lin2018-11-051-2/+2
* drm/amdkfd: Simplify kfd2kgd interfaceAmber Lin2018-11-051-2/+3
* drm/amdkfd: Add wavefront context save state retrieval ioctlJay Cornwall2018-09-261-0/+23
* drm/amdkfd: Change the control stack MTYPE from UC to NC on GFX9Yong Zhao2018-09-201-1/+1
* drm/amdkfd: Add CU-masking ioctl to KFDFelix Kuehling2018-07-141-0/+27