Home
last modified time | relevance | path

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

/drivers/gpu/host1x/hw/
Dchannel_hw.c76 value = host1x_syncpt_read_max(sp); in synchronize_syncpt_base()
104 prev_max = job->syncpt_end = host1x_syncpt_read_max(sp); in channel_submit()
134 host1x_syncpt_read_max(sp))); in channel_submit()
Dsyncpt_hw.c71 host1x_syncpt_read_max(sp)); in syncpt_load()
/drivers/gpu/host1x/
Dsyncpt.h80 max = host1x_syncpt_read_max(sp); in host1x_syncpt_check_max()
Dsyncpt.c411 u32 host1x_syncpt_read_max(struct host1x_syncpt *sp) in host1x_syncpt_read_max() function
416 EXPORT_SYMBOL(host1x_syncpt_read_max);
Ddebug.c68 u32 max = host1x_syncpt_read_max(m->syncpt + i); in show_syncpts()