index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdkfd
/
kfd_packet_manager.c
Age
Commit message (
Expand
)
Author
2019-07-03
drm/amdkfd: Print a warning when the runlist becomes oversubscribed
Felix Kuehling
2019-06-21
drm/amdkfd: Add navi10 support to amdkfd. (v3)
Philip Cox
2019-05-24
drm/amdkfd: Add VegaM support
Kent Russell
2019-05-24
drm/amdkfd: Introduce XGMI SDMA queue type
Oak Zeng
2018-11-19
drm/amdkfd: Added Vega12 and Polaris12 for KFD.
Gang Ba
2018-09-26
drm/amdkfd: Vega20 bring up on amdkfd side
Shaoyun Liu
2018-07-11
drm/amdkfd: Add debugfs interface to trigger HWS hang
Shaoyun Liu
2018-05-01
drm/amdkfd: Locking PM mutex while allocating IB buffer
Ben Goz
2018-04-10
drm/amdkfd: Add GFXv9 PM4 packet writer functions
Felix Kuehling
2018-04-10
drm/amdkfd: Move packet writer functions into ASIC-specific file
Felix Kuehling
2018-04-02
Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2018-03-23
drm/amdkfd: Fix scratch memory with HWS enabled
Felix Kuehling
2018-03-15
drm/amdkfd: Add TC flush on VMID deallocation for Hawaii
Felix Kuehling
2017-11-27
drm/amdkfd: Add debugfs support to KFD
Felix Kuehling
2017-11-27
drm/amdkfd: Fix oversubscription accounting
Felix Kuehling
2017-11-27
drm/amdkfd: map multiple processes to HW scheduler
Felix Kuehling
2017-11-06
drm/amdkfd: Hardware DWORD size is 4 bytes
Felix Kuehling
2017-09-27
drm/amdkfd: Improve multiple SDMA queues support per process
shaoyunl
2017-09-27
drm/amdkfd: Clean up process queue management
Felix Kuehling
2017-09-27
drm/amdkfd: Avoid name confusion involved in queue unmapping
Yong Zhao
2017-09-20
drm/amdkfd: Adjust dequeue latencies and timeouts
Felix Kuehling
2017-08-15
drm/amdkfd: Update PM4 packet headers
Felix Kuehling
2017-08-15
drm/amdkfd: Handle remaining BUG_ONs more gracefully v2
Felix Kuehling
2017-08-15
drm/amdkfd: Remove BUG_ONs for NULL pointer arguments
Felix Kuehling
2017-08-15
drm/amdkfd: Fix goto usage v2
Kent Russell
2017-08-15
drm/amdkfd: Change x==NULL/false references to !x
Kent Russell
2017-08-15
drm/amdkfd: Consolidate and clean up log commands
Kent Russell
2017-08-15
drm/amdkfd: Clean up KFD style errors and warnings v2
Kent Russell
2017-05-31
drm/amdkfd: allow split HQD on per-queue granularity v5
Andres Rodriguez
2016-05-01
amdkfd: Trim off unnescessary semicolon from kfd_packet_manager.c
Edward O'Callaghan
2016-05-01
amdkfd: Use the canonical form in branch predicates
Edward O'Callaghan
2015-07-20
drm/amdkfd: Implement create_map_queues() for Carrizo
Ben Goz
2015-07-20
drm/amdkfd: fix runlist length calculation
Ben Goz
2015-06-03
drm/amdkfd: Add static user-mode queues support
Yair Shachar
2015-01-15
drm/amdkfd: Remove sync_with_hw() from amdkfd
Oded Gabbay
2015-01-12
drm/amdkfd: Encapsulate KQ functions in ops structure
Oded Gabbay
2015-01-09
drm/amdkfd: Using new gtt sa in amdkfd
Oded Gabbay
2014-07-17
amdkfd: Add packet manager module
Ben Goz