summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_vi.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-12drm/amdkfd: Update CU masking for GFX 9.4.3Mukul Joshi1-1/+1
2023-08-11drm/amdkfd: drop IOMMUv2 supportAlex Deucher1-24/+3
2023-06-09drm/amdkfd: apply trap workaround for gfx11Jonathan Kim1-2/+1
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-5/+5
2022-02-14drm/amdkfd: Fix leftover errors and warningsRajneesh Bhardwaj1-0/+1
2022-02-14drm/amdkfd: update SPDX license headerRajneesh Bhardwaj1-1/+2
2022-02-10drm/amdkfd: Consolidate MQD manager functionsMukul Joshi1-64/+11
2022-02-08drm/amdkfd: CRIU checkpoint and restore queue control stackDavid Yat Sin1-5/+17
2022-02-08drm/amdkfd: CRIU checkpoint and restore queue mqdsDavid Yat Sin1-0/+72
2021-11-18drm/amdkfd: replace kgd_dev in hqd/mqd kfd2kgd funcsGraham Sider1-6/+6
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-11/+15
2021-03-24drm/amdkfd: Check HIQ's MQD for queue preemption statusOak Zeng1-0/+8
2020-07-02drm/amdkfd: Update hardware scheduling time quantaJoseph Greathouse1-1/+1
2019-11-22drm/amdkfd: Remove duplicate functions update_mqd_hiq()Yong Zhao1-4/+0
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-2/+1
2019-06-11drm/amdkfd: Separate mqd allocation and initializationOak Zeng1-58/+30
2019-06-11drm/amdkfd: CP queue priority controlsOak Zeng1-3/+9
2019-06-11drm/amdkfd: Simplify eviction state logicFelix Kuehling1-8/+2
2019-05-24drm/amdkfd: Allocate hiq and sdma mqd from mqd trunkOak Zeng1-14/+8
2019-05-24drm/amdkfd: Move non-sdma mqd allocation out of init_mqdOak Zeng1-3/+15
2019-05-24drm/amdkfd: Add mqd size in mqd manager structOak Zeng1-0/+4
2019-05-24drm/amdkfd: Introduce DIQ type mqd managerOak Zeng1-0/+11
2019-05-24drm/amdkfd: Cosmetic cleanupKent Russell1-1/+1
2018-09-27drm/amdkfd: Add wavefront context save state retrieval ioctlJay Cornwall1-0/+23
2018-07-15drm/amdkfd: Add CU-masking ioctl to KFDFelix Kuehling1-0/+27
2018-07-12drm/amdkfd: Stop using GFP_NOIO explicitlyFelix Kuehling1-1/+1
2018-03-23drm/amdkfd: GFP_NOIO while holding locks taken in MMU notifierFelix Kuehling1-1/+1
2018-02-07drm/amdkfd: Implement KFD process eviction/restoreFelix Kuehling1-2/+4
2018-01-05drm/amdkfd: Add dGPU support to the MQD managerFelix Kuehling1-0/+21
2017-11-28drm/amdkfd: Add debugfs support to KFDFelix Kuehling1-0/+25
2017-11-15drm/amdkfd: Add CWSR supportFelix Kuehling1-0/+27
2017-11-06drm/amdkfd: Use order_base_2 to get log2 of buffes sizesFelix Kuehling1-3/+3
2017-11-06drm/amdkfd: Hardware DWORD size is 4 bytesFelix Kuehling1-5/+4
2017-11-02drm/amdkfd: Implement amdkfd SDMA functions for VIPhilip Cox1-1/+102
2017-11-02drm/amdkfd: Use ASIC-specific SDMA MQD typeFelix Kuehling1-0/+5
2017-11-02drm/amdkfd: Disable CP/SDMA ring/doorbell in MQDJay Cornwall1-5/+2
2017-08-16drm/amd: Update MEC HQD loading code for KFDFelix Kuehling1-7/+9
2017-08-16drm/amdkfd: Clamp EOP queue size correctly on Gfx8Jay Cornwall1-2/+9
2017-08-16drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling1-1/+2
2017-08-16drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling1-4/+0
2017-08-16drm/amdkfd: Remove usage of alloc(sizeof(struct...Kent Russell1-1/+1
2017-08-16drm/amdkfd: Change x==NULL/false references to !xKent Russell1-1/+1
2017-08-16drm/amdkfd: Consolidate and clean up log commandsKent Russell1-6/+2
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar1-0/+2
2015-07-20drm/amdkfd: add support for VI in MQD managerBen Goz1-3/+246