summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd
Commit message (Expand)AuthorAgeFilesLines
* drm/amdkfd: add new vega20 pci idAlex Deucher2018-12-101-0/+1
* drm/amdkfd: add new vega10 pci idsAlex Deucher2018-12-101-0/+6
* drm/amdkfd: Remove set but not used variable 'preempt_all_queues'YueHaibing2018-10-101-3/+0Star
* drm/amdkfd: Fix incorrect use of process->mmFelix Kuehling2018-10-101-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-278-0/+29
* drm/amd: Interface change to support 64 bit page_table_baseShaoyun Liu2018-09-273-8/+8
* drm/amdkfd: Make the number of SDMA queues variableShaoyun Liu2018-09-274-4/+17
* drm/amdkfd: Add wavefront context save state retrieval ioctlJay Cornwall2018-09-278-0/+147
* drm/amdkfd: Report SDMA firmware version in the topologyFelix Kuehling2018-09-273-3/+11
* drm/amdkfd: KFD doesn't support TONGA SRIOVEmily Deng2018-09-271-16/+0Star
* drm/amdkfd: reflect atomic support in IO link propertiesEric Huang2018-09-273-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-114-8/+13
* | drm/amdkfd: Generate xGMI direct iolinkShaoyun Liu2018-09-111-10/+68
* | drm/amdkfd: Add new iolink type definesShaoyun Liu2018-09-111-1/+6
* | drm/amdkfd: kfd expose the hive_id of the device through its node propertiesShaoyun Liu2018-09-114-0/+11
* | drm/amdgpu: Relocate some definitions v2Amber Lin2018-08-291-28/+0Star
* | 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/+0Star
* | drm/amdgpu: Merge amdkfd into amdgpuAmber Lin2018-08-283-75/+57Star
|/
* drm/amdkfd: Call kfd2kgd.set_compute_idleFelix Kuehling2018-07-171-2/+5
* drm/amdkfd: Add CU-masking ioctl to KFDFelix Kuehling2018-07-159-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/+11Star
* 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-125-6/+41
* drm/amdkfd: Replace mqd with mqd_mgr as the variable name for mqd_managerYong Zhao2018-07-125-66/+68
* drm/amdkfd: Use module parameters noretry as the internal variable nameYong Zhao2018-07-123-8/+10
* drm/amdkfd: Introduce KFD module parameter halt_if_hws_hangYong Zhao2018-07-123-0/+16
* drm/amdkfd: Add debugfs interface to trigger HWS hangShaoyun Liu2018-07-125-0/+113
* drm/amdkfd: Fix kernel queue 64 bit doorbell offset calculationShaoyun Liu2018-07-121-4/+5
* drm/amdkfd: Implement hang detection in KFD and call amdgpuShaoyun Liu2018-07-122-1/+24
* drm/amdkfd: Implement GPU reset handlers in KFDShaoyun Liu2018-07-125-3/+75
* drm/amdkfd: Add gpu reset interface and place holderShaoyun Liu2018-07-123-0/+16
* drm/amdkfd: fix zero reading of VMID and PASID for HawaiiLan Xiao2018-07-125-9/+53
* drm/amdkfd: Handle VM faults in KFDshaoyunl2018-07-126-6/+97
* drm/amdkfd: send SIGSEGV to process upon KFD_EVENT_TYPE_MEMORYMoses Reuben2018-07-121-0/+7
* drm/amdkfd: Fix error codes in kfd_get_processWei Lu2018-07-121-0/+2
* drm/amdkfd: Fix race between scheduler and context restoreJay Cornwall2018-07-123-230/+262
* drm/amdkfd: Stop using GFP_NOIO explicitlyFelix Kuehling2018-07-124-6/+6
* drm/amdkfd: Reliably prevent reclaim-FS while holding DQM lockFelix Kuehling2018-07-122-43/+62
* drm/admkfd use modern ktime accessorsArnd Bergmann2018-07-111-6/+2Star
* Merge tag 'drm-amdkfd-next-2018-05-14' of git://people.freedesktop.org/~gabba...Dave Airlie2018-05-1536-750/+4409
|\