aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)Author
2020-04-24drm/amdkfd: kfree the wrong pointerJack Zhang
2019-04-20drm/amdkfd: use init_mqd function to allocate object for hid_mqd (CI)Kevin Wang
2018-09-26drm/amdkfd: Fix error codes in kfd_get_processWei Lu
2018-06-21drm/amdkfd: fix clock counter retrieval for node without GPUAndres Rodriguez
2018-05-30drm/amdkfd: Fix scratch memory with HWS enabledFelix Kuehling
2018-03-19drm/amdkfd: Fix memory leaks in kfd topologyYong Zhao
2018-02-03drm/amdkfd: Fix SDMA oversubsription handlingFelix Kuehling
2018-02-03drm/amdkfd: Fix SDMA ring buffer size calculationshaoyunl
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-20drm/amdkfd: Print event limit messages only once per processFelix Kuehling
2017-09-20drm/amdkfd: Fix kernel-queue wrapping bugsYong Zhao
2017-09-20drm/amdkfd: Fix incorrect destroy_mqd parameterFelix Kuehling
2017-09-08drm/amdkfd: check for null dev to avoid a null pointer dereferenceColin Ian King
2017-09-02drm/amdkfd: pass queue's mqd when destroying mqdOded Gabbay
2017-08-30drm/amdkfd: remove memset before memcpyHimanshu Jha
2017-08-15drm/amdkfd: Implement image tiling mode support v2Yong Zhao
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: Update PM4 packet headersFelix Kuehling
2017-08-15drm/amdkfd: Clamp EOP queue size correctly on Gfx8Jay Cornwall
2017-08-15drm/amdkfd: Add more error printing to help bringup v2Yong Zhao
2017-08-15drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling
2017-08-15drm/amdkfd: Allocate gtt_sa_bitmap in long unitsFelix Kuehling
2017-08-15drm/amdkfd: Fix doorbell initialization and finalizationFelix 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-15drm/amdkfd: Remove bogus divide-by-sizeof(uint32_t)Felix Kuehling
2017-08-15drm/amdkfd: Fix typo in dbgdev_wave_reset_wavefrontsFelix 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-06-01drm/amdkfd: Spelling s/apreture/aperture/Geert Uytterhoeven
2017-06-14drm/amdkfd: NULL dereference involving create_process()Dan Carpenter
2017-06-16Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
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
2017-05-16drm/amd: fix include notation and remove -Iinclude/drm flagMasahiro Yamada
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27mm: add new mmgrab() helperVegard Nossum
2017-01-16drm/amdkfd: fix improper return value on errorPan Bian
2017-01-12amdkfd: fix spelling mistake in kfd_ioctl_dbg_unrgesiterColin Ian King
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie
2016-09-19drm/amdkfd: Pass 'struct queue_propertices' by referenceEdward O'Callaghan