aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_vi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-26drm/amdkfd: Add wavefront context save state retrieval ioctlJay Cornwall1-0/+23
2018-07-14drm/amdkfd: Add CU-masking ioctl to KFDFelix Kuehling1-0/+27
2018-07-11drm/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-06drm/amdkfd: Implement KFD process eviction/restoreFelix Kuehling1-2/+4
2018-01-04drm/amdkfd: Add dGPU support to the MQD managerFelix Kuehling1-0/+21
2017-11-27drm/amdkfd: Add debugfs support to KFDFelix Kuehling1-0/+25
2017-11-14drm/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-01drm/amdkfd: Implement amdkfd SDMA functions for VIPhilip Cox1-1/+102
2017-11-01drm/amdkfd: Use ASIC-specific SDMA MQD typeFelix Kuehling1-0/+5
2017-11-01drm/amdkfd: Disable CP/SDMA ring/doorbell in MQDJay Cornwall1-5/+2
2017-08-15drm/amd: Update MEC HQD loading code for KFDFelix Kuehling1-7/+9
2017-08-15drm/amdkfd: Clamp EOP queue size correctly on Gfx8Jay Cornwall1-2/+9
2017-08-15drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling1-1/+2
2017-08-15drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling1-4/+0
2017-08-15drm/amdkfd: Remove usage of alloc(sizeof(struct...Kent Russell1-1/+1
2017-08-15drm/amdkfd: Change x==NULL/false references to !xKent Russell1-1/+1
2017-08-15drm/amdkfd: Consolidate and clean up log commandsKent Russell1-6/+2
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+2
2015-07-20drm/amdkfd: add support for VI in MQD managerBen Goz1-3/+246
2015-01-04drm/amdkfd: Change MQD manager to be H/W specificBen Goz1-0/+33