search for: until_all_locked

Displaying 1 result from an estimated 1 matches for "until_all_locked".

2023 Aug 31
3
[PATCH drm-misc-next 2/3] drm/gpuva_mgr: generalize dma_resv/extobj handling and GEM validation
...gt;> case. The drm_gpuva_exec would then be allocated by the caller on the stack. >>>>> This doesn't sound like my assumption about fn() above is correct. >>>> Well one important thing in our conversion is that ttm_bo_validate () needs >>>> to be in the until_all_locked() loop. We want to be able soon to use >>>> sleeping locks for eviction, so a xe_bo_validate() would, at least >>>> temporarily, add locked objects to the drm_exec list of locked objects. That >>>> means everything that may end up calling validate deep within the...