Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/host1x/
Dsyncpt.c445 struct host1x_syncpt *host1x_syncpt_get_by_id(struct host1x *host, in host1x_syncpt_get_by_id() function
456 EXPORT_SYMBOL(host1x_syncpt_get_by_id);
/Linux-v6.6/include/linux/
Dhost1x.h201 struct host1x_syncpt *host1x_syncpt_get_by_id(struct host1x *host, u32 id);
/Linux-v6.6/drivers/gpu/drm/tegra/
Ddrm.c309 sp = host1x_syncpt_get_by_id(host1x, syncpt.id); in tegra_drm_submit()