Searched refs:sync_obj (Results 1 – 10 of 10) sorted by relevance
555 void *sync_obj = NULL; in ttm_bo_cleanup_refs_or_queue() local575 if (bo->sync_obj) in ttm_bo_cleanup_refs_or_queue()576 sync_obj = driver->sync_obj_ref(bo->sync_obj); in ttm_bo_cleanup_refs_or_queue()588 if (sync_obj) { in ttm_bo_cleanup_refs_or_queue()622 void *sync_obj; in ttm_bo_cleanup_refs_and_unlock() local629 sync_obj = driver->sync_obj_ref(bo->sync_obj); in ttm_bo_cleanup_refs_and_unlock()1725 void *sync_obj; in ttm_bo_wait() local1731 while (bo->sync_obj) { in ttm_bo_wait()1735 bo->sync_obj = NULL; in ttm_bo_wait()1746 sync_obj = driver->sync_obj_ref(bo->sync_obj); in ttm_bo_wait()[all …]
426 bool (*sync_obj_signaled) (void *sync_obj);427 int (*sync_obj_wait) (void *sync_obj,429 int (*sync_obj_flush) (void *sync_obj);430 void (*sync_obj_unref) (void **sync_obj);431 void *(*sync_obj_ref) (void *sync_obj);977 void *sync_obj,
425 if (bo->sync_obj) in ttm_buffer_object_transfer()426 fbo->sync_obj = driver->sync_obj_ref(bo->sync_obj); in ttm_buffer_object_transfer()428 fbo->sync_obj = NULL; in ttm_buffer_object_transfer()597 void *sync_obj, in ttm_bo_move_accel_cleanup() argument611 if (bo->sync_obj) { in ttm_bo_move_accel_cleanup()612 tmp_obj = bo->sync_obj; in ttm_bo_move_accel_cleanup()613 bo->sync_obj = NULL; in ttm_bo_move_accel_cleanup()615 bo->sync_obj = driver->sync_obj_ref(sync_obj); in ttm_bo_move_accel_cleanup()
205 void ttm_eu_fence_buffer_objects(struct list_head *list, void *sync_obj) in ttm_eu_fence_buffer_objects() argument226 entry->old_sync_obj = bo->sync_obj; in ttm_eu_fence_buffer_objects()227 bo->sync_obj = driver->sync_obj_ref(sync_obj); in ttm_eu_fence_buffer_objects()
107 extern void ttm_eu_fence_buffer_objects(struct list_head *list, void *sync_obj);
248 void *sync_obj; member
265 fence = bo->sync_obj; in radeon_move_blit()477 static int radeon_sync_obj_wait(void *sync_obj, bool lazy, bool interruptible) in radeon_sync_obj_wait() argument479 return radeon_fence_wait((struct radeon_fence *)sync_obj, interruptible); in radeon_sync_obj_wait()482 static int radeon_sync_obj_flush(void *sync_obj) in radeon_sync_obj_flush() argument487 static void radeon_sync_obj_unref(void **sync_obj) in radeon_sync_obj_unref() argument489 radeon_fence_unref((struct radeon_fence **)sync_obj); in radeon_sync_obj_unref()492 static void *radeon_sync_obj_ref(void *sync_obj) in radeon_sync_obj_ref() argument494 return radeon_fence_ref((struct radeon_fence *)sync_obj); in radeon_sync_obj_ref()497 static bool radeon_sync_obj_signaled(void *sync_obj) in radeon_sync_obj_signaled() argument499 return radeon_fence_signaled((struct radeon_fence *)sync_obj); in radeon_sync_obj_signaled()
629 if (bo->tbo.sync_obj) in radeon_bo_wait()
385 if (rbo->tbo.sync_obj) in radeon_crtc_page_flip()386 work->fence = radeon_fence_ref(rbo->tbo.sync_obj); in radeon_crtc_page_flip()
157 radeon_cs_sync_to(p, p->relocs[i].robj->tbo.sync_obj); in radeon_cs_sync_rings()