Searched refs:sync_arg (Results 1 – 4 of 4) sorted by relevance
/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() argument 319 static bool vmw_sync_obj_signaled(void *sync_obj, void *sync_arg) in vmw_sync_obj_signaled() argument 321 unsigned long flags = (unsigned long) 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() argument 330 unsigned long flags = (unsigned long) sync_arg; in vmw_sync_obj_wait()
|
/drivers/video/ |
D | da8xx-fb.c | 979 struct lcd_sync_arg sync_arg; in fb_ioctl() local 990 if (copy_from_user(&sync_arg, (char *)arg, in fb_ioctl() 993 lcd_cfg_horizontal_sync(sync_arg.back_porch, in fb_ioctl() 994 sync_arg.pulse_width, in fb_ioctl() 995 sync_arg.front_porch); in fb_ioctl() 998 if (copy_from_user(&sync_arg, (char *)arg, in fb_ioctl() 1001 lcd_cfg_vertical_sync(sync_arg.back_porch, in fb_ioctl() 1002 sync_arg.pulse_width, in fb_ioctl() 1003 sync_arg.front_porch); in fb_ioctl()
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_fence.c | 218 __nouveau_fence_signalled(void *sync_obj, void *sync_arg) in __nouveau_fence_signalled() argument 231 __nouveau_fence_wait(void *sync_obj, void *sync_arg, bool lazy, bool intr) in __nouveau_fence_wait() argument 239 if (__nouveau_fence_signalled(sync_obj, sync_arg)) in __nouveau_fence_wait() 489 __nouveau_fence_flush(void *sync_obj, void *sync_arg) in __nouveau_fence_flush() argument
|
/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 505 static int radeon_sync_obj_wait(void *sync_obj, void *sync_arg, in radeon_sync_obj_wait() argument 511 static int radeon_sync_obj_flush(void *sync_obj, void *sync_arg) in radeon_sync_obj_flush() argument 526 static bool radeon_sync_obj_signaled(void *sync_obj, void *sync_arg) in radeon_sync_obj_signaled() argument
|