Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/host1x/
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);
/Linux-v5.10/include/linux/
Dhost1x.h152 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout,
/Linux-v5.10/drivers/staging/media/tegra-video/
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()
/Linux-v5.10/drivers/gpu/drm/tegra/
Ddrm.c416 return host1x_syncpt_wait(sp, args->thresh, in tegra_syncpt_wait()