summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)Author
2020-10-01drm/amdkfd: fix a memory leak issueDennis Li
2020-09-03drm/amdkfd: Fix reference count leaks.Qiushi Wu
2020-04-23drm/amdkfd: kfree the wrong pointerJack Zhang
2019-12-31drm/amdkfd: fix a potential NULL pointer dereference (v2)Allen Pais
2019-09-16drm/amdkfd: Add missing Polaris10 IDKent Russell
2019-07-31drm/amdkfd: Fix sdma queue map issueOak Zeng
2019-07-31drm/amdkfd: Fix a potential memory leakOak Zeng
2019-04-20drm/amdkfd: use init_mqd function to allocate object for hid_mqd (CI)Kevin Wang
2019-02-27drm/amdkfd: Don't assign dGPUs to APU topology devicesFelix Kuehling
2019-01-26drm/amdkfd: fix interrupt spin lockChristian König
2018-12-19drm/amdkfd: add new vega10 pci idsAlex Deucher
2018-10-04drm/amdkfd: Fix incorrect use of process->mmFelix Kuehling
2018-09-20drm/amdkfd: Fix ATS capablity was not reported correctly on some APUsYong Zhao
2018-09-20drm/amdkfd: Change the control stack MTYPE from UC to NC on GFX9Yong Zhao
2018-07-16drm/amdkfd: Call kfd2kgd.set_compute_idleFelix Kuehling
2018-07-14drm/amdkfd: Add CU-masking ioctl to KFDFelix Kuehling
2018-07-13drm/amdkfd: Enable Raven for KFDYong Zhao
2018-07-13drm/amdkfd: Optimize out some duplicated code in kfd_signal_iommu_event()Yong Zhao
2018-07-13drm/amdkfd: Workaround to accommodate Raven too many PPR issueYong Zhao
2018-07-13drm/amdkfd: Avoid flooding dmesg on Raven due to IOMMU issuesYong Zhao
2018-07-13drm/amdkfd: Make SDMA engine number an ASIC-dependent variableYong Zhao
2018-07-13drm/amdkfd: Consolidate duplicate memory banks info in topologyYong Zhao
2018-07-11drm/amdkfd: Clean up reference of radeonYong Zhao
2018-07-11drm/amdkfd: Replace mqd with mqd_mgr as the variable name for mqd_managerYong Zhao
2018-07-11drm/amdkfd: Use module parameters noretry as the internal variable nameYong Zhao
2018-07-11drm/amdkfd: Introduce KFD module parameter halt_if_hws_hangYong Zhao
2018-07-11drm/amdkfd: Add debugfs interface to trigger HWS hangShaoyun Liu
2018-07-11drm/amdkfd: Fix kernel queue 64 bit doorbell offset calculationShaoyun Liu
2018-07-11drm/amdkfd: Implement hang detection in KFD and call amdgpuShaoyun Liu
2018-07-11drm/amdkfd: Implement GPU reset handlers in KFDShaoyun Liu
2018-07-11drm/amdkfd: Add gpu reset interface and place holderShaoyun Liu
2018-07-11drm/amdkfd: fix zero reading of VMID and PASID for HawaiiLan Xiao
2018-07-11drm/amdkfd: Handle VM faults in KFDshaoyunl
2018-07-11drm/amdkfd: send SIGSEGV to process upon KFD_EVENT_TYPE_MEMORYMoses Reuben
2018-07-11drm/amdkfd: Fix error codes in kfd_get_processWei Lu
2018-07-11drm/amdkfd: Fix race between scheduler and context restoreJay Cornwall
2018-07-11drm/amdkfd: Stop using GFP_NOIO explicitlyFelix Kuehling
2018-07-11drm/amdkfd: Reliably prevent reclaim-FS while holding DQM lockFelix Kuehling
2018-07-11drm/admkfd use modern ktime accessorsArnd Bergmann
2018-05-15Merge tag 'drm-amdkfd-next-2018-05-14' of git://people.freedesktop.org/~gabba...Dave Airlie
2018-04-24drm/amdkfd: fix build, select MMU_NOTIFIERRandy Dunlap
2018-04-24drm/amdkfd: fix clock counter retrieval for node without GPUAndres Rodriguez
2018-04-24drm/amdkfd: Fix the error return code in kfd_ioctl_unmap_memory_from_gpu()Wei Yongjun
2018-04-24drm/amdkfd: kfd_dev_is_large_bar() can be statickbuild test robot
2018-04-13drm/amdkfd: Remove vlaLaura Abbott
2018-05-01drm/amdkfd: Add sanity checks in IRQ handlersFelix Kuehling
2018-05-01drm/amdkfd: Remove queue node when destroy queue failedShaoyun Liu
2018-05-01drm/amdkfd: Locking PM mutex while allocating IB bufferBen Goz
2018-05-01drm/amdkfd: Remove initialization of cp_hqd_ib_control on CIKFelix Kuehling
2018-05-01drm/amdkfd: Fix signal handling performance againFelix Kuehling