Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/host1x/hw/
Dchannel_hw.c169 value = host1x_syncpt_read_max(sp); in synchronize_syncpt_base()
262 host1x_syncpt_read_max(sp))); in channel_program_cdma()
296 prev_max = job->syncpt_end = host1x_syncpt_read_max(sp); in channel_submit()
322 syncval = host1x_syncpt_read_max(sp); in channel_submit()
Dsyncpt_hw.c67 host1x_syncpt_read_max(sp)); in syncpt_load()
/linux-6.1.9/drivers/gpu/host1x/
Dsyncpt.h78 max = host1x_syncpt_read_max(sp); in host1x_syncpt_check_max()
Dsyncpt.c440 u32 host1x_syncpt_read_max(struct host1x_syncpt *sp) in host1x_syncpt_read_max() function
446 EXPORT_SYMBOL(host1x_syncpt_read_max);
Ddebug.c91 u32 max = host1x_syncpt_read_max(m->syncpt + i); in show_syncpts()
/linux-6.1.9/include/linux/
Dhost1x.h205 u32 host1x_syncpt_read_max(struct host1x_syncpt *sp);