Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/host1x/
H A Dsyncpt.c501 u32 host1x_syncpt_read(struct host1x_syncpt *sp) in host1x_syncpt_read() function
505 EXPORT_SYMBOL(host1x_syncpt_read);
/OK3568_Linux_fs/kernel/include/linux/
H A Dhost1x.h149 u32 host1x_syncpt_read(struct host1x_syncpt *sp);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Ddc.c1570 return host1x_syncpt_read(dc->syncpt); in tegra_dc_get_vblank_counter()