summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-16drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling1-9/+10
2017-08-16drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling1-47/+1
2017-08-16drm/amdkfd: Remove usage of alloc(sizeof(struct...Kent Russell1-2/+2
2017-08-16drm/amdkfd: Fix goto usage v2Kent Russell1-54/+48
2017-08-16drm/amdkfd: Change x==NULL/false references to !xKent Russell1-25/+25
2017-08-16drm/amdkfd: Consolidate and clean up log commandsKent Russell1-56/+25
2017-08-16drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell1-3/+5
2017-08-16drm/amdkfd: Fix allocated_queues bitmap initializationFelix Kuehling1-3/+9
2017-08-02Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-1/+1
2017-07-14drm/amdgpu: Off by one sanity checksDan Carpenter1-1/+1
2017-07-14drm/amdkfd: Remove unused references to shared_resources.num_mecJay Cornwall1-7/+0
2017-05-31drm/amdkfd: allow split HQD on per-queue granularity v5Andres Rodriguez1-34/+70
2017-05-31drm/amdgpu: take ownership of per-pipe configuration v3Andres Rodriguez1-45/+0
2016-04-30amdkfd: Use the canonical form in branch predicatesEdward O'Callaghan1-5/+5
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-17drm/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-17Merge 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-20drm/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