summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/amdkfd: Implement wave control debugger IOCTLYair Shachar2015-06-031-1/+87
* drm/amdkfd: Implement (un)register debugger IOCTLsYair Shachar2015-06-031-2/+70
* drm/amdkfd: Add address watch operation to debuggerYair Shachar2015-06-033-0/+295
* drm/amdkfd: Add wave control operation to debuggerYair Shachar2015-06-035-2/+430
* drm/amdkfd: Add skeleton H/W debugger module supportYair Shachar2015-06-039-2/+1058
* drm/amdkfd: Add static user-mode queues supportYair Shachar2015-06-037-19/+97
* drm/amdkfd: add H/W debugger IOCTL set definitionsYair Shachar2015-06-031-0/+54
* drm/amdkfd: Use DECLARE_BITMAPJoe Perches2015-06-031-4/+2
* Backmerge v4.1-rc4 into into drm-nextDave Airlie2015-05-202-4/+6
|\
| * drm/amdkfd: Initialize sdma vm when creating sdma queueXihan Zhang2015-05-071-0/+2
| * drm/amdkfd: Don't report local memory sizeOded Gabbay2015-05-071-2/+2
| * drm/amdkfd: allow unregister process with queuesOded Gabbay2015-05-071-2/+3
* | drm/amdkfd: change driver version to 0.7.2Oded Gabbay2015-05-191-2/+2
* | drm/amdkfd: Implement events IOCTLsAndrew Lewycky2015-05-191-5/+31
* | drm/amdkfd: Add module parameter of send_sigtermOded Gabbay2015-05-193-3/+20
* | drm/amdkfd: Add bad opcode exception handlingAlexey Skidanov2015-05-195-1/+29
* | drm/amdkfd: Add memory exception handlingAlexey Skidanov2015-05-194-9/+187
* | drm/amdkfd: Add the events moduleAndrew Lewycky2015-05-1910-5/+1074
* | drm/amdkfd: add events IOCTL set definitionsAndrew Lewycky2015-05-191-0/+45
* | drm/amdkfd: Add interrupt handling moduleAndrew Lewycky2015-05-195-1/+235
* | drm/amdkfd: make the sdma vm init to be asic specificOded Gabbay2015-05-194-14/+28
* | drm/amdkfd: Use new struct for asic specific opsOded Gabbay2015-05-193-5/+17
* | drm/amdkfd: reformat some debug printsOded Gabbay2015-05-192-10/+10
* | drm/amdkfd: Remove unessary void pointer castFiro Yang2015-05-191-2/+1
|/
* Merge tag 'drm-intel-next-2015-03-27-merge' of git://anongit.freedesktop.org/...Dave Airlie2015-04-012-10/+22
|\
| * drm/amdkfd: Fix SDMA queue init. in non-HWS modeBen Goz2015-03-161-1/+9
| * drm/amdkfd: destroy mqd when destroying kernel queueBen Goz2015-03-161-9/+13
* | drm/amdkfd: Add multiple kgd supportXihan Zhang2015-03-258-47/+53
* | drm/amdkfd: Convert timestamping to use 64bit time accessorsJohn Stultz2015-03-251-5/+5
* | drm/amdkfd: add debug prints for process teardownOded Gabbay2015-03-251-0/+6
* | drm/amdkfd: Remove unused field from struct qcm_process_deviceOded Gabbay2015-03-251-2/+0
* | drm/amdkfd: rename fence_wait_timeoutOded Gabbay2015-03-251-2/+2
|/
* drm/amdkfd: don't set get_pipes_num() as inlineOded Gabbay2015-02-232-6/+7
* drm/amdkfd: Initialize only amdkfd's assigned pipelinesOded Gabbay2015-02-233-3/+4
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-02-1723-740/+1632
|\
| * drm/amdkfd: Preserve CP_MQD_IQ_RPTR internal stateJay Cornwall2015-01-191-1/+3
| * drm/amdkfd: Fix dqm->queue_count trackingJay Cornwall2015-01-191-3/+6
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie2015-01-297-41/+107
| |\
| * | drm/amdkfd: change amdkfd version to 0.7.1Oded Gabbay2015-01-221-2/+2
| * | drm/amdkfd: Fix sparse errorsOded Gabbay2015-01-223-37/+27
| * | drm/amdkfd: Handle case of invalid queue typeOded Gabbay2015-01-221-0/+5
| * | drm/amdkfd: Add break at the end of caseOded Gabbay2015-01-222-0/+6