summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2019-05-03Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-2/+2
2019-04-29drm/amdkfd: Use pci_dev_id() helperHeiner Kallweit1-2/+1
2019-04-19drm/amdgpu: get_fw_version isn't ASIC specificAmber Lin1-2/+2
2019-04-15BackMerge v5.1-rc5 into drm-nextDave Airlie1-0/+1
2019-04-04drm/amdkfd: Add picasso pci idAlex Deucher1-0/+1
2019-03-28Revert "drm/amdkfd: avoid HMM change cause circular lock"Alex Deucher1-17/+15
2019-03-19drm/amdkfd: add RAS ECC event support (v3)Eric Huang3-1/+31
2019-03-19drm/amdkfd: add RAS capabilities in topology for Vega20 (v2)Eric Huang2-0/+20
2019-03-19drm/amdkfd: avoid HMM change cause circular lockPhilip Yang1-15/+17
2019-02-27drm/amdkfd: use init_mqd function to allocate object for hid_mqd (CI)Kevin Wang1-51/+1
2019-02-22Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie3-15/+37
2019-02-18drm/amdkfd: Optimize out sdma doorbell array in kgd2kfd_shared_resourcesYong Zhao1-5/+11
2019-02-18drm/amdkfd: Fix bugs regarding CP queue doorbell mask on SOC15Yong Zhao2-5/+20
2019-02-18drm/amdkfd: Move a constant definition aroundYong Zhao1-5/+6
2019-02-18Merge v5.0-rc7 into drm-nextDave Airlie1-1/+1
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-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-14drm/amdgpu: Remove kgd2kfd function pointersAmber Lin1-27/+2
2019-01-14drm/amdgpu: Relocate kgd2kfd function declarationAmber Lin2-23/+1
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