summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c
AgeCommit message (Expand)Author
2020-01-07drm/amdkfd: Avoid hanging hardware in stop_cpschFelix Kuehling
2019-12-05drm/amdkfd: Eliminate unnecessary kernel queue function pointersYong Zhao
2019-11-13drm/amdkfd: Use kernel queue v9 functions for v10Yong Zhao
2019-10-03drm/amdkfd: use navi12 specific family id for navi12 code pathshaoyunl
2019-09-16drm/amdkfd: add package manager for renoirHuang Rui
2019-09-16drm/amdkfd: Support Navi14 in KFDYong Zhao
2019-07-18amd/amdkfd: Add ASIC ARCTURUS to kfdYong Zhao
2019-07-03drm/amdkfd: Print a warning when the runlist becomes oversubscribedFelix Kuehling
2019-06-21drm/amdkfd: Add navi10 support to amdkfd. (v3)Philip Cox
2019-05-24drm/amdkfd: Add VegaM supportKent Russell
2019-05-24drm/amdkfd: Introduce XGMI SDMA queue typeOak Zeng
2018-11-19drm/amdkfd: Added Vega12 and Polaris12 for KFD.Gang Ba
2018-09-26drm/amdkfd: Vega20 bring up on amdkfd sideShaoyun Liu
2018-07-11drm/amdkfd: Add debugfs interface to trigger HWS hangShaoyun Liu
2018-05-01drm/amdkfd: Locking PM mutex while allocating IB bufferBen Goz
2018-04-10drm/amdkfd: Add GFXv9 PM4 packet writer functionsFelix Kuehling
2018-04-10drm/amdkfd: Move packet writer functions into ASIC-specific fileFelix Kuehling
2018-04-02Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2018-03-23drm/amdkfd: Fix scratch memory with HWS enabledFelix Kuehling
2018-03-15drm/amdkfd: Add TC flush on VMID deallocation for HawaiiFelix Kuehling
2017-11-27drm/amdkfd: Add debugfs support to KFDFelix Kuehling
2017-11-27drm/amdkfd: Fix oversubscription accountingFelix Kuehling
2017-11-27drm/amdkfd: map multiple processes to HW schedulerFelix Kuehling
2017-11-06drm/amdkfd: Hardware DWORD size is 4 bytesFelix Kuehling
2017-09-27drm/amdkfd: Improve multiple SDMA queues support per processshaoyunl
2017-09-27drm/amdkfd: Clean up process queue managementFelix Kuehling
2017-09-27drm/amdkfd: Avoid name confusion involved in queue unmappingYong Zhao
2017-09-20drm/amdkfd: Adjust dequeue latencies and timeoutsFelix Kuehling
2017-08-15drm/amdkfd: Update PM4 packet headersFelix Kuehling
2017-08-15drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling
2017-08-15drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling
2017-08-15drm/amdkfd: Fix goto usage v2Kent Russell
2017-08-15drm/amdkfd: Change x==NULL/false references to !xKent Russell
2017-08-15drm/amdkfd: Consolidate and clean up log commandsKent Russell
2017-08-15drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell
2017-05-31drm/amdkfd: allow split HQD on per-queue granularity v5Andres Rodriguez
2016-05-01amdkfd: Trim off unnescessary semicolon from kfd_packet_manager.cEdward O'Callaghan
2016-05-01amdkfd: Use the canonical form in branch predicatesEdward O'Callaghan
2015-07-20drm/amdkfd: Implement create_map_queues() for CarrizoBen Goz
2015-07-20drm/amdkfd: fix runlist length calculationBen Goz
2015-06-03drm/amdkfd: Add static user-mode queues supportYair Shachar
2015-01-15drm/amdkfd: Remove sync_with_hw() from amdkfdOded Gabbay
2015-01-12drm/amdkfd: Encapsulate KQ functions in ops structureOded Gabbay
2015-01-09drm/amdkfd: Using new gtt sa in amdkfdOded Gabbay
2014-07-17amdkfd: Add packet manager moduleBen Goz