aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-05drm/amdkfd: Fix if preprocessor statement above kfd_fill_iolink_info_for_cpuNathan Chancellor1-1/+1
2019-01-14drm/amdkfd: Don't assign dGPUs to APU topology devicesFelix Kuehling1-3/+9
2019-01-14drm/amdkfd: Allow building KFD on ARM64 (v2)Felix Kuehling3-6/+15
2019-01-05Merge tag 'drm-next-2019-01-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-12/+6
2018-12-28mm: convert zone->managed_pages to atomic variableArun KS1-1/+1
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds17-81/+304
2018-12-18drm/amdkfd: Fix handling of return code of dma_buf_getFelix Kuehling1-2/+2
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-12-07drm/amdkfd: Add support for doorbell BOsFelix Kuehling1-0/+6
2018-12-07drm/amdkfd: Add DMABuf import functionalityFelix Kuehling3-1/+136
2018-12-07drm/amdkfd: Add NULL-pointer checkFelix Kuehling1-1/+1
2018-11-26drm/amd/amdkfd: Remove duplicate headerBrajeswar Ghosh1-1/+0
2018-11-19drm/amdkfd: Workaround PASID missing in gfx9 interrupt payload under non HWSYong Zhao1-3/+22
2018-11-19drm/amdkfd: Adjust the debug message in KFD ISRYong Zhao1-7/+7
2018-11-19drm/amdkfd: Added Vega12 and Polaris12 for KFD.Gang Ba8-0/+63
2018-11-19drm/amdkfd: Replace mqd with mqd_mgr as the variable name for mqd_managerYong Zhao1-6/+6
2018-11-05drm/amdkfd: fix interrupt spin lockChristian König1-2/+3
2018-11-05drm/amdkfd: page_table_base already have the flags neededYong Zhao1-0/+1
2018-11-05drm/amdkfd: Delete a duplicate statement in set_pasid_vmid_mapping()Yong Zhao2-10/+1
2018-11-05drm/amdkfd: Add proper prefix to functionsAmber Lin6-14/+14
2018-11-05drm/amdkfd: Simplify kfd2kgd interfaceAmber Lin10-49/+59
2018-11-05drm/amdkfd: Use kmemdup instead of duplicating its functionzhong jiang1-3/+1
2018-10-10drm/amdkfd: Remove set but not used variable 'preempt_all_queues'YueHaibing1-3/+0
2018-10-09drm/amdkfd: Fix incorrect use of process->mmFelix Kuehling1-8/+29
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 Liu8-0/+29
2018-09-26drm/amd: Interface change to support 64 bit page_table_baseShaoyun Liu3-8/+8
2018-09-26drm/amdkfd: Make the number of SDMA queues variableShaoyun Liu4-4/+17
2018-09-26drm/amdkfd: Add wavefront context save state retrieval ioctlJay Cornwall8-0/+147
2018-09-26drm/amdkfd: Report SDMA firmware version in the topologyFelix Kuehling3-3/+11
2018-09-26drm/amdkfd: KFD doesn't support TONGA SRIOVEmily Deng1-16/+0
2018-09-26drm/amdkfd: reflect atomic support in IO link propertiesEric Huang3-12/+39
2018-09-27BackMerge v4.19-rc5 into drm-nextDave Airlie5-8/+32
2018-09-20drm/amdkfd: Fix ATS capablity was not reported correctly on some APUsYong Zhao3-6/+29
2018-09-20drm/amdkfd: Change the control stack MTYPE from UC to NC on GFX9Yong Zhao2-2/+3
2018-09-10drm/amdkfd: Only add bi-directional iolink on GPU with XGMI or largebar (v2)shaoyunl4-8/+13
2018-09-10drm/amdkfd: Generate xGMI direct iolinkShaoyun Liu1-10/+68
2018-09-10drm/amdkfd: Add new iolink type definesShaoyun Liu1-1/+6
2018-09-10drm/amdkfd: kfd expose the hive_id of the device through its node propertiesShaoyun Liu4-0/+11
2018-08-29drm/amdgpu: Relocate some definitions v2Amber Lin1-28/+0
2018-08-29drm/amdkfd: Release an acquired process vmOak Zeng1-1/+3
2018-08-29drm/amdgpu: Set pasid for compute vm (v2)Oak Zeng1-2/+2
2018-08-28drm/amdgpu: Move KFD parameters to amdgpu (v3)Amber Lin1-45/+0
2018-08-28drm/amdgpu: Merge amdkfd into amdgpuAmber Lin3-75/+57
2018-07-16drm/amdkfd: Call kfd2kgd.set_compute_idleFelix Kuehling1-2/+5
2018-07-14drm/amdkfd: Add CU-masking ioctl to KFDFelix Kuehling9-1/+219
2018-07-13drm/amdkfd: Enable Raven for KFDYong Zhao1-0/+16
2018-07-13drm/amdkfd: Optimize out some duplicated code in kfd_signal_iommu_event()Yong Zhao1-15/+11