aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-01amdkfd: Trim off unnescessary semicolon from kfd_packet_manager.cEdward O'Callaghan1-1/+1
2016-05-01amdkfd: Use the canonical form in branch predicatesEdward O'Callaghan5-14/+14
2016-03-22drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller typeAndy Lutomirski2-2/+2
2016-03-15drm/amdkfd: uninitialized variable in dbgdev_wave_control_set_registers()Dan Carpenter1-1/+1
2016-02-27drm/amdkfd: Track when module's init is completeOded Gabbay1-3/+12
2016-01-28drm/amdkfd: Remove unnecessary cast in kfreeAmitoj Kaur Chawla1-1/+1
2016-01-15amdkfd: Copy from the proper user command pointerBorislav Petkov1-2/+1
2016-01-06amdkfd: don't open-code memdup_user()Al Viro1-26/+7
2015-08-30amdkfd: use <linux/mman.h> instead of <uapi/asm-generic/mman-common.h>Christoph Hellwig2-2/+2
2015-07-30drm/amdkfd: fix bug when initializing sdma vmOded Gabbay2-2/+2
2015-07-20drm/amdkfd: Set correct doorbell packet type for CarrizoBen Goz2-0/+6
2015-07-20drm/amdkfd: Use generic defines in new amd headersOded Gabbay3-22/+21
2015-07-20drm/amdkfd: Implement create_map_queues() for CarrizoBen Goz1-4/+87
2015-07-20drm/amdkfd: fix runlist length calculationBen Goz1-1/+7
2015-07-20drm/amdkfd: Add support for VI in DQMBen Goz1-4/+99
2015-07-20drm/amdkfd: add support for VI in MQD managerBen Goz2-4/+248
2015-07-20drm/amdkfd: add CP HWS packet headers for VIBen Goz1-0/+398
2015-07-20drm/amdkfd: add supported CZ devices PCI IDs to amdkfdBen Goz1-1/+6
2015-07-20drm/amdkfd: Add dependency of DRM_AMDGPU to KconfigOded Gabbay1-1/+1
2015-07-09drm/amdkfd: validate pdd where it acquired firstManinder Singh1-2/+7
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds26-228/+3969
2015-06-16drm/amdkfd: fix some range checks in address watch ioctlDan Carpenter1-3/+3
2015-06-06drm/amdkfd: remove not used defines from cik_regs.hOded Gabbay1-164/+13
2015-06-06drm/amdkfd: Add missing properties to CZ device infoOded Gabbay1-0/+3
2015-06-06drm/amdkfd: make reset wavefronts per process per deviceBen Goz3-13/+25
2015-06-06drm/amdkfd: add debug print to kfd_events.cOded Gabbay1-0/+4
2015-06-06drm/amdkfd: avoid CONFIG_ prefix for non-Kconfig symbolsValentin Rothberg2-8/+8
2015-06-03drm/amdkfd: fix topology bug with capability attr.Alexey Skidanov1-2/+2
2015-06-03drm/amdkfd: Enforce kill all waves on process terminationBen Goz4-1/+90
2015-06-03drm/amdkfd: Implement address watch debugger IOCTLYair Shachar1-1/+101
2015-06-03drm/amdkfd: Implement wave control debugger IOCTLYair Shachar1-1/+87
2015-06-03drm/amdkfd: Implement (un)register debugger IOCTLsYair Shachar1-2/+70
2015-06-03drm/amdkfd: Add address watch operation to debuggerYair Shachar3-0/+295
2015-06-03drm/amdkfd: Add wave control operation to debuggerYair Shachar5-2/+430
2015-06-03drm/amdkfd: Add skeleton H/W debugger module supportYair Shachar9-2/+1058
2015-06-03drm/amdkfd: Add static user-mode queues supportYair Shachar7-19/+97
2015-06-03drm/amdkfd: add H/W debugger IOCTL set definitionsYair Shachar1-0/+54
2015-06-03drm/amdkfd: Use DECLARE_BITMAPJoe Perches1-4/+2
2015-05-20Backmerge v4.1-rc4 into into drm-nextDave Airlie2-4/+6
2015-05-19drm/amdkfd: change driver version to 0.7.2Oded Gabbay1-2/+2
2015-05-19drm/amdkfd: Implement events IOCTLsAndrew Lewycky1-5/+31