Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/host1x/hw/
Dchannel_hw.c83 value = host1x_syncpt_read_max(sp); in synchronize_syncpt_base()
110 prev_max = job->syncpt_end = host1x_syncpt_read_max(sp); in channel_submit()
140 host1x_syncpt_read_max(sp))); in channel_submit()
Dsyncpt_hw.c74 host1x_syncpt_read_max(sp)); in syncpt_load()
/Linux-v4.19/drivers/gpu/host1x/
Dsyncpt.h80 max = host1x_syncpt_read_max(sp); in host1x_syncpt_check_max()
Dsyncpt.c485 u32 host1x_syncpt_read_max(struct host1x_syncpt *sp) in host1x_syncpt_read_max() function
491 EXPORT_SYMBOL(host1x_syncpt_read_max);
Ddebug.c82 u32 max = host1x_syncpt_read_max(m->syncpt + i); in show_syncpts()
/Linux-v4.19/include/linux/
Dhost1x.h154 u32 host1x_syncpt_read_max(struct host1x_syncpt *sp);