summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/radeon: deprecate and remove KFD interfaceChristian König2017-10-301-1/+1
| * drm/amdkfd: use a high priority workqueue for IH workAndres Rodriguez2017-10-273-2/+4
| * drm/amdkfd: wait only for IH work on IH exitAndres Rodriguez2017-10-271-2/+2
| * drm/amdkfd: increase IH num entries to 8192Andres Rodriguez2017-10-271-1/+1
| * drm/amdkfd: use standard kernel kfifo for IHAndres Rodriguez2017-10-272-57/+27
| * drm/amdkfd: Make event limit dependent on user mode mapping sizeFelix Kuehling2017-10-272-6/+20
| * drm/amdkfd: Use IH context ID for signal lookupFelix Kuehling2017-10-272-16/+64
| * drm/amdkfd: Simplify event ID and signal slot managementFelix Kuehling2017-10-273-170/+80
| * drm/amdkfd: Simplify events page allocatorFelix Kuehling2017-10-273-132/+70
| * drm/amdkfd: Use wait_queue_t to implement event waitingFelix Kuehling2017-10-272-38/+24
| * drm/amdkfd: remove redundant kfd_event_waiter.input_indexFelix Kuehling2017-10-271-6/+3
| * drm/amdkfd: Fix event destruction with pending waitersFelix Kuehling2017-10-271-26/+46
| * drm/amdkfd: Clean up kfd_wait_on_eventsFelix Kuehling2017-10-273-52/+32
| * drm/amdkfd: Fix scheduler race in kfd_wait_on_events sleep loopSean Keely2017-10-271-1/+12
| * drm/amdkfd: Short cut for kfd_wait_on_events without waitingSean Keely2017-10-271-4/+39
| * drm/amdkfd: Don't dereference kfd_process.mmFelix Kuehling2017-10-273-6/+21
| * drm/amdkfd: Add SDMA trap src id to the KFD isr wanted listBesar Wicaksono2017-10-272-1/+5
| * drm/amdkfd: Improve multiple SDMA queues support per processshaoyunl2017-09-272-15/+16
| * drm/amdkfd: Limit queue number per process and device to 127Felix Kuehling2017-09-271-4/+6
| * drm/amdkfd: Clean up process queue managementFelix Kuehling2017-09-274-14/+8
| * drm/amdkfd: Compress unnecessary function parametersYong Zhao2017-09-274-13/+7
| * drm/amdkfd: Improve process termination handlingFelix Kuehling2017-09-275-81/+200
| * drm/amdkfd: Avoid submitting an unnecessary packet to HWSYong Zhao2017-09-271-12/+14
| * drm/amdkfd: Fix MQD updatesFelix Kuehling2017-09-271-22/+62
| * drm/amdkfd: Pass filter params to unmap_queues_cpschYong Zhao2017-10-081-11/+9
| * drm/amdkfd: move locking outside of unmap_queues_cpschYong Zhao2017-10-081-37/+28
| * drm/amdkfd: Avoid name confusion involved in queue unmappingYong Zhao2017-09-273-35/+35
| * drm/amdkfd: Drop _nocpsch suffix from shared functionsYong Zhao2017-09-201-12/+12
| * drm/amdkfd: Reuse CHIP_* from amdgpu v2Yong Zhao2017-09-204-12/+22
| * drm/amdkfd: Use VMID bitmap from KGD v2Yong Zhao2017-09-206-19/+21
| * drm/amdkfd: Adjust dequeue latencies and timeoutsFelix Kuehling2017-09-205-7/+6
| * drm/amdkfd: Rectify the jiffies calculation error with milliseconds v2Yong Zhao2017-09-202-4/+4
| * drm/amdkfd: Fix suspend/resume issue on Carrizo v2Yong Zhao2017-09-204-39/+109
| * drm/amdkfd: Reorganize kfd resume codeYong Zhao2017-09-201-38/+40
| * BackMerge tag 'v4.14-rc3' into drm-nextDave Airlie2017-10-034-5/+23
| |\
| * \ Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-09-286-86/+83
| |\ \
| | * | drm/amdkfd: Use PASID manager from KGDFelix Kuehling2017-09-262-58/+38
| | * | drm/amdkfd: Separate doorbell allocation from PASIDFelix Kuehling2017-09-264-28/+45
* | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |_|/ |/| |
* | | drm/amdkfd: Print event limit messages only once per processFelix Kuehling2017-09-202-1/+5
* | | drm/amdkfd: Fix kernel-queue wrapping bugsYong Zhao2017-09-201-3/+15
* | | drm/amdkfd: Fix incorrect destroy_mqd parameterFelix Kuehling2017-09-201-1/+1
* | | drm/amdkfd: check for null dev to avoid a null pointer dereferenceColin Ian King2017-09-081-0/+2
|/ /
* | drm/amdkfd: pass queue's mqd when destroying mqdOded Gabbay2017-09-021-1/+1
* | drm/amdkfd: remove memset before memcpyHimanshu Jha2017-08-301-1/+0
|/
* drm/amdkfd: Implement image tiling mode support v2Yong Zhao2017-08-151-0/+43
* drm/amdkfd: Adding new IOCTL for scratch memory v2Moses Reuben2017-08-155-0/+45
* drm/amd: Update MEC HQD loading code for KFDFelix Kuehling2017-08-156-28/+29
* drm/amdkfd: Update PM4 packet headersFelix Kuehling2017-08-154-414/+199
* drm/amdkfd: Clamp EOP queue size correctly on Gfx8Jay Cornwall2017-08-151-2/+9