Home
last modified time | relevance | path

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

/linux/drivers/gpu/host1x/
H A Dsyncpt.h25 struct host1x_syncpt_base { struct
40 struct host1x_syncpt_base *base; argument
H A Ddev.h24 struct host1x_syncpt_base;
138 struct host1x_syncpt_base *bases;
/linux/include/linux/
H A Dhost1x.h202 struct host1x_syncpt_base;
224 struct host1x_syncpt_base *host1x_syncpt_get_base(struct host1x_syncpt *sp);
225 u32 host1x_syncpt_base_id(struct host1x_syncpt_base *base);
/linux/drivers/gpu/drm/tegra/
H A Ddrm.c574 struct host1x_syncpt_base *base; in tegra_get_syncpt_base()