Home
last modified time | relevance | path

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

/linux/drivers/gpu/host1x/hw/
H A Dchannel_hw.c169 value = host1x_syncpt_read_max(sp); in synchronize_syncpt_base()
260 host1x_syncpt_read_max(sp))); in channel_program_cdma()
301 prev_max = job->syncpt_end = host1x_syncpt_read_max(sp); in channel_submit()
320 syncval = host1x_syncpt_read_max(sp); in channel_submit()
H A Dsyncpt_hw.c67 host1x_syncpt_read_max(sp)); in syncpt_load()
/linux/drivers/gpu/host1x/
H A Dsyncpt.h79 max = host1x_syncpt_read_max(sp); in host1x_syncpt_check_max()
H A Dsyncpt.c392 u32 host1x_syncpt_read_max(struct host1x_syncpt *sp) in host1x_syncpt_read_max() function
398 EXPORT_SYMBOL(host1x_syncpt_read_max);
H A Ddebug.c92 u32 max = host1x_syncpt_read_max(m->syncpt + i); in show_syncpts()
/linux/include/linux/
H A Dhost1x.h206 u32 host1x_syncpt_read_max(struct host1x_syncpt *sp);