Home
last modified time | relevance | path

Searched refs:host1x_syncpt_wait (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/host1x/
Dsyncpt.c230 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout, in host1x_syncpt_wait() function
312 EXPORT_SYMBOL(host1x_syncpt_wait);
/drivers/gpu/drm/tegra/
Duapi.c358 return host1x_syncpt_wait(sp, args->threshold, timeout_jiffies, &args->value); in tegra_drm_ioctl_syncpoint_wait()
Ddrm.c426 return host1x_syncpt_wait(sp, args->thresh, in tegra_syncpt_wait()
/drivers/staging/media/tegra-video/
Dtegra210.c390 err = host1x_syncpt_wait(chan->frame_start_sp[i], fs_thresh[i], in tegra_channel_capture_frame()
434 ret = host1x_syncpt_wait(chan->mw_ack_sp[i], in tegra_channel_capture_done()