Home
last modified time | relevance | path

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

/linux/drivers/gpu/host1x/hw/
H A Dsyncpt_hw.c18 u32 min = host1x_syncpt_read_min(sp); in syncpt_restore()
60 old = host1x_syncpt_read_min(sp); in syncpt_load()
66 __func__, sp->id, host1x_syncpt_read_min(sp), in syncpt_load()
/linux/drivers/gpu/host1x/
H A Dsyncpt.c407 u32 host1x_syncpt_read_min(struct host1x_syncpt *sp) in host1x_syncpt_read_min() function
413 EXPORT_SYMBOL(host1x_syncpt_read_min);
/linux/include/linux/
H A Dhost1x.h210 u32 host1x_syncpt_read_min(struct host1x_syncpt *sp);
/linux/drivers/gpu/drm/tegra/
H A Ddrm.c395 args->value = host1x_syncpt_read_min(sp); in tegra_syncpt_read()