Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/host1x/
H A Dsyncpt.c344 atomic_set(&sp->max_val, host1x_syncpt_read(sp)); in syncpt_release()
419 u32 host1x_syncpt_read(struct host1x_syncpt *sp) in host1x_syncpt_read() function
423 EXPORT_SYMBOL(host1x_syncpt_read);
/openbmc/linux/include/linux/
H A Dhost1x.h207 u32 host1x_syncpt_read(struct host1x_syncpt *sp);
/openbmc/linux/drivers/staging/media/tegra-video/
H A Dtegra20.c515 chan->next_out_sp_idx = host1x_syncpt_read(chan->mw_ack_sp[0]); in tegra20_vi_start_streaming()
/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddc.c1761 return host1x_syncpt_read(dc->syncpt); in tegra_dc_get_vblank_counter()