Home
last modified time | relevance | path

Searched refs:host1x_syncpt_read (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/gpu/host1x/
Dsyncpt.c408 atomic_set(&sp->max_val, host1x_syncpt_read(sp)); in syncpt_release()
483 u32 host1x_syncpt_read(struct host1x_syncpt *sp) in host1x_syncpt_read() function
487 EXPORT_SYMBOL(host1x_syncpt_read);
/Linux-v5.15/include/linux/
Dhost1x.h155 u32 host1x_syncpt_read(struct host1x_syncpt *sp);
/Linux-v5.15/drivers/gpu/drm/tegra/
Ddc.c1662 return host1x_syncpt_read(dc->syncpt); in tegra_dc_get_vblank_counter()