Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/host1x/
Dsyncpt.c99 u32 host1x_syncpt_id(struct host1x_syncpt *sp) in host1x_syncpt_id() function
103 EXPORT_SYMBOL(host1x_syncpt_id);
/kernel/linux/linux-5.10/include/linux/
Dhost1x.h146 u32 host1x_syncpt_id(struct host1x_syncpt *sp);
/kernel/linux/linux-5.10/drivers/staging/media/tegra-video/
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()
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
Ddrm.c523 args->id = host1x_syncpt_id(syncpt); in tegra_get_syncpt()
Ddc.c1824 u32 syncpt = host1x_syncpt_id(dc->syncpt), enable; in tegra_crtc_atomic_enable()