summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-26drm/amdkfd: Skip packet submission on fatal errorLijo Lazar1-5/+5
2023-06-09drm/amdgpu: add configurable grace period for unmap queuesJonathan Kim1-0/+32
2023-06-09drm/amdkfd: Introduce kfd_node struct (v5)Mukul Joshi1-1/+1
2023-03-31drm/amdkfd: Add GC 9.4.3 KFD supportHawking Zhang1-1/+2
2022-02-14drm/amdkfd: remove unneeded unmap single queue optionJonathan Kim1-5/+3
2022-02-14drm/amdkfd: update SPDX license headerRajneesh Bhardwaj1-1/+2
2021-11-17drm/amdkfd: replace asic_family with asic_typeGraham Sider1-2/+2
2021-11-17drm/amdkfd: convert switches to IP version checkingGraham Sider1-24/+9
2021-07-23drm/amdkfd: enable cyan_skillfish KFDTao Zhou1-0/+1
2021-07-23drm/amdkfd: Fix a concurrency issue during kfd recoveryOak Zeng1-0/+3
2021-07-23drm/amdkfd: Set priv_queue to NULL after it is freedOak Zeng1-0/+1
2021-06-04drm/amdkfd: add yellow carp KFD supportAaron Liu1-0/+1
2021-05-19drm/amdkfd: support beige_goby KFDChengming Gui1-0/+1
2021-04-28drm/amdkfd: fix spelling mistake in packet managerJonathan Kim1-4/+4
2021-04-23drm/amdkfd: add per-vmid-debug map_process_supportJonathan Kim1-1/+3
2021-04-09drm/amdkfd: dqm fence memory corruptionQu Huang1-1/+1
2021-03-10drm/amdkfd: Add Aldebaran KFD supportYong Zhao1-0/+1
2020-10-12drm/amdkfd: Support dimgrey_cavefish KFD (v2)Chengming Gui1-0/+1
2020-10-05drm/amdkfd: add Van Gogh KFD supportHuang Rui1-0/+1
2020-07-15drm/amdkfd: Support navy_flounder KFDChengming Gui1-0/+1
2020-07-01drm/amdkfd: Support Sienna_Cichlid KFD v4Yong Zhao1-0/+1
2020-04-28drm/amdkfd: Enable over-subscription with >1 GWS queueJoseph Greathouse1-2/+4
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