Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/host1x/
Dsyncpt.c110 u32 host1x_syncpt_id(struct host1x_syncpt *sp) in host1x_syncpt_id() function
114 EXPORT_SYMBOL(host1x_syncpt_id);
/Linux-v4.19/include/linux/
Dhost1x.h152 u32 host1x_syncpt_id(struct host1x_syncpt *sp);
/Linux-v4.19/drivers/gpu/drm/tegra/
Ddrm.c673 args->id = host1x_syncpt_id(syncpt); in tegra_get_syncpt()
Ddc.c1792 u32 syncpt = host1x_syncpt_id(dc->syncpt), enable; in tegra_crtc_atomic_enable()