Home
last modified time | relevance | path

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

/drivers/gpu/host1x/drm/
Dgr2d.c115 if (args->num_syncpts != 1) in gr2d_submit()
294 gr2d->client.num_syncpts = 1; in gr2d_probe()
322 for (i = 0; i < gr2d->client.num_syncpts; i++) in gr2d_remove()
Ddrm.h84 unsigned int num_syncpts; member
Ddrm.c458 if (args->index >= context->client->num_syncpts) in tegra_get_syncpt()