Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/host1x/
Dsyncpt.c181 int host1x_syncpt_incr(struct host1x_syncpt *sp) in host1x_syncpt_incr() function
185 EXPORT_SYMBOL(host1x_syncpt_incr);
/Linux-v5.4/include/linux/
Dhost1x.h143 int host1x_syncpt_incr(struct host1x_syncpt *sp);
/Linux-v5.4/drivers/gpu/host1x/hw/
Dcdma_hw.c34 host1x_syncpt_incr(cdma->timeout.syncpt); in cdma_timeout_cpu_incr()
/Linux-v5.4/drivers/gpu/drm/tegra/
Ddrm.c566 return host1x_syncpt_incr(sp); in tegra_syncpt_incr()