summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
2017-10-28drm/amdkfd: Use IH context ID for signal lookupFelix Kuehling2-16/+64
2017-10-28drm/amdkfd: Simplify event ID and signal slot managementFelix Kuehling3-170/+80
2017-10-28drm/amdkfd: Simplify events page allocatorFelix Kuehling3-132/+70
2017-10-28drm/amdkfd: Use wait_queue_t to implement event waitingFelix Kuehling2-38/+24
2017-10-28drm/amdkfd: remove redundant kfd_event_waiter.input_indexFelix Kuehling1-6/+3
2017-10-28drm/amdkfd: Fix event destruction with pending waitersFelix Kuehling1-26/+46
2017-10-28drm/amdkfd: Clean up kfd_wait_on_eventsFelix Kuehling3-52/+32
2017-10-28drm/amdkfd: Fix scheduler race in kfd_wait_on_events sleep loopSean Keely1-1/+12
2017-10-28drm/amdkfd: Short cut for kfd_wait_on_events without waitingSean Keely1-4/+39
2017-10-28drm/amdkfd: Don't dereference kfd_process.mmFelix Kuehling3-6/+21
2017-10-28drm/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-21drm/amdkfd: Print event limit messages only once per processFelix Kuehling2-1/+5
2017-09-21drm/amdkfd: Fix kernel-queue wrapping bugsYong Zhao1-3/+15
2017-09-21drm/amdkfd: Drop _nocpsch suffix from shared functionsYong Zhao1-12/+12
2017-09-21drm/amdkfd: Reuse CHIP_* from amdgpu v2Yong Zhao4-12/+22
2017-09-21drm/amdkfd: Use VMID bitmap from KGD v2Yong Zhao6-19/+21
2017-09-21drm/amdkfd: Fix incorrect destroy_mqd parameterFelix Kuehling1-1/+1
2017-09-21drm/amdkfd: Adjust dequeue latencies and timeoutsFelix Kuehling5-7/+6
2017-09-21drm/amdkfd: Rectify the jiffies calculation error with milliseconds v2Yong Zhao2-4/+4
2017-09-21drm/amdkfd: Fix suspend/resume issue on Carrizo v2Yong Zhao4-39/+109
2017-09-21drm/amdkfd: Reorganize kfd resume codeYong Zhao1-38/+40
2017-10-03BackMerge tag 'v4.14-rc3' into drm-nextDave Airlie4-5/+23
2017-09-28Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie6-86/+83
2017-09-26drm/amdkfd: Use PASID manager from KGDFelix Kuehling2-58/+38
2017-09-26drm/amdkfd: Separate doorbell allocation from PASIDFelix Kuehling4-28/+45
2017-09-08drm/amdkfd: check for null dev to avoid a null pointer dereferenceColin Ian King1-0/+2
2017-09-02drm/amdkfd: pass queue's mqd when destroying mqdOded Gabbay1-1/+1
2017-08-29drm/amdkfd: remove memset before memcpyHimanshu Jha1-1/+0
2017-08-16drm/amdkfd: Implement image tiling mode support v2Yong Zhao1-0/+43
2017-08-16drm/amdkfd: Adding new IOCTL for scratch memory v2Moses Reuben5-0/+45
2017-08-16drm/amd: Update MEC HQD loading code for KFDFelix Kuehling6-28/+29
2017-08-16drm/amdkfd: Update PM4 packet headersFelix Kuehling4-414/+199
2017-08-16drm/amdkfd: Clamp EOP queue size correctly on Gfx8Jay Cornwall1-2/+9
2017-08-16drm/amdkfd: Add more error printing to help bringup v2Yong Zhao1-2/+10
2017-08-16drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling14-55/+84
2017-08-16drm/amdkfd: Allocate gtt_sa_bitmap in long unitsFelix Kuehling1-4/+4
2017-08-16drm/amdkfd: Fix doorbell initialization and finalizationFelix Kuehling3-4/+21
2017-08-16drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling15-212/+4
2017-08-16drm/amdkfd: Remove usage of alloc(sizeof(struct...Kent Russell6-11/+11
2017-08-16drm/amdkfd: Fix goto usage v2Kent Russell5-82/+66