summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorLines
2018-05-15Merge tag 'drm-amdkfd-next-2018-05-14' of git://people.freedesktop.org/~gabba...Dave Airlie-750/+4409
2018-04-24drm/amdkfd: fix build, select MMU_NOTIFIERRandy Dunlap-0/+1
2018-04-24drm/amdkfd: fix clock counter retrieval for node without GPUAndres Rodriguez-6/+7
2018-04-24drm/amdkfd: Fix the error return code in kfd_ioctl_unmap_memory_from_gpu()Wei Yongjun-1/+1
2018-04-24drm/amdkfd: kfd_dev_is_large_bar() can be statickbuild test robot-1/+1
2018-04-13drm/amdkfd: Remove vlaLaura Abbott-3/+7
2018-05-01drm/amdkfd: Add sanity checks in IRQ handlersFelix Kuehling-21/+39
2018-05-01drm/amdkfd: Remove queue node when destroy queue failedShaoyun Liu-3/+7
2018-05-01drm/amdkfd: Locking PM mutex while allocating IB bufferBen Goz-1/+6
2018-05-01drm/amdkfd: Remove initialization of cp_hqd_ib_control on CIKFelix Kuehling-4/+0
2018-05-01drm/amdkfd: Fix signal handling performance againFelix Kuehling-1/+1
2018-05-01drm/amdkfd: Fix CP soft hang on APUsYong Zhao-6/+4
2018-05-01drm/amdkfd: Separate trap handler assembly code and its hex valuesYong Zhao-555/+575
2018-05-01drm/amdkfd: Remove redundant include of amd-iommu.hFelix Kuehling-3/+0
2018-05-01drm/amdkfd: use %px to print user space address instead of %pPhilip Yang-5/+5
2018-05-01drm/amdkfd: Use volatile MTYPE in default/alternate aperturesJay Cornwall-1/+2
2018-05-01drm/amdkfd: Reduce priority of context-saving waves before spin-waitJay Cornwall-3/+15
2018-05-01drm/amdkfd: Dump HQD of HIQOak Zeng-0/+12
2018-04-24drm/amdkfd: Integer overflows in ioctlDan Carpenter-4/+4
2018-04-10drm/amdkfd: Add Vega10 topology and device infoFelix Kuehling-0/+55
2018-04-10drm/amdkfd: Try to enable atomics for all GPUswelu-14/+13
2018-04-10drm/amdkfd: Add GFXv9 CWSR trap handlerFelix Kuehling-3/+1505
2018-04-10drm/amdkfd: Support flat memory apertures for GFXv9Felix Kuehling-28/+87
2018-04-10drm/amdkfd: Remove limit on number of GPUs (follow-up)Felix Kuehling-3/+1
2018-04-08drm/amdkfd: Add 64-bit doorbell and wptr support to kernel queueFelix Kuehling-7/+63
2018-04-10drm/amdkfd: Fix kernel queue rollback_packetFelix Kuehling-1/+1
2018-04-10drm/amdkfd: Fix goto usageFelix Kuehling-6/+8
2018-04-10drm/amdkfd: Add SOC15 interrupt processing supportFelix Kuehling-1/+134
2018-04-10drm/amdkfd: Add GFXv9 device queue managerFelix Kuehling-2/+106
2018-04-10drm/amdkfd: Add GFXv9 MQD managerFelix Kuehling-1/+451
2018-04-10drm/amdkfd: Add GFXv9 PM4 packet writer functionsFelix Kuehling-12/+937
2018-04-10drm/amdkfd: Move packet writer functions into ASIC-specific fileFelix Kuehling-316/+420
2018-04-10drm/amdkfd: Implement doorbell allocation for SOC15Felix Kuehling-17/+139
2018-04-10drm/amdkfd: Clean up KFD_MMAP_ offset handlingHarish Kasiviswanathan-33/+59
2018-04-10drm/amdkfd: Make doorbell size ASIC-dependentFelix Kuehling-26/+39
2018-04-02Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-326/+2538
2018-03-23drm/amdkfd: Add quiesce_mm and resume_mm to kgd2kfd_callsFelix Kuehling-5/+49
2018-03-23drm/amdkfd: GFP_NOIO while holding locks taken in MMU notifierFelix Kuehling-3/+3
2018-03-23drm/amdkfd: Use ordered workqueue to restore processesFelix Kuehling-6/+32
2018-03-23drm/amdkfd: Deallocate SDMA queues correctlyFelix Kuehling-6/+14
2018-03-23drm/amdkfd: Fix scratch memory with HWS enabledFelix Kuehling-2/+1
2018-03-15drm/amdkfd: Add module option for testing large-BAR functionalityFelix Kuehling-0/+19
2018-03-15drm/amdkfd: Kmap event page for dGPUsFelix Kuehling-2/+87
2018-03-15drm/amdkfd: Add ioctls for GPUVM memory managementFelix Kuehling-0/+385
2018-03-15drm/amdkfd: Add TC flush on VMID deallocation for HawaiiFelix Kuehling-1/+95
2018-03-15drm/amdkfd: Allocate CWSR trap handler memory for dGPUsFelix Kuehling-10/+127
2018-03-15drm/amdkfd: Add per-process IDR for buffer handlesFelix Kuehling-0/+84
2018-03-15drm/amdkfd: Aperture setup for dGPUsFelix Kuehling-8/+33
2018-03-15drm/amdkfd: Remove limit on number of GPUsFelix Kuehling-12/+104
2018-03-15drm/amdkfd: Populate DRM render device minorOak Zeng-0/+5