index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdkfd
/
kfd_device_queue_manager.c
Age
Commit message (
Expand
)
Author
2015-02-23
drm/amdkfd: don't set get_pipes_num() as inline
Oded Gabbay
2015-02-23
drm/amdkfd: Initialize only amdkfd's assigned pipelines
Oded Gabbay
2015-02-16
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2015-02-02
drm/amdkfd: Fix bug in accounting of queues
Oded Gabbay
2015-01-22
drm/amdkfd: Fix bug in call to init_pipelines()
Oded Gabbay
2015-01-22
drm/amdkfd: Fix bug in pipelines initialization
Oded Gabbay
2015-01-19
drm/amdkfd: Fix dqm->queue_count tracking
Jay Cornwall
2015-01-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Dave Airlie
2015-01-22
drm/amdkfd: Fix sparse errors
Oded Gabbay
2015-01-22
drm/amdkfd: Handle case of invalid queue type
Oded Gabbay
2015-01-22
drm/amdkfd: Add break at the end of case
Oded Gabbay
2015-01-22
drm/amdkfd: Remove negative check of uint variable
Oded Gabbay
2015-01-22
Merge remote-tracking branch 'origin/master' into drm-next
Dave Airlie
2015-01-18
drm/amdkfd: Allow user to limit only queues per device
Oded Gabbay
2015-01-15
drm/amdkfd: Replace cpu_relax() with schedule() in DQM
Oded Gabbay
2015-01-13
drm/amdkfd: Fix for-loop when allocating HQD (non-HWS)
Ben Goz
2015-01-08
drm/amdkfd: Fix sparse warning (different address space)
Oded Gabbay
2015-01-05
drm/amdkfd: unmap VMID<-->PASID when relesing VMID (non-HWS)
Ben Goz
2015-01-04
drm/amdkfd: Load mqd to hqd in non-HWS mode
Ben Goz
2014-12-07
amdkfd: Fix accounting of device queues
Oded Gabbay
2015-01-12
drm/amdkfd: Add initial VI support for DQM
Ben Goz
2015-01-12
drm/amdkfd: Encapsulate DQM functions in ops structure
Oded Gabbay
2014-11-25
amdkfd: Fix memory leak of mqds on dqm fini
Oded Gabbay
2014-11-19
amdkfd: Instead of using get function, use container_of
Alexey Skidanov
2014-11-20
amdkfd: Fix memory leak on process deregistration
Jay Cornwall
2014-11-20
amdkfd: fence_wait_timeout() can be static
Oded Gabbay
2014-08-18
drm/amdkfd: Fix logic of destroy_queue_nocpsch()
Ben Goz
2015-01-04
drm/amdkfd: Make KFD_MQD_TYPE enum types H/W agnostic
Ben Goz
2015-01-02
drm/amdkfd: Don't include header files from radeon
Oded Gabbay
2014-10-26
drm/amdkfd: Remove call to deprecated init_memory interface
Ben Goz
2015-01-09
drm/amdkfd: Using new gtt sa in amdkfd
Oded Gabbay
2015-01-09
drm/amdkfd: Add SDMA user-mode queues support to QCM
Ben Goz
2015-01-09
drm/amdkfd: Process-device data creation and lookup split
Alexey Skidanov
2014-07-17
amdkfd: Add device queue manager module
Ben Goz