Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/host1x/
H A Dsyncpt.c205 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout, in host1x_syncpt_wait() function
302 EXPORT_SYMBOL(host1x_syncpt_wait);
/OK3568_Linux_fs/kernel/include/linux/
H A Dhost1x.h152 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout,
/OK3568_Linux_fs/kernel/drivers/staging/media/tegra-video/
H A Dtegra210.c321 err = host1x_syncpt_wait(chan->frame_start_sp, thresh, in tegra_channel_capture_frame()
356 ret = host1x_syncpt_wait(chan->mw_ack_sp, buf->mw_ack_sp_thresh, in tegra_channel_capture_done()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Ddrm.c416 return host1x_syncpt_wait(sp, args->thresh, in tegra_syncpt_wait()