开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_userq.c
Age
Commit message (
Expand
)
Author
2 days
drm/amdgpu: trigger GPU recovery when userq destroy fails to unmap a hung queue
Jesse Zhang
7 days
drm/amdgpu: reject mapping a reserved doorbell to a new queue
Zhu Lingshan
7 days
drm/amdgpu/userq: add reset helper and identify guilty user queue
Jesse Zhang
7 days
drm/amdgpu: do not release the root bo after vm validate
Sunil Khatri
2026-06-17
drm/amdgpu: add userq job and state transition trace events
Pierre-Eric Pelloux-Prayer
2026-06-17
drm/amdgpu: add userq create and destroy tracepoints
Prike Liang
2026-06-17
drm/amdgpu: set the userq xcp_id
Prike Liang
2026-06-17
drm/amdgpu: implement per-process MES context
Zhu Lingshan
2026-06-17
drm/amdgpu: correct reservation fence slots for userq per-vm BOs eviction
Prike Liang
2026-06-17
drm/amdgpu: Remove faulty queue before resume
Amber Lin
2026-06-17
drm/amdgpu: use a single entry point for mes compute reset
Alex Deucher
2026-06-17
drm/amdgpu/userq: switch to per queue reset
Alex Deucher
2026-06-17
drm/amdgpu/userq: split the queue reset from adapter reset
Alex Deucher
2026-06-03
drm/amdgpu/userq: move wptr_obj cleanup in mqd_destroy
Sunil Khatri
2026-06-03
drm/amdgpu/userq: remove the vital queue unmap logging
Sunil Khatri
2026-06-03
drm/amdgpu: unmap userq for evicting user queue
Prike Liang
2026-06-03
drm/amdgpu: reserve TTM move fences slot for rearming eviction fences
Prike Liang
2026-05-27
drm/amdgpu/userq: use array instead of list for userq_vas
Sunil Khatri
2026-05-27
drm/amdgpu/userq: move mqd_destroy to later stage to keep core obj valid
Sunil Khatri
2026-05-27
drm/amdgpu/userq: remove amdgpu_userq_create/destroy_object wrapper
Sunil Khatri
2026-05-27
drm/amdgpu/userq: make sure queue is valid in the hang_detect_work
Sunil Khatri
2026-05-27
drm/amdgpu/userq: reserve root bo without interruption
Sunil Khatri
2026-05-27
drm/amdgpu: simplify return value in amdgpu_userq_get_doorbell_index
Sunil Khatri
2026-05-27
drm/amdgpu/userq: Fix the mutex_init cleanup for fence_drv_lock
Sunil Khatri
2026-05-27
drm/amdgpu/userq: Fix doorbell object cleanup of queue
Sunil Khatri
2026-05-19
drm/amdgpu: restructure VM state machine v4
Christian König
2026-05-19
drm/amdgpu: fix handling in amdgpu_userq_create
Christian König
2026-05-19
drm/amdgpu: userq_va_mapped should remain true once done
Sunil Khatri
2026-05-18
drm/amdgpu: remove va cursors for all mappings
Sunil Khatri
2026-05-18
drm/amdgpu/userq: update the vm task info during signal ioctl
Sunil Khatri
2026-05-18
drm/amdgpu/userq: cancel reset work while tear down in progress
Sunil Khatri
2026-05-18
drm/amdgpu: rework userq reset work handling
Christian König
2026-05-18
drm/amdgpu/userq: pin mqd and fw object bo to avoid eviction
Sunil Khatri
2026-05-11
drm/amdgpu: fix userq hang detection and reset
Christian König
2026-05-11
drm/amdgpu: remove almost all calls to amdgpu_userq_detect_and_reset_queues
Christian König
2026-05-11
drm/amdgpu: rework amdgpu_userq_signal_ioctl v3
Christian König
2026-05-11
drm/amdgpu: remove deadlocks from amdgpu_userq_pre_reset
Christian König
2026-04-28
drm/amdgpu: clean up the userq unmap error handler
Prike Liang
2026-04-28
drm/amdgpu: rework userq fence signal processing
Christian König
2026-04-24
drm/amdgpu: avoid double drm_exec_fini() in userq validate
Hongyan Xu
2026-04-17
drm/amdgpu/userq: unpin and unref doorbell and wptr outside mutex
Sunil Khatri
2026-04-17
drm/amdgpu/userq: use pm_runtime_resume_and_get and fix err handling
Sunil Khatri
2026-04-17
drm/amdgpu/userq: unmap_helper dont return the queue state
Sunil Khatri
2026-04-17
drm/amdgpu/userq: unmap is to be called before freeing doorbell/wptr bo
Sunil Khatri
2026-04-17
drm/amdgpu/userq: hold root bo lock in caller of input_va_validate
Sunil Khatri
2026-04-17
drm/amdgpu/userq: caller to take reserv lock for vas_list_cleanup
Sunil Khatri
2026-04-17
drm/amdgpu/userq: create_mqd does not need userq_mutex
Sunil Khatri
2026-04-17
drm/amdgpu/userq: dont lock root bo with userq_mutex held
Sunil Khatri
2026-04-17
drm/amdgpu/userq: fix kerneldoc for amdgpu_userq_ensure_ev_fence
Sunil Khatri
2026-04-17
drm/amdgpu/userq: clean the VA mapping list for failed queue creation
Sunil Khatri
[next]