Home
last modified time | relevance | path

Searched refs:sync_obj_flush (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/include/drm/ttm/
Dttm_bo_driver.h429 int (*sync_obj_flush) (void *sync_obj, void *sync_arg); member
/linux-3.4.99/drivers/gpu/drm/vmwgfx/
Dvmwgfx_buffer.c349 .sync_obj_flush = vmw_sync_obj_flush,
/linux-3.4.99/drivers/gpu/drm/radeon/
Dradeon_ttm.c698 .sync_obj_flush = &radeon_sync_obj_flush,
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1149 .sync_obj_flush = __nouveau_fence_flush,
/linux-3.4.99/drivers/gpu/drm/ttm/
Dttm_bo.c540 driver->sync_obj_flush(sync_obj, sync_obj_arg); in ttm_bo_cleanup_refs_or_queue()