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