Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/host1x/
Dsyncpt.c99 u32 host1x_syncpt_id(struct host1x_syncpt *sp) in host1x_syncpt_id() function
103 EXPORT_SYMBOL(host1x_syncpt_id);
/Linux-v5.4/include/linux/
Dhost1x.h139 u32 host1x_syncpt_id(struct host1x_syncpt *sp);
/Linux-v5.4/drivers/gpu/drm/tegra/
Ddrm.c687 args->id = host1x_syncpt_id(syncpt); in tegra_get_syncpt()
Ddc.c1789 u32 syncpt = host1x_syncpt_id(dc->syncpt), enable; in tegra_crtc_atomic_enable()