Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tegra/
H A Dnvdec.c172 client->syncpts[0] = host1x_syncpt_request(client, 0); in nvdec_init()
173 if (!client->syncpts[0]) { in nvdec_init()
191 host1x_syncpt_put(client->syncpts[0]); in nvdec_init()
218 host1x_syncpt_put(client->syncpts[0]); in nvdec_exit()
425 struct host1x_syncpt **syncpts; in nvdec_probe() local
443 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in nvdec_probe()
444 if (!syncpts) in nvdec_probe()
519 nvdec->client.base.syncpts = syncpts; in nvdec_probe()