Searched refs:host1x_syncpt_request (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/host1x/ |
H A D | syncpt.c | 331 struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client, in host1x_syncpt_request() function 338 EXPORT_SYMBOL(host1x_syncpt_request);
|
/linux/drivers/gpu/drm/tegra/ |
H A D | gr2d.c | 61 client->syncpts[0] = host1x_syncpt_request(client, flags); in gr2d_init()
|
H A D | gr3d.c | 71 client->syncpts[0] = host1x_syncpt_request(client, flags); in gr3d_init()
|
H A D | nvdec.c | 172 client->syncpts[0] = host1x_syncpt_request(client, 0); in nvdec_init()
|
H A D | vic.c | 138 client->syncpts[0] = host1x_syncpt_request(client, 0); in vic_init()
|
H A D | dc.c | 2636 dc->syncpt = host1x_syncpt_request(client, flags); in tegra_dc_init()
|
/linux/include/linux/ |
H A D | host1x.h | 217 struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client,
|
/linux/drivers/staging/media/tegra-video/ |
H A D | tegra210.c | 192 fs_sp = host1x_syncpt_request(&vi->client, flags); in tegra210_channel_host1x_syncpt_init() 199 mw_sp = host1x_syncpt_request(&vi->client, flags); in tegra210_channel_host1x_syncpt_init()
|
H A D | tegra20.c | 256 out_sp = host1x_syncpt_request(&vi->client, HOST1X_SYNCPT_CLIENT_MANAGED); in tegra20_channel_host1x_syncpt_init()
|