Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/host1x/
H A Dsyncpt.c421 struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client, in host1x_syncpt_request() function
428 EXPORT_SYMBOL(host1x_syncpt_request);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Dgr2d.c46 client->syncpts[0] = host1x_syncpt_request(client, flags); in gr2d_init()
H A Dgr3d.c55 client->syncpts[0] = host1x_syncpt_request(client, flags); in gr3d_init()
H A Dvic.c182 client->syncpts[0] = host1x_syncpt_request(client, 0); in vic_init()
H A Ddc.c2057 dc->syncpt = host1x_syncpt_request(client, flags); in tegra_dc_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhost1x.h154 struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client,
/OK3568_Linux_fs/kernel/drivers/staging/media/tegra-video/
H A 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()