summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
Commit message (Expand)AuthorAgeFilesLines
* drm/amdkfd: fix interrupt spin lockChristian König2018-11-051-2/+3
* drm/amdkfd: page_table_base already have the flags neededYong Zhao2018-11-051-0/+1
* drm/amdkfd: Delete a duplicate statement in set_pasid_vmid_mapping()Yong Zhao2018-11-052-10/+1
* drm/amdkfd: Add proper prefix to functionsAmber Lin2018-11-056-14/+14
* drm/amdkfd: Simplify kfd2kgd interfaceAmber Lin2018-11-0510-49/+59
* drm/amdkfd: Use kmemdup instead of duplicating its functionzhong jiang2018-11-051-3/+1
* drm/amdkfd: Remove set but not used variable 'preempt_all_queues'YueHaibing2018-10-101-3/+0
* drm/amdkfd: Fix incorrect use of process->mmFelix Kuehling2018-10-091-8/+29
* drm/amdkfd: Remove the requirement for atomic Ops on vg20Shaoyun Liu2018-09-271-1/+1
* drm/amdkfd: Vega20 bring up on amdkfd sideShaoyun Liu2018-09-268-0/+29
* drm/amd: Interface change to support 64 bit page_table_baseShaoyun Liu2018-09-263-8/+8
* drm/amdkfd: Make the number of SDMA queues variableShaoyun Liu2018-09-264-4/+17
* drm/amdkfd: Add wavefront context save state retrieval ioctlJay Cornwall2018-09-268-0/+147
* drm/amdkfd: Report SDMA firmware version in the topologyFelix Kuehling2018-09-263-3/+11
* drm/amdkfd: KFD doesn't support TONGA SRIOVEmily Deng2018-09-261-16/+0
* drm/amdkfd: reflect atomic support in IO link propertiesEric Huang2018-09-263-12/+39
* BackMerge v4.19-rc5 into drm-nextDave Airlie2018-09-275-8/+32
|\
| * drm/amdkfd: Fix ATS capablity was not reported correctly on some APUsYong Zhao2018-09-203-6/+29
| * drm/amdkfd: Change the control stack MTYPE from UC to NC on GFX9Yong Zhao2018-09-202-2/+3
* | drm/amdkfd: Only add bi-directional iolink on GPU with XGMI or largebar (v2)shaoyunl2018-09-104-8/+13
* | drm/amdkfd: Generate xGMI direct iolinkShaoyun Liu2018-09-101-10/+68
* | drm/amdkfd: Add new iolink type definesShaoyun Liu2018-09-101-1/+6
* | drm/amdkfd: kfd expose the hive_id of the device through its node propertiesShaoyun Liu2018-09-104-0/+11
* | drm/amdgpu: Relocate some definitions v2Amber Lin2018-08-291-28/+0
* | drm/amdkfd: Release an acquired process vmOak Zeng2018-08-291-1/+3
* | drm/amdgpu: Set pasid for compute vm (v2)Oak Zeng2018-08-291-2/+2
* | drm/amdgpu: Move KFD parameters to amdgpu (v3)Amber Lin2018-08-281-45/+0
* | drm/amdgpu: Merge amdkfd into amdgpuAmber Lin2018-08-283-75/+57
|/
* drm/amdkfd: Call kfd2kgd.set_compute_idleFelix Kuehling2018-07-161-2/+5
* drm/amdkfd: Add CU-masking ioctl to KFDFelix Kuehling2018-07-149-1/+219
* drm/amdkfd: Enable Raven for KFDYong Zhao2018-07-131-0/+16
* drm/amdkfd: Optimize out some duplicated code in kfd_signal_iommu_event()Yong Zhao2018-07-131-15/+11
* drm/amdkfd: Workaround to accommodate Raven too many PPR issueYong Zhao2018-07-131-5/+16
* drm/amdkfd: Avoid flooding dmesg on Raven due to IOMMU issuesYong Zhao2018-07-131-1/+1
* drm/amdkfd: Make SDMA engine number an ASIC-dependent variableYong Zhao2018-07-135-15/+36
* drm/amdkfd: Consolidate duplicate memory banks info in topologyYong Zhao2018-07-131-11/+46
* drm/amdkfd: Clean up reference of radeonYong Zhao2018-07-115-6/+41
* drm/amdkfd: Replace mqd with mqd_mgr as the variable name for mqd_managerYong Zhao2018-07-115-66/+68
* drm/amdkfd: Use module parameters noretry as the internal variable nameYong Zhao2018-07-113-8/+10
* drm/amdkfd: Introduce KFD module parameter halt_if_hws_hangYong Zhao2018-07-113-0/+16
* drm/amdkfd: Add debugfs interface to trigger HWS hangShaoyun Liu2018-07-115-0/+113
* drm/amdkfd: Fix kernel queue 64 bit doorbell offset calculationShaoyun Liu2018-07-111-4/+5
* drm/amdkfd: Implement hang detection in KFD and call amdgpuShaoyun Liu2018-07-112-1/+24
* drm/amdkfd: Implement GPU reset handlers in KFDShaoyun Liu2018-07-115-3/+75
* drm/amdkfd: Add gpu reset interface and place holderShaoyun Liu2018-07-113-0/+16
* drm/amdkfd: fix zero reading of VMID and PASID for HawaiiLan Xiao2018-07-115-9/+53
* drm/amdkfd: Handle VM faults in KFDshaoyunl2018-07-116-6/+97
* drm/amdkfd: send SIGSEGV to process upon KFD_EVENT_TYPE_MEMORYMoses Reuben2018-07-111-0/+7
* drm/amdkfd: Fix error codes in kfd_get_processWei Lu2018-07-111-0/+2
* drm/amdkfd: Fix race between scheduler and context restoreJay Cornwall2018-07-113-230/+262