Home
last modified time | relevance | path

Searched refs:host1x_syncpt_base_id (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/host1x/
Dsyncpt.c561 u32 host1x_syncpt_base_id(struct host1x_syncpt_base *base) in host1x_syncpt_base_id() function
565 EXPORT_SYMBOL(host1x_syncpt_base_id);
/Linux-v4.19/include/linux/
Dhost1x.h165 u32 host1x_syncpt_base_id(struct host1x_syncpt_base *base);
/Linux-v4.19/drivers/gpu/drm/tegra/
Ddrm.c734 args->id = host1x_syncpt_base_id(base); in tegra_get_syncpt_base()