Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/tegra/
Duapi.c59 host1x_syncpt_put(sp); in tegra_drm_uapi_close_file()
317 host1x_syncpt_put(sp); in tegra_drm_ioctl_syncpoint_allocate()
337 host1x_syncpt_put(sp); in tegra_drm_ioctl_syncpoint_free()
Dgr2d.c85 host1x_syncpt_put(client->syncpts[0]); in gr2d_init()
107 host1x_syncpt_put(client->syncpts[0]); in gr2d_exit()
Dgr3d.c94 host1x_syncpt_put(client->syncpts[0]); in gr3d_init()
115 host1x_syncpt_put(client->syncpts[0]); in gr3d_exit()
Dnvdec.c191 host1x_syncpt_put(client->syncpts[0]); in nvdec_init()
218 host1x_syncpt_put(client->syncpts[0]); in nvdec_exit()
Dvic.c157 host1x_syncpt_put(client->syncpts[0]); in vic_init()
184 host1x_syncpt_put(client->syncpts[0]); in vic_exit()
Ddc.c2714 host1x_syncpt_put(dc->syncpt); in tegra_dc_init()
2739 host1x_syncpt_put(dc->syncpt); in tegra_dc_exit()
/Linux-v6.6/drivers/staging/media/tegra-video/
Dtegra210.c202 host1x_syncpt_put(fs_sp); in tegra210_channel_host1x_syncpt_init()
216 host1x_syncpt_put(chan->mw_ack_sp[i]); in tegra210_channel_host1x_syncpt_init()
217 host1x_syncpt_put(chan->frame_start_sp[i]); in tegra210_channel_host1x_syncpt_init()
227 host1x_syncpt_put(chan->mw_ack_sp[i]); in tegra210_channel_host1x_syncpt_free()
228 host1x_syncpt_put(chan->frame_start_sp[i]); in tegra210_channel_host1x_syncpt_free()
Dtegra20.c266 host1x_syncpt_put(chan->mw_ack_sp[0]); in tegra20_channel_host1x_syncpt_free()
/Linux-v6.6/drivers/gpu/host1x/
Dsyncpt.c367 void host1x_syncpt_put(struct host1x_syncpt *sp) in host1x_syncpt_put() function
374 EXPORT_SYMBOL(host1x_syncpt_put);
Djob.c102 host1x_syncpt_put(job->syncpt); in job_free()
/Linux-v6.6/include/linux/
Dhost1x.h214 void host1x_syncpt_put(struct host1x_syncpt *sp);