Home
last modified time | relevance | path

Searched refs:host1x_syncpt_incr_max (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/host1x/hw/
Dchannel_hw.c230 fence = host1x_syncpt_incr_max(sp, 1); in channel_program_cdma()
238 job->syncpt_end = host1x_syncpt_incr_max(sp, job->syncpt_incrs); in channel_program_cdma()
242 fence = host1x_syncpt_incr_max(sp, 1); in channel_program_cdma()
275 job->syncpt_end = host1x_syncpt_incr_max(sp, job->syncpt_incrs); in channel_program_cdma()
/drivers/gpu/host1x/
Dsyncpt.h117 u32 host1x_syncpt_incr_max(struct host1x_syncpt *sp, u32 incrs);
Dsyncpt.c126 u32 host1x_syncpt_incr_max(struct host1x_syncpt *sp, u32 incrs) in host1x_syncpt_incr_max() function
130 EXPORT_SYMBOL(host1x_syncpt_incr_max);
/drivers/staging/media/tegra-video/
Dtegra210.c361 thresh = host1x_syncpt_incr_max(chan->frame_start_sp[i], 1); in tegra_channel_capture_frame()
371 thresh = host1x_syncpt_incr_max(chan->mw_ack_sp[i], 1); in tegra_channel_capture_frame()