summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorLines
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie-1/+1
2016-09-19drm/amdkfd: Pass 'struct queue_propertices' by referenceEdward O'Callaghan-5/+5
2016-09-19drm/amdkfd: Unify multiple calls to pr_debug() into oneEdward O'Callaghan-7/+9
2016-09-19drm/amdkfd: Reuse function to find a process through pasidEdward O'Callaghan-36/+25
2016-09-19drm/amdkfd: Add some missing memset zero'ing in queue init funcEdward O'Callaghan-0/+3
2016-09-19drm/amdkfd: Tidy up kfd_generate_gpu_id() uint64_t bitshift unpackEdward O'Callaghan-3/+5
2016-08-09drm/amdkfd: print doorbell offset as a hex valueColin Ian King-1/+1
2016-07-03drm/amdkfd: destroy mutex if process creation failsOded Gabbay-0/+1
2016-07-03drm/amdkfd: Remove create_workqueue()Bhaktipriya Shridhar-2/+1
2016-07-02Back-merge tag 'v4.7-rc5' into drm-nextDave Airlie-28/+44
2016-06-21drm/amdkfd: Clean up inline handlingDaniel Vetter-5/+2
2016-06-03drm/amdkfd: print once about mem_banks truncationOded Gabbay-1/+1
2016-06-03drm/amdkfd: destroy dbgmgr in notifier releaseOded Gabbay-2/+8
2016-06-03drm/amdkfd: unbind only existing processesOded Gabbay-25/+35
2016-05-01amdkfd: Trim unnescessary intermediate err var in kfd_chardev.cEdward O'Callaghan-2/+1
2016-05-01amdkfd: Trim off unnescessary semicolon from kfd_packet_manager.cEdward O'Callaghan-1/+1
2016-05-01amdkfd: Use the canonical form in branch predicatesEdward O'Callaghan-14/+14
2016-03-22drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller typeAndy Lutomirski-2/+2
2016-03-15drm/amdkfd: uninitialized variable in dbgdev_wave_control_set_registers()Dan Carpenter-1/+1
2016-02-27drm/amdkfd: Track when module's init is completeOded Gabbay-3/+12
2016-01-28drm/amdkfd: Remove unnecessary cast in kfreeAmitoj Kaur Chawla-1/+1
2016-01-15amdkfd: Copy from the proper user command pointerBorislav Petkov-2/+1
2016-01-06amdkfd: don't open-code memdup_user()Al Viro-26/+7
2015-08-30amdkfd: use <linux/mman.h> instead of <uapi/asm-generic/mman-common.h>Christoph Hellwig-2/+2
2015-07-30drm/amdkfd: fix bug when initializing sdma vmOded Gabbay-2/+2
2015-07-20drm/amdkfd: Set correct doorbell packet type for CarrizoBen Goz-0/+6
2015-07-20drm/amdkfd: Use generic defines in new amd headersOded Gabbay-22/+21
2015-07-20drm/amdkfd: Implement create_map_queues() for CarrizoBen Goz-4/+87
2015-07-20drm/amdkfd: fix runlist length calculationBen Goz-1/+7
2015-07-20drm/amdkfd: Add support for VI in DQMBen Goz-4/+99
2015-07-20drm/amdkfd: add support for VI in MQD managerBen Goz-4/+248
2015-07-20drm/amdkfd: add CP HWS packet headers for VIBen Goz-0/+398
2015-07-20drm/amdkfd: add supported CZ devices PCI IDs to amdkfdBen Goz-1/+6
2015-07-20drm/amdkfd: Add dependency of DRM_AMDGPU to KconfigOded Gabbay-1/+1
2015-07-09drm/amdkfd: validate pdd where it acquired firstManinder Singh-2/+7
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-228/+3969
2015-06-16drm/amdkfd: fix some range checks in address watch ioctlDan Carpenter-3/+3
2015-06-06drm/amdkfd: remove not used defines from cik_regs.hOded Gabbay-164/+13
2015-06-06drm/amdkfd: Add missing properties to CZ device infoOded Gabbay-0/+3
2015-06-06drm/amdkfd: make reset wavefronts per process per deviceBen Goz-13/+25
2015-06-06drm/amdkfd: add debug print to kfd_events.cOded Gabbay-0/+4
2015-06-06drm/amdkfd: avoid CONFIG_ prefix for non-Kconfig symbolsValentin Rothberg-8/+8
2015-06-03drm/amdkfd: fix topology bug with capability attr.Alexey Skidanov-2/+2
2015-06-03drm/amdkfd: Enforce kill all waves on process terminationBen Goz-1/+90
2015-06-03drm/amdkfd: Implement address watch debugger IOCTLYair Shachar-1/+101
2015-06-03drm/amdkfd: Implement wave control debugger IOCTLYair Shachar-1/+87
2015-06-03drm/amdkfd: Implement (un)register debugger IOCTLsYair Shachar-2/+70
2015-06-03drm/amdkfd: Add address watch operation to debuggerYair Shachar-0/+295
2015-06-03drm/amdkfd: Add wave control operation to debuggerYair Shachar-2/+430
2015-06-03drm/amdkfd: Add skeleton H/W debugger module supportYair Shachar-2/+1058