Home
last modified time | relevance | path

Searched refs:host1x_syncpt_incr (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/host1x/
H A Dsyncpt.c207 int host1x_syncpt_incr(struct host1x_syncpt *sp) in host1x_syncpt_incr() function
211 EXPORT_SYMBOL(host1x_syncpt_incr);
/linux/drivers/staging/media/tegra-video/
H A Dtegra210.c480 host1x_syncpt_incr(chan->frame_start_sp[i]); in tegra_channel_capture_frame()
482 host1x_syncpt_incr(chan->mw_ack_sp[i]); in tegra_channel_capture_frame()
527 host1x_syncpt_incr(chan->mw_ack_sp[i]); in tegra_channel_capture_done()
H A Dtegra20.c391 host1x_syncpt_incr(chan->mw_ack_sp[0]); in tegra20_channel_capture_frame()
/linux/include/linux/
H A Dhost1x.h213 int host1x_syncpt_incr(struct host1x_syncpt *sp);
/linux/drivers/gpu/drm/tegra/
H A Ddrm.c410 return host1x_syncpt_incr(sp); in tegra_syncpt_incr()