Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/host1x/
H A Dsyncpt.c550 u32 host1x_syncpt_base_id(struct host1x_syncpt_base *base) in host1x_syncpt_base_id() function
554 EXPORT_SYMBOL(host1x_syncpt_base_id);
/OK3568_Linux_fs/kernel/include/linux/
H A Dhost1x.h159 u32 host1x_syncpt_base_id(struct host1x_syncpt_base *base);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Ddrm.c584 args->id = host1x_syncpt_base_id(base); in tegra_get_syncpt_base()