Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/host1x/
H A Dsyncpt.h108 u32 host1x_syncpt_incr_max(struct host1x_syncpt *sp, u32 incrs);
H A Dsyncpt.c110 u32 host1x_syncpt_incr_max(struct host1x_syncpt *sp, u32 incrs) in host1x_syncpt_incr_max() function
114 EXPORT_SYMBOL(host1x_syncpt_incr_max);
/OK3568_Linux_fs/kernel/drivers/gpu/host1x/hw/
H A Dchannel_hw.c174 syncval = host1x_syncpt_incr_max(sp, user_syncpt_incrs); in channel_submit()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhost1x.h151 u32 host1x_syncpt_incr_max(struct host1x_syncpt *sp, u32 incrs);
/OK3568_Linux_fs/kernel/drivers/staging/media/tegra-video/
H A Dtegra210.c300 thresh = host1x_syncpt_incr_max(chan->frame_start_sp, 1); in tegra_channel_capture_frame()
309 buf->mw_ack_sp_thresh = host1x_syncpt_incr_max(chan->mw_ack_sp, 1); in tegra_channel_capture_frame()