Home
last modified time | relevance | path

Searched refs:sync_obj_unref (Results 1 – 7 of 7) sorted by relevance

/linux-3.3/drivers/gpu/drm/ttm/
Dttm_execbuf_util.c235 driver->sync_obj_unref(&entry->old_sync_obj); in ttm_eu_fence_buffer_objects()
Dttm_bo.c539 driver->sync_obj_unref(&sync_obj); in ttm_bo_cleanup_refs_or_queue()
1737 driver->sync_obj_unref(&tmp_obj); in ttm_bo_wait()
1751 driver->sync_obj_unref(&sync_obj); in ttm_bo_wait()
1763 driver->sync_obj_unref(&sync_obj); in ttm_bo_wait()
1764 driver->sync_obj_unref(&tmp_obj); in ttm_bo_wait()
1768 driver->sync_obj_unref(&sync_obj); in ttm_bo_wait()
Dttm_bo_util.c638 driver->sync_obj_unref(&tmp_obj); in ttm_bo_move_accel_cleanup()
661 driver->sync_obj_unref(&tmp_obj); in ttm_bo_move_accel_cleanup()
/linux-3.3/drivers/gpu/drm/vmwgfx/
Dvmwgfx_buffer.c350 .sync_obj_unref = vmw_sync_obj_unref,
/linux-3.3/include/drm/ttm/
Dttm_bo_driver.h430 void (*sync_obj_unref) (void **sync_obj); member
/linux-3.3/drivers/gpu/drm/radeon/
Dradeon_ttm.c698 .sync_obj_unref = &radeon_sync_obj_unref,
/linux-3.3/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1155 .sync_obj_unref = __nouveau_fence_unref,