summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
AgeCommit message (Expand)Author
2017-08-15drm/amdkfd: Adding new IOCTL for scratch memory v2Moses Reuben
2017-08-15drm/amd: Update MEC HQD loading code for KFDFelix Kuehling
2017-08-15drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling
2017-08-15drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling
2017-08-15drm/amdkfd: Remove usage of alloc(sizeof(struct...Kent Russell
2017-08-15drm/amdkfd: Fix goto usage v2Kent Russell
2017-08-15drm/amdkfd: Change x==NULL/false references to !xKent Russell
2017-08-15drm/amdkfd: Consolidate and clean up log commandsKent Russell
2017-08-15drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell
2017-08-15drm/amdkfd: Fix allocated_queues bitmap initializationFelix Kuehling
2017-08-02Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2017-07-14drm/amdgpu: Off by one sanity checksDan Carpenter
2017-07-13drm/amdkfd: Remove unused references to shared_resources.num_mecJay Cornwall
2017-05-31drm/amdkfd: allow split HQD on per-queue granularity v5Andres Rodriguez
2017-05-31drm/amdgpu: take ownership of per-pipe configuration v3Andres Rodriguez
2016-05-01amdkfd: Use the canonical form in branch predicatesEdward O'Callaghan
2015-06-06drm/amdkfd: make reset wavefronts per process per deviceBen Goz
2015-06-03drm/amdkfd: Enforce kill all waves on process terminationBen Goz
2015-06-03drm/amdkfd: Add wave control operation to debuggerYair Shachar
2015-06-03drm/amdkfd: Add static user-mode queues supportYair Shachar
2015-05-20Backmerge v4.1-rc4 into into drm-nextDave Airlie
2015-05-19drm/amdkfd: Add interrupt handling moduleAndrew Lewycky
2015-05-19drm/amdkfd: make the sdma vm init to be asic specificOded Gabbay
2015-05-07drm/amdkfd: Initialize sdma vm when creating sdma queueXihan Zhang
2015-05-07drm/amdkfd: allow unregister process with queuesOded Gabbay
2015-04-01Merge tag 'drm-intel-next-2015-03-27-merge' of git://anongit.freedesktop.org/...Dave Airlie
2015-03-25drm/amdkfd: Add multiple kgd supportXihan Zhang
2015-03-25drm/amdkfd: rename fence_wait_timeoutOded Gabbay
2015-03-16drm/amdkfd: Fix SDMA queue init. in non-HWS modeBen Goz
2015-02-23drm/amdkfd: don't set get_pipes_num() as inlineOded Gabbay
2015-02-23drm/amdkfd: Initialize only amdkfd's assigned pipelinesOded Gabbay
2015-02-16Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2015-02-02drm/amdkfd: Fix bug in accounting of queuesOded Gabbay
2015-01-22drm/amdkfd: Fix bug in call to init_pipelines()Oded Gabbay
2015-01-22drm/amdkfd: Fix bug in pipelines initializationOded Gabbay
2015-01-19drm/amdkfd: Fix dqm->queue_count trackingJay Cornwall
2015-01-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie
2015-01-22drm/amdkfd: Fix sparse errorsOded Gabbay
2015-01-22drm/amdkfd: Handle case of invalid queue typeOded Gabbay
2015-01-22drm/amdkfd: Add break at the end of caseOded Gabbay
2015-01-22drm/amdkfd: Remove negative check of uint variableOded Gabbay
2015-01-22Merge remote-tracking branch 'origin/master' into drm-nextDave Airlie
2015-01-18drm/amdkfd: Allow user to limit only queues per deviceOded Gabbay
2015-01-15drm/amdkfd: Replace cpu_relax() with schedule() in DQMOded Gabbay
2015-01-13drm/amdkfd: Fix for-loop when allocating HQD (non-HWS)Ben Goz
2015-01-08drm/amdkfd: Fix sparse warning (different address space)Oded Gabbay
2015-01-05drm/amdkfd: unmap VMID<-->PASID when relesing VMID (non-HWS)Ben Goz
2015-01-04drm/amdkfd: Load mqd to hqd in non-HWS modeBen Goz
2014-12-07amdkfd: Fix accounting of device queuesOded Gabbay
2015-01-12drm/amdkfd: Add initial VI support for DQMBen Goz