Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/host1x/hw/
Dchannel_hw.c94 value = host1x_syncpt_read_max(sp); in synchronize_syncpt_base()
135 prev_max = job->syncpt_end = host1x_syncpt_read_max(sp); in channel_submit()
167 host1x_syncpt_read_max(sp))); in channel_submit()
Dsyncpt_hw.c67 host1x_syncpt_read_max(sp)); in syncpt_load()
/Linux-v5.4/drivers/gpu/host1x/
Dsyncpt.h69 max = host1x_syncpt_read_max(sp); in host1x_syncpt_check_max()
Dsyncpt.c474 u32 host1x_syncpt_read_max(struct host1x_syncpt *sp) in host1x_syncpt_read_max() function
480 EXPORT_SYMBOL(host1x_syncpt_read_max);
Ddebug.c73 u32 max = host1x_syncpt_read_max(m->syncpt + i); in show_syncpts()
/Linux-v5.4/include/linux/
Dhost1x.h141 u32 host1x_syncpt_read_max(struct host1x_syncpt *sp);