Searched refs:host1x_syncpt_incr_max (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/host1x/hw/
H A Dchannel_hw.c228 fence = host1x_syncpt_incr_max(sp, 1);
236 job->syncpt_end = host1x_syncpt_incr_max(sp, job->syncpt_incrs);
240 fence = host1x_syncpt_incr_max(sp, 1);
273 job->syncpt_end = host1x_syncpt_incr_max(sp, job->syncpt_incrs);
/linux-master/drivers/gpu/host1x/
H A Dsyncpt.h118 u32 host1x_syncpt_incr_max(struct host1x_syncpt *sp, u32 incrs);
H A Dsyncpt.c123 * host1x_syncpt_incr_max() - update the value sent to hardware
127 u32 host1x_syncpt_incr_max(struct host1x_syncpt *sp, u32 incrs) function
131 EXPORT_SYMBOL(host1x_syncpt_incr_max); variable
/linux-master/include/linux/
H A Dhost1x.h209 u32 host1x_syncpt_incr_max(struct host1x_syncpt *sp, u32 incrs);
/linux-master/drivers/staging/media/tegra-video/
H A Dtegra210.c446 thresh = host1x_syncpt_incr_max(chan->frame_start_sp[i], 1);
456 thresh = host1x_syncpt_incr_max(chan->mw_ack_sp[i], 1);

Completed in 123 milliseconds