Home
last modified time | relevance | path

Searched refs:host1x_syncpt_id (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/host1x/
H A Dsyncpt.c99 u32 host1x_syncpt_id(struct host1x_syncpt *sp) in host1x_syncpt_id() function
103 EXPORT_SYMBOL(host1x_syncpt_id);
/OK3568_Linux_fs/kernel/include/linux/
H A Dhost1x.h146 u32 host1x_syncpt_id(struct host1x_syncpt *sp);
/OK3568_Linux_fs/kernel/drivers/staging/media/tegra-video/
H A Dtegra210.c305 host1x_syncpt_id(chan->frame_start_sp); in tegra_channel_capture_frame()
314 host1x_syncpt_id(chan->mw_ack_sp); in tegra_channel_capture_frame()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Ddrm.c523 args->id = host1x_syncpt_id(syncpt); in tegra_get_syncpt()
H A Ddc.c1824 u32 syncpt = host1x_syncpt_id(dc->syncpt), enable; in tegra_crtc_atomic_enable()