summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-19drm/amdkfd: Add module parameter of send_sigtermOded Gabbay3-3/+20
2015-05-19drm/amdkfd: Add bad opcode exception handlingAlexey Skidanov5-1/+29
2015-05-19drm/amdkfd: Add memory exception handlingAlexey Skidanov4-9/+187
2015-05-19drm/amdkfd: Add the events moduleAndrew Lewycky10-5/+1074
2015-05-19drm/amdkfd: add events IOCTL set definitionsAndrew Lewycky1-0/+45
2015-05-19drm/amdkfd: Add interrupt handling moduleAndrew Lewycky5-1/+235
2015-05-19drm/amdkfd: make the sdma vm init to be asic specificOded Gabbay4-14/+28
2015-05-19drm/amdkfd: Use new struct for asic specific opsOded Gabbay3-5/+17
2015-05-19drm/amdkfd: reformat some debug printsOded Gabbay2-10/+10
2015-05-19drm/amdkfd: Remove unessary void pointer castFiro Yang1-2/+1
2015-05-07drm/amdkfd: Initialize sdma vm when creating sdma queueXihan Zhang1-0/+2
2015-05-07drm/amdkfd: Don't report local memory sizeOded Gabbay1-2/+2
2015-05-07drm/amdkfd: allow unregister process with queuesOded Gabbay1-2/+3
2015-04-01Merge tag 'drm-intel-next-2015-03-27-merge' of git://anongit.freedesktop.org/...Dave Airlie2-10/+22
2015-03-25drm/amdkfd: Add multiple kgd supportXihan Zhang8-47/+53
2015-03-25drm/amdkfd: Convert timestamping to use 64bit time accessorsJohn Stultz1-5/+5
2015-03-25drm/amdkfd: add debug prints for process teardownOded Gabbay1-0/+6
2015-03-25drm/amdkfd: Remove unused field from struct qcm_process_deviceOded Gabbay1-2/+0
2015-03-25drm/amdkfd: rename fence_wait_timeoutOded Gabbay1-2/+2
2015-03-17drm/amdkfd: Fix SDMA queue init. in non-HWS modeBen Goz1-1/+9
2015-03-17drm/amdkfd: destroy mqd when destroying kernel queueBen Goz1-9/+13
2015-02-23drm/amdkfd: don't set get_pipes_num() as inlineOded Gabbay2-6/+7
2015-02-23drm/amdkfd: Initialize only amdkfd's assigned pipelinesOded Gabbay3-3/+4
2015-02-17Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds23-740/+1632
2015-02-02drm/amdkfd: Don't create BUG due to incorrect user parameterOded Gabbay1-1/+5
2015-02-02drm/amdkfd: max num of queues can't be 0Oded Gabbay1-2/+2
2015-02-02drm/amdkfd: Fix bug in accounting of queuesOded Gabbay1-1/+1
2015-01-22drm/amdkfd: Fix bug in call to init_pipelines()Oded Gabbay1-1/+1
2015-01-22drm/amdkfd: Fix bug in pipelines initializationOded Gabbay1-1/+5
2015-01-19drm/amdkfd: Preserve CP_MQD_IQ_RPTR internal stateJay Cornwall1-1/+3
2015-01-20drm/amdkfd: Fix dqm->queue_count trackingJay Cornwall1-3/+6
2015-01-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie7-41/+107
2015-01-22drm/amdkfd: change amdkfd version to 0.7.1Oded Gabbay1-2/+2
2015-01-22drm/amdkfd: Fix sparse errorsOded Gabbay3-37/+27
2015-01-22drm/amdkfd: Handle case of invalid queue typeOded Gabbay1-0/+5
2015-01-22drm/amdkfd: Add break at the end of caseOded Gabbay2-0/+6
2015-01-22drm/amdkfd: Remove negative check of uint variableOded Gabbay1-1/+1
2015-01-22Merge remote-tracking branch 'origin/master' into drm-nextDave Airlie9-366/+218
2015-01-18drm/amdkfd: Allow user to limit only queues per deviceOded Gabbay7-36/+96
2015-01-18drm/amdkfd: Fix description of sched_policy module parameterBen Goz1-1/+1
2015-01-15drm/amdkfd: PQM handle queue creation faultBen Goz1-0/+3
2015-01-15drm/amdkfd: Remove sync_with_hw() from amdkfdOded Gabbay3-30/+0
2015-01-15drm/amdkfd: Remove unused function busy_wait()Oded Gabbay1-6/+0
2015-01-15drm/amdkfd: Replace cpu_relax() with schedule() in DQMOded Gabbay1-1/+2