summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_queue_mgr.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-27drm/amdgpu: remove the queue managerChristian König1-316/+0
2018-07-27drm/amdgpu: implement harvesting support for UVD 7.2 (v3)Alex Deucher1-3/+10
2018-07-25drm/amdgpu: expose only the first UVD instance for nowChristian König1-7/+2
2018-06-15drm/amdgpu: add AMDGPU_HW_IP_VCN_JPEG to queue mgrBoyuan Zhang1-0/+7
2018-05-19drm/amdgpu/vg20:Enable 2nd instance queue maping for uvd 7.2James Zhu1-4/+10
2018-05-19drm/amdgpu/vg20:Restruct uvd to support multiple uvdsJames Zhu1-2/+2
2017-12-06drm/amdgpu: Downgrade DRM_ERROR to DRM_DEBUG in amdgpu_queue_mgr_mapMichel Dänzer1-5/+5
2017-11-29drm/amdgpu: Use unsigned ring indices in amdgpu_queue_mgr_mapMichel Dänzer1-3/+3
2017-09-28drm/amdgpu: map compute rings by least recently used pipeAndres Rodriguez1-3/+5
2017-05-31drm/amdgpu: use LRU mapping policy for SDMA enginesAndres Rodriguez1-1/+1
2017-05-31drm/amdgpu: guarantee bijective mapping of ring ids for LRU v3Andres Rodriguez1-2/+14
2017-05-31drm/amdgpu: implement lru amdgpu_queue_mgr policy for compute v4Andres Rodriguez1-1/+37
2017-05-31drm/amdgpu: untie user ring ids from kernel ring ids v6Andres Rodriguez1-0/+251