Home
last modified time | relevance | path

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

/src/sys/dev/drm2/ttm/
H A Dttm_execbuf_util.c224 entry->old_sync_obj = bo->sync_obj; in ttm_eu_fence_buffer_objects()
233 if (entry->old_sync_obj) in ttm_eu_fence_buffer_objects()
234 driver->sync_obj_unref(&entry->old_sync_obj); in ttm_eu_fence_buffer_objects()
H A Dttm_execbuf_util.h53 void *old_sync_obj; member