Home
last modified time | relevance | path

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

/linux/drivers/gpu/host1x/
H A Dsyncpt.c214 * host1x_syncpt_wait() - wait for a syncpoint to reach a given value
220 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout, in host1x_syncpt_wait() function
264 EXPORT_SYMBOL(host1x_syncpt_wait);
/linux/drivers/gpu/drm/tegra/
H A Duapi.c358 return host1x_syncpt_wait(sp, args->threshold, timeout_jiffies, &args->value); in tegra_drm_ioctl_syncpoint_wait()
H A Ddrm.c423 return host1x_syncpt_wait(sp, args->thresh, in tegra_syncpt_wait()
/linux/include/linux/
H A Dhost1x.h215 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout,
/linux/drivers/crypto/tegra/
H A Dtegra-se-main.c179 ret = host1x_syncpt_wait(job->syncpt, job->syncpt_end, in tegra_se_host1x_submit()
/linux/drivers/staging/media/tegra-video/
H A Dtegra210.c475 err = host1x_syncpt_wait(chan->frame_start_sp[i], fs_thresh[i], in tegra_channel_capture_frame()
519 ret = host1x_syncpt_wait(chan->mw_ack_sp[i], in tegra_channel_capture_done()
H A Dtegra20.c388 err = host1x_syncpt_wait(chan->mw_ack_sp[0], chan->next_out_sp_idx, in tegra20_channel_capture_frame()