Home
last modified time | relevance | path

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

/drivers/gpu/host1x/hw/
Dsyncpt_hw.c29 u32 min = host1x_syncpt_read_min(sp); in syncpt_restore()
67 old = host1x_syncpt_read_min(sp); in syncpt_load()
73 __func__, sp->id, host1x_syncpt_read_min(sp), in syncpt_load()
/drivers/gpu/host1x/
Dsyncpt.c441 u32 host1x_syncpt_read_min(struct host1x_syncpt *sp) in host1x_syncpt_read_min() function
447 EXPORT_SYMBOL(host1x_syncpt_read_min);
Djob.c160 host1x_syncpt_read_min(sp)); in do_waitchks()
166 host1x_syncpt_read_min(sp)); in do_waitchks()
/drivers/gpu/drm/tegra/
Ddrm.c490 args->value = host1x_syncpt_read_min(sp); in tegra_syncpt_read()