Home
last modified time | relevance | path

Searched refs:old_sync_obj (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/dev/drm2/ttm/
H A Dttm_execbuf_util.c226 entry->old_sync_obj = bo->sync_obj; in ttm_eu_fence_buffer_objects()
235 if (entry->old_sync_obj) in ttm_eu_fence_buffer_objects()
236 driver->sync_obj_unref(&entry->old_sync_obj); in ttm_eu_fence_buffer_objects()
H A Dttm_execbuf_util.h54 void *old_sync_obj; member