Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/host1x/
H A Dsyncpt.c490 struct host1x_syncpt_base *host1x_syncpt_get_base(struct host1x_syncpt *sp) in host1x_syncpt_get_base() function
494 EXPORT_SYMBOL(host1x_syncpt_get_base);
/openbmc/linux/include/linux/
H A Dhost1x.h219 struct host1x_syncpt_base *host1x_syncpt_get_base(struct host1x_syncpt *sp);
/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddrm.c592 base = host1x_syncpt_get_base(syncpt); in tegra_get_syncpt_base()