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

/linux-master/drivers/gpu/host1x/
H A Dsyncpt.c204 * host1x_syncpt_incr() - increment syncpoint value from CPU, updating cache
207 int host1x_syncpt_incr(struct host1x_syncpt *sp) function
211 EXPORT_SYMBOL(host1x_syncpt_incr); variable
/linux-master/drivers/gpu/host1x/hw/
H A Dcdma_hw.c34 host1x_syncpt_incr(cdma->timeout.syncpt);
/linux-master/include/linux/
H A Dhost1x.h208 int host1x_syncpt_incr(struct host1x_syncpt *sp);
/linux-master/drivers/staging/media/tegra-video/
H A Dtegra210.c480 host1x_syncpt_incr(chan->frame_start_sp[i]);
482 host1x_syncpt_incr(chan->mw_ack_sp[i]);
527 host1x_syncpt_incr(chan->mw_ack_sp[i]);
H A Dtegra20.c395 host1x_syncpt_incr(chan->mw_ack_sp[0]);
/linux-master/drivers/gpu/drm/tegra/
H A Ddrm.c409 return host1x_syncpt_incr(sp);

Completed in 178 milliseconds