summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-02drm/amdkfd: Minor cleanupsFelix Kuehling1-6/+4
2017-11-02drm/amdkfd: Update queue_count before mapping queuesFelix Kuehling1-9/+11
2017-11-02drm/amdkfd: Cleanup DQM ASIC-specific opsYong Zhao1-12/+7
2017-09-27drm/amdkfd: Improve multiple SDMA queues support per processshaoyunl1-14/+15
2017-09-27drm/amdkfd: Clean up process queue managementFelix Kuehling1-0/+5
2017-09-27drm/amdkfd: Improve process termination handlingFelix Kuehling1-38/+147
2017-09-27drm/amdkfd: Avoid submitting an unnecessary packet to HWSYong Zhao1-12/+14
2017-09-27drm/amdkfd: Fix MQD updatesFelix Kuehling1-22/+62
2017-10-08drm/amdkfd: Pass filter params to unmap_queues_cpschYong Zhao1-11/+9
2017-10-08drm/amdkfd: move locking outside of unmap_queues_cpschYong Zhao1-37/+28
2017-09-27drm/amdkfd: Avoid name confusion involved in queue unmappingYong Zhao1-16/+16
2017-09-21drm/amdkfd: Drop _nocpsch suffix from shared functionsYong Zhao1-12/+12
2017-09-21drm/amdkfd: Reuse CHIP_* from amdgpu v2Yong Zhao1-0/+4
2017-09-21drm/amdkfd: Use VMID bitmap from KGD v2Yong Zhao1-7/+6
2017-09-21drm/amdkfd: Adjust dequeue latencies and timeoutsFelix Kuehling1-1/+1
2017-09-21drm/amdkfd: Rectify the jiffies calculation error with milliseconds v2Yong Zhao1-3/+3
2017-09-21drm/amdkfd: Fix suspend/resume issue on Carrizo v2Yong Zhao1-13/+0
2017-08-16drm/amdkfd: Adding new IOCTL for scratch memory v2Moses Reuben1-0/+3
2017-08-16drm/amd: Update MEC HQD loading code for KFDFelix Kuehling1-4/+3
2017-08-16drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling1-9/+10
2017-08-16drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling1-47/+1
2017-08-16drm/amdkfd: Remove usage of alloc(sizeof(struct...Kent Russell1-2/+2
2017-08-16drm/amdkfd: Fix goto usage v2Kent Russell1-54/+48
2017-08-16drm/amdkfd: Change x==NULL/false references to !xKent Russell1-25/+25
2017-08-16drm/amdkfd: Consolidate and clean up log commandsKent Russell1-56/+25
2017-08-16drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell1-3/+5
2017-08-16drm/amdkfd: Fix allocated_queues bitmap initializationFelix Kuehling1-3/+9
2017-08-02Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-1/+1
2017-07-14drm/amdgpu: Off by one sanity checksDan Carpenter1-1/+1
2017-07-14drm/amdkfd: Remove unused references to shared_resources.num_mecJay Cornwall1-7/+0
2017-05-31drm/amdkfd: allow split HQD on per-queue granularity v5Andres Rodriguez1-34/+70
2017-05-31drm/amdgpu: take ownership of per-pipe configuration v3Andres Rodriguez1-45/+0
2016-04-30amdkfd: Use the canonical form in branch predicatesEdward O'Callaghan1-5/+5
2015-06-06drm/amdkfd: make reset wavefronts per process per deviceBen Goz1-3/+4
2015-06-03drm/amdkfd: Enforce kill all waves on process terminationBen Goz1-1/+7
2015-06-03drm/amdkfd: Add wave control operation to debuggerYair Shachar1-1/+1
2015-06-03drm/amdkfd: Add static user-mode queues supportYair Shachar1-7/+31
2015-05-20Backmerge v4.1-rc4 into into drm-nextDave Airlie1-2/+4
2015-05-19drm/amdkfd: Add interrupt handling moduleAndrew Lewycky1-0/+15
2015-05-19drm/amdkfd: make the sdma vm init to be asic specificOded Gabbay1-14/+1
2015-05-07drm/amdkfd: Initialize sdma vm when creating sdma queueXihan Zhang1-0/+2
2015-05-07drm/amdkfd: allow unregister process with queuesOded Gabbay1-2/+3
2015-04-01Merge tag 'drm-intel-next-2015-03-27-merge' of git://anongit.freedesktop.org/...Dave Airlie1-1/+9
2015-03-25drm/amdkfd: Add multiple kgd supportXihan Zhang1-5/+9
2015-03-25drm/amdkfd: rename fence_wait_timeoutOded Gabbay1-2/+2
2015-03-17drm/amdkfd: Fix SDMA queue init. in non-HWS modeBen Goz1-1/+9
2015-02-23drm/amdkfd: don't set get_pipes_num() as inlineOded Gabbay1-0/+6
2015-02-23drm/amdkfd: Initialize only amdkfd's assigned pipelinesOded Gabbay1-2/+2
2015-02-17Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-192/+228
2015-02-02drm/amdkfd: Fix bug in accounting of queuesOded Gabbay1-1/+1