summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_device.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-23drm/amdkfd: kfree the wrong pointerJack Zhang1-2/+2
2019-09-16drm/amdkfd: Add missing Polaris10 IDKent Russell1-0/+1
2019-01-26drm/amdkfd: fix interrupt spin lockChristian König1-2/+3
2018-12-19drm/amdkfd: add new vega10 pci idsAlex Deucher1-0/+6
2018-09-20drm/amdkfd: Change the control stack MTYPE from UC to NC on GFX9Yong Zhao1-1/+2
2018-07-13drm/amdkfd: Enable Raven for KFDYong Zhao1-0/+16
2018-07-13drm/amdkfd: Make SDMA engine number an ASIC-dependent variableYong Zhao1-0/+12
2018-07-12drm/amdkfd: Add debugfs interface to trigger HWS hangShaoyun Liu1-0/+23
2018-07-12drm/amdkfd: Implement GPU reset handlers in KFDShaoyun Liu1-3/+40
2018-07-12drm/amdkfd: Add gpu reset interface and place holderShaoyun Liu1-0/+10
2018-07-12drm/amdkfd: fix zero reading of VMID and PASID for HawaiiLan Xiao1-2/+12
2018-07-12drm/amdkfd: Stop using GFP_NOIO explicitlyFelix Kuehling1-2/+2
2018-05-02drm/amdkfd: Separate trap handler assembly code and its hex valuesYong Zhao1-2/+1
2018-05-02drm/amdkfd: Remove redundant include of amd-iommu.hFelix Kuehling1-3/+0
2018-04-11drm/amdkfd: Add Vega10 topology and device infoFelix Kuehling1-0/+37
2018-04-11drm/amdkfd: Try to enable atomics for all GPUswelu1-14/+13
2018-04-11drm/amdkfd: Add GFXv9 CWSR trap handlerFelix Kuehling1-3/+10
2018-04-11drm/amdkfd: Add GFXv9 MQD managerFelix Kuehling1-1/+1
2018-04-11drm/amdkfd: Make doorbell size ASIC-dependentFelix Kuehling1-0/+10
2018-03-23drm/amdkfd: Add quiesce_mm and resume_mm to kgd2kfd_callsFelix Kuehling1-0/+38
2018-03-23drm/amdkfd: GFP_NOIO while holding locks taken in MMU notifierFelix Kuehling1-1/+1
2018-02-07drm/amdkfd: Implement KFD process eviction/restoreFelix Kuehling1-1/+64
2017-12-09drm/amdkfd: Centralize IOMMUv2 code and make it conditionalFelix Kuehling1-97/+30
2018-01-05drm/amdkfd: Add dGPU device IDs and device infoFelix Kuehling1-2/+143
2018-01-05drm/amdkfd: Make sched_policy a per-device settingFelix Kuehling1-1/+1
2018-01-05drm/amdkfd: Conditionally enable PCIe atomicsFelix Kuehling1-0/+17
2017-11-28drm/amdkfd: map multiple processes to HW schedulerFelix Kuehling1-0/+11
2017-11-15drm/amdkfd: Add CWSR supportFelix Kuehling1-2/+18
2017-10-28drm/amdkfd: use a high priority workqueue for IH workAndres Rodriguez1-1/+1
2017-09-21drm/amdkfd: Use VMID bitmap from KGD v2Yong Zhao1-0/+5
2017-09-21drm/amdkfd: Fix suspend/resume issue on Carrizo v2Yong Zhao1-7/+16
2017-09-21drm/amdkfd: Reorganize kfd resume codeYong Zhao1-38/+40
2017-09-26drm/amdkfd: Separate doorbell allocation from PASIDFelix Kuehling1-7/+0
2017-08-16drm/amdkfd: Update PM4 packet headersFelix Kuehling1-4/+4
2017-08-16drm/amdkfd: Add more error printing to help bringup v2Yong Zhao1-2/+10
2017-08-16drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling1-7/+9
2017-08-16drm/amdkfd: Allocate gtt_sa_bitmap in long unitsFelix Kuehling1-4/+4
2017-08-16drm/amdkfd: Fix doorbell initialization and finalizationFelix Kuehling1-1/+8
2017-08-16drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling1-10/+0
2017-08-16drm/amdkfd: Change x==NULL/false references to !xKent Russell1-5/+5
2017-08-16drm/amdkfd: Consolidate and clean up log commandsKent Russell1-31/+20
2017-08-16drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell1-2/+3
2017-07-14drm/amdkfd: Remove unused references to shared_resources.num_mecJay Cornwall1-4/+0
2017-05-31drm/amdkfd: allow split HQD on per-queue granularity v5Andres Rodriguez1-0/+4
2015-07-20drm/amdkfd: add supported CZ devices PCI IDs to amdkfdBen Goz1-1/+6
2015-06-06drm/amdkfd: Add missing properties to CZ device infoOded Gabbay1-0/+3
2015-06-03drm/amdkfd: Add skeleton H/W debugger module supportYair Shachar1-0/+3
2015-06-03drm/amdkfd: Add static user-mode queues supportYair Shachar1-0/+2
2015-05-19drm/amdkfd: Add memory exception handlingAlexey Skidanov1-0/+29
2015-05-19drm/amdkfd: Add the events moduleAndrew Lewycky1-0/+1