Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/host1x/
Dsyncpt.c116 u32 host1x_syncpt_id(struct host1x_syncpt *sp) in host1x_syncpt_id() function
120 EXPORT_SYMBOL(host1x_syncpt_id);
/Linux-v6.6/drivers/gpu/drm/tegra/
Duapi.c313 args->id = host1x_syncpt_id(sp); in tegra_drm_ioctl_syncpoint_allocate()
Ddrm.c537 args->id = host1x_syncpt_id(syncpt); in tegra_get_syncpt()
Ddc.c2164 u32 syncpt = host1x_syncpt_id(dc->syncpt), enable; in tegra_crtc_atomic_enable()
/Linux-v6.6/include/linux/
Dhost1x.h204 u32 host1x_syncpt_id(struct host1x_syncpt *sp);
/Linux-v6.6/drivers/staging/media/tegra-video/
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()
Dtegra20.c647 host1x_syncpt_id(vi_chan->mw_ack_sp[0]) in tegra20_vip_start_streaming()