Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/host1x/hw/
Dsyncpt_hw.c30 int min = host1x_syncpt_read_min(sp); in syncpt_restore()
64 old = host1x_syncpt_read_min(sp); in syncpt_load()
70 __func__, sp->id, host1x_syncpt_read_min(sp), in syncpt_load()
/linux-4.4.14/drivers/gpu/host1x/
Dsyncpt.c421 u32 host1x_syncpt_read_min(struct host1x_syncpt *sp) in host1x_syncpt_read_min() function
426 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()
/linux-4.4.14/include/linux/
Dhost1x.h136 u32 host1x_syncpt_read_min(struct host1x_syncpt *sp);
/linux-4.4.14/drivers/gpu/drm/tegra/
Ddrm.c492 args->value = host1x_syncpt_read_min(sp); in tegra_syncpt_read()