Searched defs:sync_arg (Results 1 – 4 of 4) sorted by relevance
/linux-3.3/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_buffer.c | 313 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/ |
D | nouveau_fence.c | 219 __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/ |
D | radeon_ttm.c | 504 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/ |
D | da8xx-fb.c | 940 struct lcd_sync_arg sync_arg; in fb_ioctl() local
|