summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
AgeCommit message (Expand)Author
2 daysdrm/amdgpu: trigger GPU recovery when userq destroy fails to unmap a hung queueJesse Zhang
7 daysdrm/amdgpu: reject mapping a reserved doorbell to a new queueZhu Lingshan
7 daysdrm/amdgpu/userq: add reset helper and identify guilty user queueJesse Zhang
7 daysdrm/amdgpu: do not release the root bo after vm validateSunil Khatri
2026-06-17drm/amdgpu: add userq job and state transition trace eventsPierre-Eric Pelloux-Prayer
2026-06-17drm/amdgpu: add userq create and destroy tracepointsPrike Liang
2026-06-17drm/amdgpu: set the userq xcp_idPrike Liang
2026-06-17drm/amdgpu: implement per-process MES contextZhu Lingshan
2026-06-17drm/amdgpu: correct reservation fence slots for userq per-vm BOs evictionPrike Liang
2026-06-17drm/amdgpu: Remove faulty queue before resumeAmber Lin
2026-06-17drm/amdgpu: use a single entry point for mes compute resetAlex Deucher
2026-06-17drm/amdgpu/userq: switch to per queue resetAlex Deucher
2026-06-17drm/amdgpu/userq: split the queue reset from adapter resetAlex Deucher
2026-06-03drm/amdgpu/userq: move wptr_obj cleanup in mqd_destroySunil Khatri
2026-06-03drm/amdgpu/userq: remove the vital queue unmap loggingSunil Khatri
2026-06-03drm/amdgpu: unmap userq for evicting user queuePrike Liang
2026-06-03drm/amdgpu: reserve TTM move fences slot for rearming eviction fencesPrike Liang
2026-05-27drm/amdgpu/userq: use array instead of list for userq_vasSunil Khatri
2026-05-27drm/amdgpu/userq: move mqd_destroy to later stage to keep core obj validSunil Khatri
2026-05-27drm/amdgpu/userq: remove amdgpu_userq_create/destroy_object wrapperSunil Khatri
2026-05-27drm/amdgpu/userq: make sure queue is valid in the hang_detect_workSunil Khatri
2026-05-27drm/amdgpu/userq: reserve root bo without interruptionSunil Khatri
2026-05-27drm/amdgpu: simplify return value in amdgpu_userq_get_doorbell_indexSunil Khatri
2026-05-27drm/amdgpu/userq: Fix the mutex_init cleanup for fence_drv_lockSunil Khatri
2026-05-27drm/amdgpu/userq: Fix doorbell object cleanup of queueSunil Khatri
2026-05-19drm/amdgpu: restructure VM state machine v4Christian König
2026-05-19drm/amdgpu: fix handling in amdgpu_userq_createChristian König
2026-05-19drm/amdgpu: userq_va_mapped should remain true once doneSunil Khatri
2026-05-18drm/amdgpu: remove va cursors for all mappingsSunil Khatri
2026-05-18drm/amdgpu/userq: update the vm task info during signal ioctlSunil Khatri
2026-05-18drm/amdgpu/userq: cancel reset work while tear down in progressSunil Khatri
2026-05-18drm/amdgpu: rework userq reset work handlingChristian König
2026-05-18drm/amdgpu/userq: pin mqd and fw object bo to avoid evictionSunil Khatri
2026-05-11drm/amdgpu: fix userq hang detection and resetChristian König
2026-05-11drm/amdgpu: remove almost all calls to amdgpu_userq_detect_and_reset_queuesChristian König
2026-05-11drm/amdgpu: rework amdgpu_userq_signal_ioctl v3Christian König
2026-05-11drm/amdgpu: remove deadlocks from amdgpu_userq_pre_resetChristian König
2026-04-28drm/amdgpu: clean up the userq unmap error handlerPrike Liang
2026-04-28drm/amdgpu: rework userq fence signal processingChristian König
2026-04-24drm/amdgpu: avoid double drm_exec_fini() in userq validateHongyan Xu
2026-04-17drm/amdgpu/userq: unpin and unref doorbell and wptr outside mutexSunil Khatri
2026-04-17drm/amdgpu/userq: use pm_runtime_resume_and_get and fix err handlingSunil Khatri
2026-04-17drm/amdgpu/userq: unmap_helper dont return the queue stateSunil Khatri
2026-04-17drm/amdgpu/userq: unmap is to be called before freeing doorbell/wptr boSunil Khatri
2026-04-17drm/amdgpu/userq: hold root bo lock in caller of input_va_validateSunil Khatri
2026-04-17drm/amdgpu/userq: caller to take reserv lock for vas_list_cleanupSunil Khatri
2026-04-17drm/amdgpu/userq: create_mqd does not need userq_mutexSunil Khatri
2026-04-17drm/amdgpu/userq: dont lock root bo with userq_mutex heldSunil Khatri
2026-04-17drm/amdgpu/userq: fix kerneldoc for amdgpu_userq_ensure_ev_fenceSunil Khatri
2026-04-17drm/amdgpu/userq: clean the VA mapping list for failed queue creationSunil Khatri