Home
last modified time | relevance | path

Searched refs:host1x_syncpt_read_max (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/gpu/host1x/hw/
Dchannel_hw.c138 value = host1x_syncpt_read_max(sp); in synchronize_syncpt_base()
178 prev_max = job->syncpt_end = host1x_syncpt_read_max(sp); in channel_submit()
210 host1x_syncpt_read_max(sp))); in channel_submit()
Dsyncpt_hw.c67 host1x_syncpt_read_max(sp)); in syncpt_load()
/Linux-v5.15/drivers/gpu/host1x/
Dsyncpt.h78 max = host1x_syncpt_read_max(sp); in host1x_syncpt_check_max()
Dsyncpt.c456 u32 host1x_syncpt_read_max(struct host1x_syncpt *sp) in host1x_syncpt_read_max() function
462 EXPORT_SYMBOL(host1x_syncpt_read_max);
Ddebug.c78 u32 max = host1x_syncpt_read_max(m->syncpt + i); in show_syncpts()
/Linux-v5.15/include/linux/
Dhost1x.h154 u32 host1x_syncpt_read_max(struct host1x_syncpt *sp);