Home
last modified time | relevance | path

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

/linux/drivers/gpu/host1x/
H A Dsyncpt.c116 u32 host1x_syncpt_id(struct host1x_syncpt *sp) in host1x_syncpt_id() function
120 EXPORT_SYMBOL(host1x_syncpt_id);
/linux/drivers/gpu/drm/tegra/
H A Duapi.c313 args->id = host1x_syncpt_id(sp); in tegra_drm_ioctl_syncpoint_allocate()
H A Ddrm.c538 args->id = host1x_syncpt_id(syncpt); in tegra_get_syncpt()
H A Ddc.c2171 u32 syncpt = host1x_syncpt_id(dc->syncpt), enable; in tegra_crtc_atomic_enable()
/linux/include/linux/
H A Dhost1x.h209 u32 host1x_syncpt_id(struct host1x_syncpt *sp);
/linux/drivers/staging/media/tegra-video/
H A Dtegra210.c452 host1x_syncpt_id(chan->frame_start_sp[i]); in tegra_channel_capture_frame()
462 host1x_syncpt_id(chan->mw_ack_sp[i]); in tegra_channel_capture_frame()
H A Dtegra20.c643 host1x_syncpt_id(vi_chan->mw_ack_sp[0]) in tegra20_vip_start_streaming()