index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdkfd
/
kfd_device_queue_manager.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-04
drm/amdkfd: Fix checkpoint-restore on multi-xcc
David Yat Sin
1
-1
/
+1
2025-07-07
drm/amdgpu/sdma: allow caller to handle kernel rings in engine reset
Alex Deucher
1
-1
/
+1
2025-07-07
drm/amdkfd: Avoid queue reset if disabled
Lijo Lazar
1
-0
/
+9
2025-05-07
drm/amdkfd: change error to warning message for SDMA queues creation
Eric Huang
1
-6
/
+8
2025-03-21
drm/amdgpu/sdma: fix engine reset handling
Alex Deucher
1
-1
/
+1
2025-03-11
drm/amd/amdkfd: Evict all queues even HWS remove queue failed
Yifan Zha
1
-3
/
+5
2025-03-10
drm/amdkfd: Add pm_config_dequeue_wait_counts API
Harish Kasiviswanathan
1
-26
/
+19
2025-03-07
drm/amdkfd: Add support for more per-process flag
Harish Kasiviswanathan
1
-2
/
+4
2025-03-07
drm/amdkfd: Set per-process flags only once cik/vi
Harish Kasiviswanathan
1
-36
/
+3
2025-03-05
drm/amdkfd: implement per queue sdma reset for gfx 9.4+
Jonathan Kim
1
-13
/
+115
2025-02-27
drm/amdkfd: Remove kfd_process_hw_exception worker
Philip Yang
1
-10
/
+1
2025-02-27
drm/amdkfd: Fix Circular Locking Dependency in 'svm_range_cpu_invalidate_pagetables'
Srinivasan Shanmugam
1
-15
/
+0
2025-02-12
drm/amdkfd: Have kfd driver use same PASID values from graphic driver
Xiaogang Chen
1
-43
/
+42
2025-01-28
drm/amdkfd: Block per-queue reset when halt_if_hws_hang=1
Jay Cornwall
1
-2
/
+2
2024-12-18
drm/amdkfd: Failed to check various return code
Andrew Martin
1
-0
/
+3
2024-12-10
drm/amdkfd: pause autosuspend when creating pdd
Jesse.zhang@amd.com
1
-0
/
+15
2024-11-11
drm/amd/amdkfd: add/remove kfd queues on start/stop KFD scheduling
Shaoyun Liu
1
-3
/
+37
2024-10-24
drm/amdkfd: remove extra use of volatile
Victor Zhao
1
-1
/
+1
2024-10-22
drm/amdkfd: fix the hang caused by the write reorder to fence_addr
Victor Zhao
1
-1
/
+2
2024-10-07
drm/amdkfd: Copy wave state only for compute queue
Philip Yang
1
-1
/
+4
2024-09-25
drm/amdkfd: Fix CU occupancy for GFX 9.4.3
Mukul Joshi
1
-1
/
+5
2024-09-25
drm/amdkfd: Update logic for CU occupancy calculations
Mukul Joshi
1
-0
/
+20
2024-09-06
drm/amdkfd: fix missed queue reset on queue destroy
Jonathan Kim
1
-2
/
+3
2024-08-20
drm/amdkfd: Update BadOpcode Interrupt handling with MES
Mukul Joshi
1
-0
/
+51
2024-08-20
drm/amdkfd: Update queue unmap after VM fault with MES
Mukul Joshi
1
-2
/
+85
2024-08-20
drm/amdkfd: APIs to stop/start KFD scheduling
Amber Lin
1
-1
/
+57
2024-08-06
drm/amdkfd: support per-queue reset on gfx9
Jonathan Kim
1
-8
/
+176
2024-07-25
drm/amdkfd: allow users to target recommended SDMA engines
Jonathan Kim
1
-1
/
+37
2024-07-23
drm/amdkfd: Refactor queue wptr_bo GART mapping
Philip Yang
1
-4
/
+2
2024-07-23
drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointer
Philip Yang
1
-1
/
+1
2024-06-27
drm/amdgpu/kfd: Add unlock() on error path to add_queue_mes()
Dan Carpenter
1
-0
/
+1
2024-06-14
drm/amdgpu/kfd: remove is_hws_hang and is_resetting
Yunxiang Li
1
-47
/
+32
2024-05-29
drm/amdgpu: drop MES 10.1 support v3
Alex Deucher
1
-1
/
+1
2024-05-02
drm/amdkfd: Added device queue manager files for GFX12.
David Belanger
1
-1
/
+3
2024-03-27
drm/amdkfd: Reset GPU on queue preemption failure
Harish Kasiviswanathan
1
-0
/
+1
2024-03-20
drm/amdkfd: Check preemption status on all XCDs
Mukul Joshi
1
-2
/
+1
2024-03-20
drm/amdkfd: Rename read_doorbell_id in MQD functions
Mukul Joshi
1
-1
/
+1
2024-02-26
drm/amdkfd: Skip packet submission on fatal error
Lijo Lazar
1
-0
/
+4
2023-10-09
drm/amdkfd: get doorbell's absolute offset based on the db_size
Arvind Yadav
1
-1
/
+2
2023-09-20
drm/amdkfd: Use gpu_offset for user queue's wptr
YuBiao Wang
1
-1
/
+1
2023-09-20
drm/amdkfd: fix add queue process context clear without runtime enable
Jonathan Kim
1
-2
/
+4
2023-09-11
drm/amdgpu: Rename KGD_MAX_QUEUES to AMDGPU_MAX_QUEUES
Mukul Joshi
1
-2
/
+2
2023-09-11
drm/amdkfd: Fix reg offset for setting CWSR grace period
Mukul Joshi
1
-2
/
+1
2023-08-30
drm/amdkfd: Replace pr_err with dev_err
Asad Kamal
1
-46
/
+70
2023-08-15
drm/amdkfd: fix double assign skip process context clear
Jonathan Kim
1
-1
/
+0
2023-08-15
drm/amdkfd: Use memdup_user() rather than duplicating its implementation
Atul Raut
1
-9
/
+1
2023-08-11
drm/amdkfd: rename device_queue_manager_init_v10_navi10()
Alex Deucher
1
-1
/
+1
2023-08-11
drm/amdkfd: drop IOMMUv2 support
Alex Deucher
1
-2
/
+2
2023-08-11
drm/amdkfd: disable IOMMUv2 support for KV/CZ
Alex Deucher
1
-7
/
+1
2023-08-07
drm/amdgpu: use doorbell mgr for kfd process doorbells
Shashank Sharma
1
-4
/
+4
[next]