Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/host1x/
Dsyncpt.c92 u32 host1x_syncpt_id(struct host1x_syncpt *sp) in host1x_syncpt_id() function
96 EXPORT_SYMBOL(host1x_syncpt_id);
/linux-4.1.27/include/linux/
Dhost1x.h135 u32 host1x_syncpt_id(struct host1x_syncpt *sp);
/linux-4.1.27/drivers/gpu/drm/tegra/
Ddrm.c581 args->id = host1x_syncpt_id(syncpt); in tegra_get_syncpt()
Ddc.c1710 u32 syncpt = host1x_syncpt_id(dc->syncpt); in tegra_dc_init()