Home
last modified time | relevance | path

Searched refs:mw_ack_sp (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/media/tegra-video/
H A Dtegra20.c259 chan->mw_ack_sp[0] = out_sp; in tegra20_channel_host1x_syncpt_init()
266 host1x_syncpt_put(chan->mw_ack_sp[0]); in tegra20_channel_host1x_syncpt_free()
392 err = host1x_syncpt_wait(chan->mw_ack_sp[0], chan->next_out_sp_idx, in tegra20_channel_capture_frame()
395 host1x_syncpt_incr(chan->mw_ack_sp[0]); in tegra20_channel_capture_frame()
515 chan->next_out_sp_idx = host1x_syncpt_read(chan->mw_ack_sp[0]); in tegra20_vi_start_streaming()
647 host1x_syncpt_id(vi_chan->mw_ack_sp[0]) in tegra20_vip_start_streaming()
H A Dtegra210.c208 chan->mw_ack_sp[i] = mw_sp; in tegra210_channel_host1x_syncpt_init()
216 host1x_syncpt_put(chan->mw_ack_sp[i]); in tegra210_channel_host1x_syncpt_init()
227 host1x_syncpt_put(chan->mw_ack_sp[i]); in tegra210_channel_host1x_syncpt_free()
456 thresh = host1x_syncpt_incr_max(chan->mw_ack_sp[i], 1); in tegra_channel_capture_frame()
462 host1x_syncpt_id(chan->mw_ack_sp[i]); in tegra_channel_capture_frame()
482 host1x_syncpt_incr(chan->mw_ack_sp[i]); in tegra_channel_capture_frame()
519 ret = host1x_syncpt_wait(chan->mw_ack_sp[i], in tegra_channel_capture_done()
527 host1x_syncpt_incr(chan->mw_ack_sp[i]); in tegra_channel_capture_done()
H A Dvi.h190 struct host1x_syncpt *mw_ack_sp[GANG_PORTS_MAX]; member