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

/freebsd-13-stable/sys/dev/drm2/ttm/
H A Dttm_execbuf_util.h45 * @old_sync_obj: Pointer to a sync object about to be unreferenced
54 void *old_sync_obj; member in struct:ttm_validate_buffer
H A Dttm_execbuf_util.c226 entry->old_sync_obj = bo->sync_obj;
235 if (entry->old_sync_obj)
236 driver->sync_obj_unref(&entry->old_sync_obj);

Completed in 101 milliseconds