index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdkfd
/
kfd_process_queue_manager.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-07
drm/amdgpu: use doorbell mgr for kfd process doorbells
Shashank Sharma
1
-13
/
+10
2023-07-25
drm/amdkfd: enable cooperative groups for gfx11
Jonathan Kim
1
-4
/
+8
2023-06-30
drm/amdkfd: Enable GWS on GFX9.4.3
Mukul Joshi
1
-12
/
+23
2023-06-09
drm/amdkfd: add debug queue snapshot operation
Jonathan Kim
1
-0
/
+40
2023-06-09
drm/amdkfd: add debug suspend and resume process queues operation
Jonathan Kim
1
-0
/
+1
2023-06-09
drm/amdkfd: update process interrupt handling for debug events
Jonathan Kim
1
-0
/
+4
2023-06-09
drm/amdkfd: apply trap workaround for gfx11
Jonathan Kim
1
-1
/
+8
2023-06-09
drm/amdkfd: Increase queue number per process to 255 on GFX9.4.3
Mukul Joshi
1
-0
/
+7
2023-06-09
drm/amdkfd: Use xcc mask for identifying xcc
Lijo Lazar
1
-1
/
+1
2023-06-09
drm/amdkfd: Add PM4 target XCC
Mukul Joshi
1
-0
/
+1
2023-06-09
drm/amdkfd: Update MQD management on multi XCC setup
Mukul Joshi
1
-4
/
+12
2023-06-09
drm/amdkfd: Introduce kfd_node struct (v5)
Mukul Joshi
1
-10
/
+10
2023-03-13
drm/amdkfd: fix a potential double free in pqm_create_queue
Chia-I Wu
1
-2
/
+2
2022-09-13
drm/amdkfd: Fix CRIU restore op due to doorbell offset
Rajneesh Bhardwaj
1
-0
/
+7
2022-06-30
drm/amdkfd: fix cu mask for asics with wgps
Jonathan Kim
1
-0
/
+15
2022-06-28
Revert "drm/amdkfd: Free queue after unmap queue success"
Philip Yang
1
-1
/
+1
2022-06-23
drm/amdkfd: Enable GFX11 usermode queue oversubscription
Graham Sider
1
-5
/
+12
2022-06-22
drm/amdkfd: Free queue after unmap queue success
Philip Yang
1
-1
/
+1
2022-05-04
drm/amdkfd: Add KFD support for soc21 v3
Mukul Joshi
1
-0
/
+21
2022-04-21
drm/amdkfd: CRIU add support for GWS queues
David Yat Sin
1
-3
/
+7
2022-02-23
drm/amdkfd: Fix for possible integer overflow
David Yat Sin
1
-1
/
+1
2022-02-14
drm/amdkfd: update SPDX license header
Rajneesh Bhardwaj
1
-1
/
+2
2022-02-07
drm/amdkfd: CRIU implement gpu_id remapping
David Yat Sin
1
-14
/
+4
2022-02-07
drm/amdkfd: CRIU checkpoint and restore queue control stack
David Yat Sin
1
-20
/
+42
2022-02-07
drm/amdkfd: CRIU checkpoint and restore queue mqds
David Yat Sin
1
-17
/
+140
2022-02-07
drm/amdkfd: CRIU restore sdma id for queues
David Yat Sin
1
-2
/
+2
2022-02-07
drm/amdkfd: CRIU restore queue ids
David Yat Sin
1
-7
/
+30
2022-02-07
drm/amdkfd: CRIU add queues support
David Yat Sin
1
-0
/
+208
2021-12-01
drm/amdkfd: add kfd_device_info_init function
Graham Sider
1
-1
/
+1
2021-12-01
drm/amdkfd: Use bitmap_zalloc() when applicable
Christophe JAILLET
1
-4
/
+3
2021-11-17
drm/amdkfd: replace trivial funcs with direct access
Graham Sider
1
-1
/
+1
2021-11-17
drm/amdkfd: replace kgd_dev in get amdgpu_amdkfd funcs
Graham Sider
1
-1
/
+1
2021-10-28
drm/amdkfd: Remove cu mask from struct queue_properties(v2)
Lang Yu
1
-15
/
+5
2021-10-28
drm/amdkfd: Add an optional argument into update queue operation(v2)
Lang Yu
1
-3
/
+3
2021-06-30
drm/amdkfd: fix sysfs kobj leak
Philip Yang
1
-0
/
+1
2021-04-09
drm/amdgpu: replace per_device_list by array
Alex Sierra
1
-3
/
+3
2020-04-28
drm/amdkfd: New IOCTL to allocate queue GWS (v2)
Oak Zeng
1
-0
/
+9
2020-02-26
drm/amdkfd: Delete unnecessary unmap queue package submissions
Yong Zhao
1
-10
/
+6
2020-02-26
drm/amdkfd: Delete excessive printings
Yong Zhao
1
-3
/
+1
2020-02-26
drm/amdkfd: Fix a memory leak in queue creation error handling
Yong Zhao
1
-0
/
+3
2020-02-26
drm/amdkfd: Avoid ambiguity by indicating it's cp queue
Yong Zhao
1
-1
/
+1
2020-02-26
drm/amdkfd: Rename queue_count to active_queue_count
Yong Zhao
1
-1
/
+1
2020-02-06
drm/amdkfd: Add queue information to sysfs
Amber Lin
1
-0
/
+2
2020-01-07
drm/amdkfd: Avoid hanging hardware in stop_cpsch
Felix Kuehling
1
-1
/
+1
2019-11-13
drm/amdkfd: Rename create_cp_queue() to init_user_queue()
Yong Zhao
1
-3
/
+3
2019-11-13
drm/amdkfd: Avoid using doorbell_off as offset in process doorbell pages
Yong Zhao
1
-3
/
+7
2019-10-03
drm/amdkfd: Use hex print format for pasid
Yong Zhao
1
-3
/
+3
2019-07-17
drm/amdkfd: Remove GWS from process during uninit
Joseph Greathouse
1
-0
/
+3
2019-05-31
drm/amdkfd: Return proper error code for gws alloc API
Oak Zeng
1
-1
/
+1
2019-05-28
drm/amdkfd: Add function to set queue gws
Oak Zeng
1
-0
/
+57
[next]