Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/host1x/
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);
/Linux-v6.6/include/linux/
Dhost1x.h207 u32 host1x_syncpt_read(struct host1x_syncpt *sp);
/Linux-v6.6/drivers/staging/media/tegra-video/
Dtegra20.c515 chan->next_out_sp_idx = host1x_syncpt_read(chan->mw_ack_sp[0]); in tegra20_vi_start_streaming()
/Linux-v6.6/drivers/gpu/drm/tegra/
Ddc.c1761 return host1x_syncpt_read(dc->syncpt); in tegra_dc_get_vblank_counter()