summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-26drm/amdkfd: Count active CP queues directlyYong Zhao1-2/+1
2020-02-26drm/amdkfd: Avoid ambiguity by indicating it's cp queueYong Zhao1-1/+1
2020-02-26drm/amdkfd: Rename queue_count to active_queue_countYong Zhao1-2/+2
2020-01-07drm/amdkfd: Avoid hanging hardware in stop_cpschFelix Kuehling1-2/+2
2019-12-05drm/amdkfd: Eliminate unnecessary kernel queue function pointersYong Zhao1-14/+14
2019-11-13drm/amdkfd: Use kernel queue v9 functions for v10Yong Zhao1-3/+1
2019-10-03drm/amdkfd: use navi12 specific family id for navi12 code pathshaoyunl1-0/+1
2019-09-16drm/amdkfd: add package manager for renoirHuang Rui1-0/+1
2019-09-16drm/amdkfd: Support Navi14 in KFDYong Zhao1-0/+1
2019-07-18amd/amdkfd: Add ASIC ARCTURUS to kfdYong Zhao1-0/+1
2019-07-03drm/amdkfd: Print a warning when the runlist becomes oversubscribedFelix Kuehling1-1/+5
2019-06-21drm/amdkfd: Add navi10 support to amdkfd. (v3)Philip Cox1-0/+3
2019-05-24drm/amdkfd: Add VegaM supportKent Russell1-0/+1
2019-05-24drm/amdkfd: Introduce XGMI SDMA queue typeOak Zeng1-1/+2
2018-11-19drm/amdkfd: Added Vega12 and Polaris12 for KFD.Gang Ba1-0/+2
2018-09-26drm/amdkfd: Vega20 bring up on amdkfd sideShaoyun Liu1-0/+1
2018-07-11drm/amdkfd: Add debugfs interface to trigger HWS hangShaoyun Liu1-0/+26
2018-05-01drm/amdkfd: Locking PM mutex while allocating IB bufferBen Goz1-1/+6
2018-04-10drm/amdkfd: Add GFXv9 PM4 packet writer functionsFelix Kuehling1-0/+4
2018-04-10drm/amdkfd: Move packet writer functions into ASIC-specific fileFelix Kuehling1-311/+70
2018-04-02Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+37
2018-03-23drm/amdkfd: Fix scratch memory with HWS enabledFelix Kuehling1-2/+1
2018-03-15drm/amdkfd: Add TC flush on VMID deallocation for HawaiiFelix Kuehling1-0/+37
2017-11-27drm/amdkfd: Add debugfs support to KFDFelix Kuehling1-0/+24
2017-11-27drm/amdkfd: Fix oversubscription accountingFelix Kuehling1-2/+3
2017-11-27drm/amdkfd: map multiple processes to HW schedulerFelix Kuehling1-2/+28
2017-11-06drm/amdkfd: Hardware DWORD size is 4 bytesFelix Kuehling1-1/+1
2017-09-27drm/amdkfd: Improve multiple SDMA queues support per processshaoyunl1-1/+1
2017-09-27drm/amdkfd: Clean up process queue managementFelix Kuehling1-6/+1
2017-09-27drm/amdkfd: Avoid name confusion involved in queue unmappingYong Zhao1-9/+9
2017-09-20drm/amdkfd: Adjust dequeue latencies and timeoutsFelix Kuehling1-1/+1
2017-08-15drm/amdkfd: Update PM4 packet headersFelix Kuehling1-117/+44
2017-08-15drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling1-16/+28
2017-08-15drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling1-26/+2
2017-08-15drm/amdkfd: Fix goto usage v2Kent Russell1-9/+5
2017-08-15drm/amdkfd: Change x==NULL/false references to !xKent Russell1-13/+13
2017-08-15drm/amdkfd: Consolidate and clean up log commandsKent Russell1-22/+12
2017-08-15drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell1-3/+2
2017-05-31drm/amdkfd: allow split HQD on per-queue granularity v5Andres Rodriguez1-2/+1
2016-05-01amdkfd: Trim off unnescessary semicolon from kfd_packet_manager.cEdward O'Callaghan1-1/+1
2016-05-01amdkfd: Use the canonical form in branch predicatesEdward O'Callaghan1-5/+5
2015-07-20drm/amdkfd: Implement create_map_queues() for CarrizoBen Goz1-4/+87
2015-07-20drm/amdkfd: fix runlist length calculationBen Goz1-1/+7
2015-06-03drm/amdkfd: Add static user-mode queues supportYair Shachar1-10/+36
2015-01-15drm/amdkfd: Remove sync_with_hw() from amdkfdOded Gabbay1-4/+0
2015-01-12drm/amdkfd: Encapsulate KQ functions in ops structureOded Gabbay1-13/+13
2015-01-09drm/amdkfd: Using new gtt sa in amdkfdOded Gabbay1-7/+3
2014-07-17amdkfd: Add packet manager moduleBen Goz1-0/+565