Searched refs:host1x_syncpt_wait (Results 1 - 6 of 6) sorted by relevance

/linux-master/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, function
264 EXPORT_SYMBOL(host1x_syncpt_wait); variable
/linux-master/drivers/gpu/drm/tegra/
H A Duapi.c358 return host1x_syncpt_wait(sp, args->threshold, timeout_jiffies, &args->value);
H A Ddrm.c423 return host1x_syncpt_wait(sp, args->thresh,
/linux-master/include/linux/
H A Dhost1x.h210 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout,
/linux-master/drivers/staging/media/tegra-video/
H A Dtegra20.c392 err = host1x_syncpt_wait(chan->mw_ack_sp[0], chan->next_out_sp_idx,
H A Dtegra210.c475 err = host1x_syncpt_wait(chan->frame_start_sp[i], fs_thresh[i],
519 ret = host1x_syncpt_wait(chan->mw_ack_sp[i],

Completed in 136 milliseconds