Home
last modified time | relevance | path

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

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