Home
last modified time | relevance | path

Searched refs:host1x_syncpt_wait (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/host1x/
Dsyncpt.c188 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout, in host1x_syncpt_wait() function
273 EXPORT_SYMBOL(host1x_syncpt_wait);
/drivers/gpu/drm/tegra/
Ddrm.c521 return host1x_syncpt_wait(sp, args->thresh, args->timeout, in tegra_syncpt_wait()