Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/host1x/
Dsyncpt.c421 struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client, in host1x_syncpt_request() function
428 EXPORT_SYMBOL(host1x_syncpt_request);
/Linux-v5.10/drivers/gpu/drm/tegra/
Dgr2d.c46 client->syncpts[0] = host1x_syncpt_request(client, flags); in gr2d_init()
Dgr3d.c55 client->syncpts[0] = host1x_syncpt_request(client, flags); in gr3d_init()
Dvic.c181 client->syncpts[0] = host1x_syncpt_request(client, 0); in vic_init()
Ddc.c2051 dc->syncpt = host1x_syncpt_request(client, flags); in tegra_dc_init()
/Linux-v5.10/include/linux/
Dhost1x.h154 struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client,
/Linux-v5.10/drivers/staging/media/tegra-video/
Dvi.c987 chan->frame_start_sp = host1x_syncpt_request(&vi->client, flags); in tegra_channel_init()
993 chan->mw_ack_sp = host1x_syncpt_request(&vi->client, flags); in tegra_channel_init()