summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-022-0/+4
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
* drm/amdkfd: fix improper return value on errorPan Bian2017-01-161-1/+3
* amdkfd: fix spelling mistake in kfd_ioctl_dbg_unrgesiterColin Ian King2017-01-121-3/+3
* Merge tag 'v4.8-rc8' into drm-nextDave Airlie2016-09-281-1/+1
|\
| * drm/amdkfd: print doorbell offset as a hex valueColin Ian King2016-08-091-1/+1
* | drm/amdkfd: Pass 'struct queue_propertices' by referenceEdward O'Callaghan2016-09-194-5/+5
* | drm/amdkfd: Unify multiple calls to pr_debug() into oneEdward O'Callaghan2016-09-191-7/+9
* | drm/amdkfd: Reuse function to find a process through pasidEdward O'Callaghan2016-09-191-36/+25
* | drm/amdkfd: Add some missing memset zero'ing in queue init funcEdward O'Callaghan2016-09-191-0/+3
* | drm/amdkfd: Tidy up kfd_generate_gpu_id() uint64_t bitshift unpackEdward O'Callaghan2016-09-191-3/+5
|/
* drm/amdkfd: destroy mutex if process creation failsOded Gabbay2016-07-031-0/+1
* drm/amdkfd: Remove create_workqueue()Bhaktipriya Shridhar2016-07-031-2/+1
* Back-merge tag 'v4.7-rc5' into drm-nextDave Airlie2016-07-022-28/+44
|\
| * drm/amdkfd: print once about mem_banks truncationOded Gabbay2016-06-031-1/+1
| * drm/amdkfd: destroy dbgmgr in notifier releaseOded Gabbay2016-06-031-2/+8
| * drm/amdkfd: unbind only existing processesOded Gabbay2016-06-031-25/+35
* | drm/amdkfd: Clean up inline handlingDaniel Vetter2016-06-212-5/+2
|/
* amdkfd: Trim unnescessary intermediate err var in kfd_chardev.cEdward O'Callaghan2016-05-011-2/+1
* amdkfd: Trim off unnescessary semicolon from kfd_packet_manager.cEdward O'Callaghan2016-05-011-1/+1
* amdkfd: Use the canonical form in branch predicatesEdward O'Callaghan2016-05-015-14/+14
* drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller typeAndy Lutomirski2016-03-222-2/+2
* drm/amdkfd: uninitialized variable in dbgdev_wave_control_set_registers()Dan Carpenter2016-03-151-1/+1
* drm/amdkfd: Track when module's init is completeOded Gabbay2016-02-271-3/+12
* drm/amdkfd: Remove unnecessary cast in kfreeAmitoj Kaur Chawla2016-01-281-1/+1
* amdkfd: Copy from the proper user command pointerBorislav Petkov2016-01-151-2/+1
* amdkfd: don't open-code memdup_user()Al Viro2016-01-061-26/+7
* amdkfd: use <linux/mman.h> instead of <uapi/asm-generic/mman-common.h>Christoph Hellwig2015-08-302-2/+2
* drm/amdkfd: fix bug when initializing sdma vmOded Gabbay2015-07-302-2/+2
* drm/amdkfd: Set correct doorbell packet type for CarrizoBen Goz2015-07-202-0/+6
* drm/amdkfd: Use generic defines in new amd headersOded Gabbay2015-07-203-22/+21
* drm/amdkfd: Implement create_map_queues() for CarrizoBen Goz2015-07-201-4/+87
* drm/amdkfd: fix runlist length calculationBen Goz2015-07-201-1/+7
* drm/amdkfd: Add support for VI in DQMBen Goz2015-07-201-4/+99
* drm/amdkfd: add support for VI in MQD managerBen Goz2015-07-202-4/+248
* drm/amdkfd: add CP HWS packet headers for VIBen Goz2015-07-201-0/+398
* drm/amdkfd: add supported CZ devices PCI IDs to amdkfdBen Goz2015-07-201-1/+6
* drm/amdkfd: Add dependency of DRM_AMDGPU to KconfigOded Gabbay2015-07-201-1/+1
* drm/amdkfd: validate pdd where it acquired firstManinder Singh2015-07-091-2/+7
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-06-2626-228/+3969
|\
| * drm/amdkfd: fix some range checks in address watch ioctlDan Carpenter2015-06-161-3/+3
| * drm/amdkfd: remove not used defines from cik_regs.hOded Gabbay2015-06-061-164/+13
| * drm/amdkfd: Add missing properties to CZ device infoOded Gabbay2015-06-061-0/+3
| * drm/amdkfd: make reset wavefronts per process per deviceBen Goz2015-06-063-13/+25
| * drm/amdkfd: add debug print to kfd_events.cOded Gabbay2015-06-061-0/+4
| * drm/amdkfd: avoid CONFIG_ prefix for non-Kconfig symbolsValentin Rothberg2015-06-062-8/+8
| * drm/amdkfd: Enforce kill all waves on process terminationBen Goz2015-06-034-1/+90
| * drm/amdkfd: Implement address watch debugger IOCTLYair Shachar2015-06-031-1/+101
OpenPOWER on IntegriCloud