summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-06drm/amdkfd: make reset wavefronts per process per deviceBen Goz1-3/+4
2015-06-03drm/amdkfd: Enforce kill all waves on process terminationBen Goz1-1/+7
2015-06-03drm/amdkfd: Add wave control operation to debuggerYair Shachar1-1/+1
2015-06-03drm/amdkfd: Add static user-mode queues supportYair Shachar1-7/+31
2015-05-20Backmerge v4.1-rc4 into into drm-nextDave Airlie1-2/+4
2015-05-19drm/amdkfd: Add interrupt handling moduleAndrew Lewycky1-0/+15
2015-05-19drm/amdkfd: make the sdma vm init to be asic specificOded Gabbay1-14/+1
2015-05-07drm/amdkfd: Initialize sdma vm when creating sdma queueXihan Zhang1-0/+2
2015-05-07drm/amdkfd: allow unregister process with queuesOded Gabbay1-2/+3
2015-04-01Merge tag 'drm-intel-next-2015-03-27-merge' of git://anongit.freedesktop.org/...Dave Airlie1-1/+9
2015-03-25drm/amdkfd: Add multiple kgd supportXihan Zhang1-5/+9
2015-03-25drm/amdkfd: rename fence_wait_timeoutOded Gabbay1-2/+2
2015-03-16drm/amdkfd: Fix SDMA queue init. in non-HWS modeBen Goz1-1/+9
2015-02-23drm/amdkfd: don't set get_pipes_num() as inlineOded Gabbay1-0/+6
2015-02-23drm/amdkfd: Initialize only amdkfd's assigned pipelinesOded Gabbay1-2/+2
2015-02-16Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-192/+228
2015-02-02drm/amdkfd: Fix bug in accounting of queuesOded Gabbay1-1/+1
2015-01-22drm/amdkfd: Fix bug in call to init_pipelines()Oded Gabbay1-1/+1
2015-01-22drm/amdkfd: Fix bug in pipelines initializationOded Gabbay1-1/+5
2015-01-19drm/amdkfd: Fix dqm->queue_count trackingJay Cornwall1-3/+6
2015-01-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie1-3/+77
2015-01-22drm/amdkfd: Fix sparse errorsOded Gabbay1-26/+2
2015-01-22drm/amdkfd: Handle case of invalid queue typeOded Gabbay1-0/+5
2015-01-22drm/amdkfd: Add break at the end of caseOded Gabbay1-0/+3
2015-01-22drm/amdkfd: Remove negative check of uint variableOded Gabbay1-1/+1
2015-01-22Merge remote-tracking branch 'origin/master' into drm-nextDave Airlie1-2/+26
2015-01-18drm/amdkfd: Allow user to limit only queues per deviceOded Gabbay1-0/+70
2015-01-15drm/amdkfd: Replace cpu_relax() with schedule() in DQMOded Gabbay1-1/+2
2015-01-13drm/amdkfd: Fix for-loop when allocating HQD (non-HWS)Ben Goz1-3/+3
2015-01-08drm/amdkfd: Fix sparse warning (different address space)Oded Gabbay1-1/+1
2015-01-05drm/amdkfd: unmap VMID<-->PASID when relesing VMID (non-HWS)Ben Goz1-0/+3
2015-01-04drm/amdkfd: Load mqd to hqd in non-HWS modeBen Goz1-0/+12
2014-12-07amdkfd: Fix accounting of device queuesOded Gabbay1-2/+11
2015-01-12drm/amdkfd: Add initial VI support for DQMBen Goz1-85/+28
2015-01-12drm/amdkfd: Encapsulate DQM functions in ops structureOded Gabbay1-34/+34
2014-11-25amdkfd: Fix memory leak of mqds on dqm finiOded Gabbay1-0/+4
2014-11-19amdkfd: Instead of using get function, use container_ofAlexey Skidanov1-12/+9
2014-11-20amdkfd: Fix memory leak on process deregistrationJay Cornwall1-0/+1
2014-11-20amdkfd: fence_wait_timeout() can be staticOded Gabbay1-2/+3
2014-08-18drm/amdkfd: Fix logic of destroy_queue_nocpsch()Ben Goz1-18/+18
2015-01-04drm/amdkfd: Make KFD_MQD_TYPE enum types H/W agnosticBen Goz1-7/+7
2015-01-02drm/amdkfd: Don't include header files from radeonOded Gabbay1-1/+0
2014-10-26drm/amdkfd: Remove call to deprecated init_memory interfaceBen Goz1-21/+0
2015-01-09drm/amdkfd: Using new gtt sa in amdkfdOded Gabbay1-16/+7
2015-01-09drm/amdkfd: Add SDMA user-mode queues support to QCMBen Goz1-11/+148
2015-01-09drm/amdkfd: Process-device data creation and lookup splitAlexey Skidanov1-1/+0
2014-07-17amdkfd: Add device queue manager moduleBen Goz1-0/+1059