summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdkfd: Add debugfs support to KFDFelix Kuehling2017-11-271-0/+24
* drm/amdkfd: Fix oversubscription accountingFelix Kuehling2017-11-271-2/+3
* drm/amdkfd: map multiple processes to HW schedulerFelix Kuehling2017-11-271-2/+28
* drm/amdkfd: Hardware DWORD size is 4 bytesFelix Kuehling2017-11-061-1/+1
* drm/amdkfd: Improve multiple SDMA queues support per processshaoyunl2017-09-271-1/+1
* drm/amdkfd: Clean up process queue managementFelix Kuehling2017-09-271-6/+1
* drm/amdkfd: Avoid name confusion involved in queue unmappingYong Zhao2017-09-271-9/+9
* drm/amdkfd: Adjust dequeue latencies and timeoutsFelix Kuehling2017-09-201-1/+1
* drm/amdkfd: Update PM4 packet headersFelix Kuehling2017-08-151-117/+44
* drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling2017-08-151-16/+28
* drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling2017-08-151-26/+2
* drm/amdkfd: Fix goto usage v2Kent Russell2017-08-151-9/+5
* drm/amdkfd: Change x==NULL/false references to !xKent Russell2017-08-151-13/+13
* drm/amdkfd: Consolidate and clean up log commandsKent Russell2017-08-151-22/+12
* drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell2017-08-151-3/+2
* drm/amdkfd: allow split HQD on per-queue granularity v5Andres Rodriguez2017-05-311-2/+1
* amdkfd: Trim off unnescessary semicolon from kfd_packet_manager.cEdward O'Callaghan2016-05-011-1/+1
* amdkfd: Use the canonical form in branch predicatesEdward O'Callaghan2016-05-011-5/+5
* drm/amdkfd: Implement create_map_queues() for CarrizoBen Goz2015-07-201-4/+87
* drm/amdkfd: fix runlist length calculationBen Goz2015-07-201-1/+7
* drm/amdkfd: Add static user-mode queues supportYair Shachar2015-06-031-10/+36
* drm/amdkfd: Remove sync_with_hw() from amdkfdOded Gabbay2015-01-151-4/+0
* drm/amdkfd: Encapsulate KQ functions in ops structureOded Gabbay2015-01-121-13/+13
* drm/amdkfd: Using new gtt sa in amdkfdOded Gabbay2015-01-091-7/+3
* amdkfd: Add packet manager moduleBen Goz2014-07-171-0/+565
OpenPOWER on IntegriCloud