summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
2017-12-01Merge tag 'drm-amdkfd-fixes-2017-11-26' of git://people.freedesktop.org/~gabb...Dave Airlie3-3/+22
2017-11-26drm/amdkfd: fix amdkfd use-after-free GP faultRandy Dunlap1-1/+2
2017-11-26drm/amdkfd: Fix SDMA oversubsription handlingFelix Kuehling1-0/+18
2017-11-26drm/amdkfd: Fix SDMA ring buffer size calculationshaoyunl1-2/+2
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds24-949/+1059
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01drm/amdkfd: Minor cleanupsFelix Kuehling3-7/+7
2017-11-01drm/amdkfd: Update queue_count before mapping queuesFelix Kuehling1-9/+11
2017-11-01drm/amdkfd: Cleanup DQM ASIC-specific opsYong Zhao4-43/+27
2017-11-01drm/amdkfd: Register/Deregister process on qpd resolutionBen Goz1-3/+6
2017-11-01drm/amdkfd: Fix debug unregister procedure on process terminationYair Shachar2-12/+29
2017-11-01drm/amdkfd: Avoid calling amd_iommu_unbind_pasid() when suspendingYong Zhao1-9/+5
2017-11-01drm/amdkfd: Disable CP/SDMA ring/doorbell in MQDJay Cornwall2-30/+11
2017-11-01drm/amdkfd: Clean up the data structure in kfd_processYong Zhao2-24/+0
2017-10-30drm/radeon: deprecate and remove KFD interfaceChristian König1-1/+1
2017-10-27drm/amdkfd: use a high priority workqueue for IH workAndres Rodriguez3-2/+4
2017-10-27drm/amdkfd: wait only for IH work on IH exitAndres Rodriguez1-2/+2
2017-10-27drm/amdkfd: increase IH num entries to 8192Andres Rodriguez1-1/+1
2017-10-27drm/amdkfd: use standard kernel kfifo for IHAndres Rodriguez2-57/+27
2017-10-27drm/amdkfd: Make event limit dependent on user mode mapping sizeFelix Kuehling2-6/+20
2017-10-27drm/amdkfd: Use IH context ID for signal lookupFelix Kuehling2-16/+64
2017-10-27drm/amdkfd: Simplify event ID and signal slot managementFelix Kuehling3-170/+80
2017-10-27drm/amdkfd: Simplify events page allocatorFelix Kuehling3-132/+70
2017-10-27drm/amdkfd: Use wait_queue_t to implement event waitingFelix Kuehling2-38/+24
2017-10-27drm/amdkfd: remove redundant kfd_event_waiter.input_indexFelix Kuehling1-6/+3
2017-10-27drm/amdkfd: Fix event destruction with pending waitersFelix Kuehling1-26/+46
2017-10-27drm/amdkfd: Clean up kfd_wait_on_eventsFelix Kuehling3-52/+32
2017-10-27drm/amdkfd: Fix scheduler race in kfd_wait_on_events sleep loopSean Keely1-1/+12
2017-10-27drm/amdkfd: Short cut for kfd_wait_on_events without waitingSean Keely1-4/+39
2017-10-27drm/amdkfd: Don't dereference kfd_process.mmFelix Kuehling3-6/+21
2017-10-27drm/amdkfd: Add SDMA trap src id to the KFD isr wanted listBesar Wicaksono2-1/+5
2017-09-27drm/amdkfd: Improve multiple SDMA queues support per processshaoyunl2-15/+16
2017-09-27drm/amdkfd: Limit queue number per process and device to 127Felix Kuehling1-4/+6
2017-09-27drm/amdkfd: Clean up process queue managementFelix Kuehling4-14/+8
2017-09-27drm/amdkfd: Compress unnecessary function parametersYong Zhao4-13/+7
2017-09-27drm/amdkfd: Improve process termination handlingFelix Kuehling5-81/+200
2017-09-27drm/amdkfd: Avoid submitting an unnecessary packet to HWSYong Zhao1-12/+14
2017-09-27drm/amdkfd: Fix MQD updatesFelix Kuehling1-22/+62
2017-10-08drm/amdkfd: Pass filter params to unmap_queues_cpschYong Zhao1-11/+9
2017-10-08drm/amdkfd: move locking outside of unmap_queues_cpschYong Zhao1-37/+28
2017-09-27drm/amdkfd: Avoid name confusion involved in queue unmappingYong Zhao3-35/+35
2017-09-20drm/amdkfd: Print event limit messages only once per processFelix Kuehling2-1/+5
2017-09-20drm/amdkfd: Fix kernel-queue wrapping bugsYong Zhao1-3/+15
2017-09-20drm/amdkfd: Drop _nocpsch suffix from shared functionsYong Zhao1-12/+12
2017-09-20drm/amdkfd: Reuse CHIP_* from amdgpu v2Yong Zhao4-12/+22
2017-09-20drm/amdkfd: Use VMID bitmap from KGD v2Yong Zhao6-19/+21
2017-09-20drm/amdkfd: Fix incorrect destroy_mqd parameterFelix Kuehling1-1/+1
2017-09-20drm/amdkfd: Adjust dequeue latencies and timeoutsFelix Kuehling5-7/+6
2017-09-20drm/amdkfd: Rectify the jiffies calculation error with milliseconds v2Yong Zhao2-4/+4
2017-09-20drm/amdkfd: Fix suspend/resume issue on Carrizo v2Yong Zhao4-39/+109