summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
AgeCommit message (Expand)AuthorFilesLines
11 daysdrm/amdgpu/userq: dont overwrite the error of subsequent map callSunil Khatri1-2/+3
2026-08-25drm/amdgpu/userq: lock and validate wptr BOs before reading their GPU offset ...Jesse Zhang1-0/+24
2026-08-19drm/amdgpu: fix hang and race in userq destroyZhu Lingshan1-15/+8
2026-08-19drm/amdgpu: validate rptr and wptr of a userqZhu Lingshan1-2/+8
2026-08-19drm/amdgpu: ensure all userq VAs mapped before restoreZhu Lingshan1-7/+9
2026-08-12drm/amdgpu: keep PRT mappings off the vm_bo state listsJesse Zhang1-0/+16
2026-08-06drm/amdgpu/mes: refactor the amdgpu_mes_alloc/free_proc|gang()Prike Liang1-0/+6
2026-08-06drm/amdgpu/userq: serialize queue map against GPU resetJesse Zhang1-0/+5
2026-08-06drm/amdgpu: fix userq VA validation for sub-page buffersCandice Li1-9/+16
2026-07-16drm/amdgpu: dont pin wptr bo instead use eviction fenceSunil Khatri1-0/+19
2026-07-16drm/amdgpu: properly account for resets with user queuesAlex Deucher1-1/+17
2026-07-15drm/amdgpu/userq: fix indefinite fence wait during GPU resetJesse Zhang1-11/+14
2026-07-08drm/amdgpu: trigger GPU recovery when userq destroy fails to unmap a hung queueJesse Zhang1-0/+9
2026-07-01drm/amdgpu: reject mapping a reserved doorbell to a new queueZhu Lingshan1-2/+2
2026-07-01drm/amdgpu/userq: add reset helper and identify guilty user queueJesse Zhang1-1/+21
2026-07-01drm/amdgpu: do not release the root bo after vm validateSunil Khatri1-13/+7
2026-06-17drm/amdgpu: add userq job and state transition trace eventsPierre-Eric Pelloux-Prayer1-0/+21
2026-06-17drm/amdgpu: add userq create and destroy tracepointsPrike Liang1-0/+9
2026-06-17drm/amdgpu: set the userq xcp_idPrike Liang1-0/+2
2026-06-17drm/amdgpu: implement per-process MES contextZhu Lingshan1-0/+6
2026-06-17drm/amdgpu: correct reservation fence slots for userq per-vm BOs evictionPrike Liang1-1/+2
2026-06-17drm/amdgpu: Remove faulty queue before resumeAmber Lin1-1/+1
2026-06-17drm/amdgpu: use a single entry point for mes compute resetAlex Deucher1-1/+6
2026-06-17drm/amdgpu/userq: switch to per queue resetAlex Deucher1-28/+10
2026-06-17drm/amdgpu/userq: split the queue reset from adapter resetAlex Deucher1-23/+34
2026-06-03drm/amdgpu/userq: move wptr_obj cleanup in mqd_destroySunil Khatri1-4/+0
2026-06-03drm/amdgpu/userq: remove the vital queue unmap loggingSunil Khatri1-7/+3
2026-06-03drm/amdgpu: unmap userq for evicting user queuePrike Liang1-2/+2
2026-06-03drm/amdgpu: reserve TTM move fences slot for rearming eviction fencesPrike Liang1-1/+1
2026-05-27drm/amdgpu/userq: use array instead of list for userq_vasSunil Khatri1-65/+23
2026-05-27drm/amdgpu/userq: move mqd_destroy to later stage to keep core obj validSunil Khatri1-5/+4
2026-05-27drm/amdgpu/userq: remove amdgpu_userq_create/destroy_object wrapperSunil Khatri1-67/+0
2026-05-27drm/amdgpu/userq: make sure queue is valid in the hang_detect_workSunil Khatri1-7/+7
2026-05-27drm/amdgpu/userq: reserve root bo without interruptionSunil Khatri1-5/+1
2026-05-27drm/amdgpu: simplify return value in amdgpu_userq_get_doorbell_indexSunil Khatri1-10/+11
2026-05-27drm/amdgpu/userq: Fix the mutex_init cleanup for fence_drv_lockSunil Khatri1-3/+2
2026-05-27drm/amdgpu/userq: Fix doorbell object cleanup of queueSunil Khatri1-3/+8
2026-05-19drm/amdgpu: restructure VM state machine v4Christian König1-11/+11
2026-05-19drm/amdgpu: fix handling in amdgpu_userq_createChristian König1-66/+52
2026-05-19drm/amdgpu: userq_va_mapped should remain true once doneSunil Khatri1-12/+4
2026-05-18drm/amdgpu: remove va cursors for all mappingsSunil Khatri1-10/+7
2026-05-18drm/amdgpu/userq: update the vm task info during signal ioctlSunil Khatri1-0/+3
2026-05-18drm/amdgpu/userq: cancel reset work while tear down in progressSunil Khatri1-0/+8
2026-05-18drm/amdgpu: rework userq reset work handlingChristian König1-40/+44
2026-05-18drm/amdgpu/userq: pin mqd and fw object bo to avoid evictionSunil Khatri1-3/+10
2026-05-11drm/amdgpu: fix userq hang detection and resetChristian König1-39/+26
2026-05-11drm/amdgpu: remove almost all calls to amdgpu_userq_detect_and_reset_queuesChristian König1-24/+14
2026-05-11drm/amdgpu: rework amdgpu_userq_signal_ioctl v3Christian König1-0/+2
2026-05-11drm/amdgpu: remove deadlocks from amdgpu_userq_pre_resetChristian König1-14/+12
2026-04-28drm/amdgpu: clean up the userq unmap error handlerPrike Liang1-6/+0