summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c
Commit message (Expand)AuthorAgeFilesLines
* amd/amdkfd: Add ASIC ARCTURUS to kfdYong Zhao2019-07-181-0/+1
* drm/amdkfd: Print a warning when the runlist becomes oversubscribedFelix Kuehling2019-07-031-1/+5
* drm/amdkfd: Add navi10 support to amdkfd. (v3)Philip Cox2019-06-211-0/+3
* drm/amdkfd: Add VegaM supportKent Russell2019-05-241-0/+1
* drm/amdkfd: Introduce XGMI SDMA queue typeOak Zeng2019-05-241-1/+2
* drm/amdkfd: Added Vega12 and Polaris12 for KFD.Gang Ba2018-11-191-0/+2
* drm/amdkfd: Vega20 bring up on amdkfd sideShaoyun Liu2018-09-261-0/+1
* drm/amdkfd: Add debugfs interface to trigger HWS hangShaoyun Liu2018-07-111-0/+26
* drm/amdkfd: Locking PM mutex while allocating IB bufferBen Goz2018-05-011-1/+6
* drm/amdkfd: Add GFXv9 PM4 packet writer functionsFelix Kuehling2018-04-101-0/+4
* drm/amdkfd: Move packet writer functions into ASIC-specific fileFelix Kuehling2018-04-101-311/+70
* Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2018-04-021-0/+37
|\
| * drm/amdkfd: Add TC flush on VMID deallocation for HawaiiFelix Kuehling2018-03-151-0/+37
* | drm/amdkfd: Fix scratch memory with HWS enabledFelix Kuehling2018-03-231-2/+1
|/
* 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