index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdkfd
/
kfd_device_queue_manager.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2018-04-02
1
-23
/
+300
|
\
|
*
drm/amdkfd: Add TC flush on VMID deallocation for Hawaii
Felix Kuehling
2018-03-15
1
-1
/
+21
|
*
drm/amdkfd: Implement KFD process eviction/restore
Felix Kuehling
2018-02-06
1
-1
/
+218
|
*
drm/amdkfd: Add GPUVM virtual address space to PDD
Felix Kuehling
2018-02-06
1
-0
/
+20
|
*
drm/amdkfd: Remove unaligned memory access
Harish Kasiviswanathan
2018-02-06
1
-16
/
+9
|
*
drm/amdkfd: Add dGPU support to the device queue manager
Felix Kuehling
2018-01-04
1
-0
/
+11
|
*
drm/amdkfd: Make sched_policy a per-device setting
Felix Kuehling
2018-01-04
1
-5
/
+21
*
|
drm/amdkfd: Deallocate SDMA queues correctly
Felix Kuehling
2018-03-23
1
-6
/
+14
|
/
*
drm/amdkfd: don't always call execute_queues_cpsch()
Yong Zhao
2018-01-02
1
-5
/
+5
*
drm/amdkfd: Fix return value 0 when execute_queues_cpsch fails
Yong Zhao
2018-01-02
1
-1
/
+1
*
drm/amdkfd: Add debugfs support to KFD
Felix Kuehling
2017-11-27
1
-0
/
+71
*
drm/amdkfd: Delete a useless parameter from create_queue function pointer
Yong Zhao
2017-11-24
1
-10
/
+3
*
drm/amdkfd: Add support for user-mode trap handlers
Felix Kuehling
2017-11-14
1
-0
/
+22
*
drm/amdkfd: Add CWSR support
Felix Kuehling
2017-11-14
1
-0
/
+6
*
drm/amdkfd: Minor cleanups
Felix Kuehling
2017-11-01
1
-6
/
+4
*
drm/amdkfd: Update queue_count before mapping queues
Felix Kuehling
2017-11-01
1
-9
/
+11
*
drm/amdkfd: Cleanup DQM ASIC-specific ops
Yong Zhao
2017-11-01
1
-12
/
+7
*
drm/amdkfd: Improve multiple SDMA queues support per process
shaoyunl
2017-09-27
1
-14
/
+15
*
drm/amdkfd: Clean up process queue management
Felix Kuehling
2017-09-27
1
-0
/
+5
*
drm/amdkfd: Improve process termination handling
Felix Kuehling
2017-09-27
1
-38
/
+147
*
drm/amdkfd: Avoid submitting an unnecessary packet to HWS
Yong Zhao
2017-09-27
1
-12
/
+14
*
drm/amdkfd: Fix MQD updates
Felix Kuehling
2017-09-27
1
-22
/
+62
*
drm/amdkfd: Pass filter params to unmap_queues_cpsch
Yong Zhao
2017-10-08
1
-11
/
+9
*
drm/amdkfd: move locking outside of unmap_queues_cpsch
Yong Zhao
2017-10-08
1
-37
/
+28
*
drm/amdkfd: Avoid name confusion involved in queue unmapping
Yong Zhao
2017-09-27
1
-16
/
+16
*
drm/amdkfd: Drop _nocpsch suffix from shared functions
Yong Zhao
2017-09-20
1
-12
/
+12
*
drm/amdkfd: Reuse CHIP_* from amdgpu v2
Yong Zhao
2017-09-20
1
-0
/
+4
*
drm/amdkfd: Use VMID bitmap from KGD v2
Yong Zhao
2017-09-20
1
-7
/
+6
*
drm/amdkfd: Adjust dequeue latencies and timeouts
Felix Kuehling
2017-09-20
1
-1
/
+1
*
drm/amdkfd: Rectify the jiffies calculation error with milliseconds v2
Yong Zhao
2017-09-20
1
-3
/
+3
*
drm/amdkfd: Fix suspend/resume issue on Carrizo v2
Yong Zhao
2017-09-20
1
-13
/
+0
*
drm/amdkfd: Adding new IOCTL for scratch memory v2
Moses Reuben
2017-08-15
1
-0
/
+3
*
drm/amd: Update MEC HQD loading code for KFD
Felix Kuehling
2017-08-15
1
-4
/
+3
*
drm/amdkfd: Handle remaining BUG_ONs more gracefully v2
Felix Kuehling
2017-08-15
1
-9
/
+10
*
drm/amdkfd: Remove BUG_ONs for NULL pointer arguments
Felix Kuehling
2017-08-15
1
-47
/
+1
*
drm/amdkfd: Remove usage of alloc(sizeof(struct...
Kent Russell
2017-08-15
1
-2
/
+2
*
drm/amdkfd: Fix goto usage v2
Kent Russell
2017-08-15
1
-54
/
+48
*
drm/amdkfd: Change x==NULL/false references to !x
Kent Russell
2017-08-15
1
-25
/
+25
*
drm/amdkfd: Consolidate and clean up log commands
Kent Russell
2017-08-15
1
-56
/
+25
*
drm/amdkfd: Clean up KFD style errors and warnings v2
Kent Russell
2017-08-15
1
-3
/
+5
*
drm/amdkfd: Fix allocated_queues bitmap initialization
Felix Kuehling
2017-08-15
1
-3
/
+9
*
Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2017-08-02
1
-1
/
+1
|
\
|
*
drm/amdgpu: Off by one sanity checks
Dan Carpenter
2017-07-14
1
-1
/
+1
*
|
drm/amdkfd: Remove unused references to shared_resources.num_mec
Jay Cornwall
2017-07-13
1
-7
/
+0
|
/
*
drm/amdkfd: allow split HQD on per-queue granularity v5
Andres Rodriguez
2017-05-31
1
-34
/
+70
*
drm/amdgpu: take ownership of per-pipe configuration v3
Andres Rodriguez
2017-05-31
1
-45
/
+0
*
amdkfd: Use the canonical form in branch predicates
Edward O'Callaghan
2016-05-01
1
-5
/
+5
*
drm/amdkfd: make reset wavefronts per process per device
Ben Goz
2015-06-06
1
-3
/
+4
*
drm/amdkfd: Enforce kill all waves on process termination
Ben Goz
2015-06-03
1
-1
/
+7
*
drm/amdkfd: Add wave control operation to debugger
Yair Shachar
2015-06-03
1
-1
/
+1
[next]