Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/host1x/hw/
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-v6.1/drivers/gpu/host1x/
Dsyncpt.c455 u32 host1x_syncpt_read_min(struct host1x_syncpt *sp) in host1x_syncpt_read_min() function
461 EXPORT_SYMBOL(host1x_syncpt_read_min);
/Linux-v6.1/include/linux/
Dhost1x.h204 u32 host1x_syncpt_read_min(struct host1x_syncpt *sp);
/Linux-v6.1/drivers/gpu/drm/tegra/
Ddrm.c397 args->value = host1x_syncpt_read_min(sp); in tegra_syncpt_read()