summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
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-08-15drm/amdkfd: Implement image tiling mode support v2Yong Zhao1-0/+43
2017-08-15drm/amdkfd: Adding new IOCTL for scratch memory v2Moses Reuben5-0/+45
2017-08-15drm/amd: Update MEC HQD loading code for KFDFelix Kuehling6-28/+29
2017-08-15drm/amdkfd: Update PM4 packet headersFelix Kuehling4-414/+199
2017-08-15drm/amdkfd: Clamp EOP queue size correctly on Gfx8Jay Cornwall1-2/+9
2017-08-15drm/amdkfd: Add more error printing to help bringup v2Yong Zhao1-2/+10
2017-08-15drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling14-55/+84
2017-08-15drm/amdkfd: Allocate gtt_sa_bitmap in long unitsFelix Kuehling1-4/+4
2017-08-15drm/amdkfd: Fix doorbell initialization and finalizationFelix Kuehling3-4/+21
2017-08-15drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling15-212/+4
2017-08-15drm/amdkfd: Remove usage of alloc(sizeof(struct...Kent Russell6-11/+11
2017-08-15drm/amdkfd: Fix goto usage v2Kent Russell5-82/+66
2017-08-15drm/amdkfd: Change x==NULL/false references to !xKent Russell15-87/+85
2017-08-15drm/amdkfd: Consolidate and clean up log commandsKent Russell17-236/+158
2017-08-15drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell16-60/+73
2017-08-15drm/amdkfd: Fix allocated_queues bitmap initializationFelix Kuehling1-3/+9
2017-08-15drm/amdkfd: Remove bogus divide-by-sizeof(uint32_t)Felix Kuehling1-8/+0
2017-08-15drm/amdkfd: Fix typo in dbgdev_wave_reset_wavefrontsFelix Kuehling1-1/+1
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-13drm/amdkfd: Remove unused references to shared_resources.num_mecJay Cornwall3-12/+0
2017-06-01drm/amdkfd: Spelling s/apreture/aperture/Geert Uytterhoeven1-2/+2
2017-06-14drm/amdkfd: NULL dereference involving create_process()Dan Carpenter1-1/+2
2017-06-16Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie6-89/+81
2017-05-31drm/amdkfd: allow split HQD on per-queue granularity v5Andres Rodriguez6-44/+81
2017-05-31drm/amdgpu: take ownership of per-pipe configuration v3Andres Rodriguez1-45/+0
2017-05-16drm/amd: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-1/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2-0/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-01-16drm/amdkfd: fix improper return value on errorPan Bian1-1/+3
2017-01-12amdkfd: fix spelling mistake in kfd_ioctl_dbg_unrgesiterColin Ian King1-3/+3
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie1-1/+1
2016-09-19drm/amdkfd: Pass 'struct queue_propertices' by referenceEdward O'Callaghan4-5/+5
2016-09-19drm/amdkfd: Unify multiple calls to pr_debug() into oneEdward O'Callaghan1-7/+9
2016-09-19drm/amdkfd: Reuse function to find a process through pasidEdward O'Callaghan1-36/+25
2016-09-19drm/amdkfd: Add some missing memset zero'ing in queue init funcEdward O'Callaghan1-0/+3
2016-09-19drm/amdkfd: Tidy up kfd_generate_gpu_id() uint64_t bitshift unpackEdward O'Callaghan1-3/+5
2016-08-09drm/amdkfd: print doorbell offset as a hex valueColin Ian King1-1/+1
2016-07-03drm/amdkfd: destroy mutex if process creation failsOded Gabbay1-0/+1
2016-07-03drm/amdkfd: Remove create_workqueue()Bhaktipriya Shridhar1-2/+1
2016-07-02Back-merge tag 'v4.7-rc5' into drm-nextDave Airlie2-28/+44
2016-06-21drm/amdkfd: Clean up inline handlingDaniel Vetter2-5/+2
2016-06-03drm/amdkfd: print once about mem_banks truncationOded Gabbay1-1/+1
2016-06-03drm/amdkfd: destroy dbgmgr in notifier releaseOded Gabbay1-2/+8
2016-06-03drm/amdkfd: unbind only existing processesOded Gabbay1-25/+35
2016-05-01amdkfd: Trim unnescessary intermediate err var in kfd_chardev.cEdward O'Callaghan1-2/+1