Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/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.c2171 u32 syncpt = host1x_syncpt_id(dc->syncpt), enable; in tegra_crtc_atomic_enable()
/linux-6.12.1/include/linux/
Dhost1x.h204 u32 host1x_syncpt_id(struct host1x_syncpt *sp);
/linux-6.12.1/drivers/crypto/tegra/
Dtegra-se-main.c215 se->syncpt_id = host1x_syncpt_id(se->syncpt); in tegra_se_client_init()
/linux-6.12.1/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.c643 host1x_syncpt_id(vi_chan->mw_ack_sp[0]) in tegra20_vip_start_streaming()