Home
last modified time | relevance | path

Searched defs:sync_arg (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/drivers/gpu/drm/vmwgfx/
Dvmwgfx_buffer.c313 static int vmw_sync_obj_flush(void *sync_obj, void *sync_arg) in vmw_sync_obj_flush()
319 static bool vmw_sync_obj_signaled(void *sync_obj, void *sync_arg) in vmw_sync_obj_signaled()
327 static int vmw_sync_obj_wait(void *sync_obj, void *sync_arg, in vmw_sync_obj_wait()
/linux-3.3/drivers/gpu/drm/nouveau/
Dnouveau_fence.c219 __nouveau_fence_signalled(void *sync_obj, void *sync_arg) in __nouveau_fence_signalled()
232 __nouveau_fence_wait(void *sync_obj, void *sync_arg, bool lazy, bool intr) in __nouveau_fence_wait()
490 __nouveau_fence_flush(void *sync_obj, void *sync_arg) in __nouveau_fence_flush()
/linux-3.3/drivers/gpu/drm/radeon/
Dradeon_ttm.c504 static int radeon_sync_obj_wait(void *sync_obj, void *sync_arg, in radeon_sync_obj_wait()
510 static int radeon_sync_obj_flush(void *sync_obj, void *sync_arg) in radeon_sync_obj_flush()
525 static bool radeon_sync_obj_signaled(void *sync_obj, void *sync_arg) in radeon_sync_obj_signaled()
/linux-3.3/drivers/video/
Dda8xx-fb.c940 struct lcd_sync_arg sync_arg; in fb_ioctl() local