aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-5/+52
2018-12-10drm/amdkfd: add new vega20 pci idAlex Deucher1-0/+1
2018-12-10drm/amdkfd: add new vega10 pci idsAlex Deucher1-0/+6
2018-11-19drm/amdkfd: Added Vega12 and Polaris12 for KFD.Gang Ba1-0/+45
2018-11-05drm/amdkfd: fix interrupt spin lockChristian König1-2/+3
2018-11-05drm/amdkfd: Add proper prefix to functionsAmber Lin1-3/+3
2018-11-05drm/amdkfd: Simplify kfd2kgd interfaceAmber Lin1-3/+4
2018-09-27drm/amdkfd: Remove the requirement for atomic Ops on vg20Shaoyun Liu1-1/+1
2018-09-26drm/amdkfd: Vega20 bring up on amdkfd sideShaoyun Liu1-0/+22
2018-09-26drm/amdkfd: Make the number of SDMA queues variableShaoyun Liu1-1/+12
2018-09-26drm/amdkfd: Report SDMA firmware version in the topologyFelix Kuehling1-0/+4
2018-09-26drm/amdkfd: KFD doesn't support TONGA SRIOVEmily Deng1-16/+0
2018-09-26drm/amdkfd: reflect atomic support in IO link propertiesEric Huang1-5/+7
2018-09-27BackMerge v4.19-rc5 into drm-nextDave Airlie1-1/+2
2018-09-20drm/amdkfd: Change the control stack MTYPE from UC to NC on GFX9Yong Zhao1-1/+2
2018-09-10drm/amdkfd: kfd expose the hive_id of the device through its node propertiesShaoyun Liu1-0/+3
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-11drm/amdkfd: Add debugfs interface to trigger HWS hangShaoyun Liu1-0/+23
2018-07-11drm/amdkfd: Implement GPU reset handlers in KFDShaoyun Liu1-3/+40
2018-07-11drm/amdkfd: Add gpu reset interface and place holderShaoyun Liu1-0/+10
2018-07-11drm/amdkfd: fix zero reading of VMID and PASID for HawaiiLan Xiao1-2/+12
2018-07-11drm/amdkfd: Stop using GFP_NOIO explicitlyFelix Kuehling1-2/+2
2018-05-01drm/amdkfd: Separate trap handler assembly code and its hex valuesYong Zhao1-2/+1
2018-05-01drm/amdkfd: Remove redundant include of amd-iommu.hFelix Kuehling1-3/+0
2018-04-10drm/amdkfd: Add Vega10 topology and device infoFelix Kuehling1-0/+37
2018-04-10drm/amdkfd: Try to enable atomics for all GPUswelu1-14/+13
2018-04-10drm/amdkfd: Add GFXv9 CWSR trap handlerFelix Kuehling1-3/+10
2018-04-10drm/amdkfd: Add GFXv9 MQD managerFelix Kuehling1-1/+1
2018-04-10drm/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-06drm/amdkfd: Implement KFD process eviction/restoreFelix Kuehling1-1/+64
2017-12-08drm/amdkfd: Centralize IOMMUv2 code and make it conditionalFelix Kuehling1-97/+30
2018-01-04drm/amdkfd: Add dGPU device IDs and device infoFelix Kuehling1-2/+143
2018-01-04drm/amdkfd: Make sched_policy a per-device settingFelix Kuehling1-1/+1
2018-01-04drm/amdkfd: Conditionally enable PCIe atomicsFelix Kuehling1-0/+17
2017-11-27drm/amdkfd: map multiple processes to HW schedulerFelix Kuehling1-0/+11
2017-11-14drm/amdkfd: Add CWSR supportFelix Kuehling1-2/+18
2017-10-27drm/amdkfd: use a high priority workqueue for IH workAndres Rodriguez1-1/+1
2017-09-20drm/amdkfd: Use VMID bitmap from KGD v2Yong Zhao1-0/+5
2017-09-20drm/amdkfd: Fix suspend/resume issue on Carrizo v2Yong Zhao1-7/+16
2017-09-20drm/amdkfd: Reorganize kfd resume codeYong Zhao1-38/+40
2017-09-26drm/amdkfd: Separate doorbell allocation from PASIDFelix Kuehling1-7/+0
2017-08-15drm/amdkfd: Update PM4 packet headersFelix Kuehling1-4/+4
2017-08-15drm/amdkfd: Add more error printing to help bringup v2Yong Zhao1-2/+10
2017-08-15drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling1-7/+9
2017-08-15drm/amdkfd: Allocate gtt_sa_bitmap in long unitsFelix Kuehling1-4/+4
2017-08-15drm/amdkfd: Fix doorbell initialization and finalizationFelix Kuehling1-1/+8
2017-08-15drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling1-10/+0