Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/host1x/
Dsyncpt.c192 int host1x_syncpt_incr(struct host1x_syncpt *sp) in host1x_syncpt_incr() function
196 EXPORT_SYMBOL(host1x_syncpt_incr);
/Linux-v4.19/include/linux/
Dhost1x.h156 int host1x_syncpt_incr(struct host1x_syncpt *sp);
/Linux-v4.19/drivers/gpu/host1x/hw/
Dcdma_hw.c47 host1x_syncpt_incr(cdma->timeout.syncpt); in cdma_timeout_cpu_incr()
/Linux-v4.19/drivers/gpu/drm/tegra/
Ddrm.c552 return host1x_syncpt_incr(sp); in tegra_syncpt_incr()