Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tegra/
H A 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()
H A Dgr2d.c85 host1x_syncpt_put(client->syncpts[0]); in gr2d_init()
107 host1x_syncpt_put(client->syncpts[0]); in gr2d_exit()
H A Dgr3d.c94 host1x_syncpt_put(client->syncpts[0]); in gr3d_init()
115 host1x_syncpt_put(client->syncpts[0]); in gr3d_exit()
H A Dnvdec.c191 host1x_syncpt_put(client->syncpts[0]); in nvdec_init()
218 host1x_syncpt_put(client->syncpts[0]); in nvdec_exit()
H A Dvic.c157 host1x_syncpt_put(client->syncpts[0]); in vic_init()
184 host1x_syncpt_put(client->syncpts[0]); in vic_exit()
H A Ddc.c2714 host1x_syncpt_put(dc->syncpt); in tegra_dc_init()
2739 host1x_syncpt_put(dc->syncpt); in tegra_dc_exit()
/openbmc/linux/drivers/gpu/host1x/
H A Dsyncpt.c367 void host1x_syncpt_put(struct host1x_syncpt *sp) in host1x_syncpt_put() function
374 EXPORT_SYMBOL(host1x_syncpt_put);
H A Djob.c102 host1x_syncpt_put(job->syncpt); in job_free()
/openbmc/linux/drivers/staging/media/tegra-video/
H A 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()
H A Dtegra20.c266 host1x_syncpt_put(chan->mw_ack_sp[0]); in tegra20_channel_host1x_syncpt_free()
/openbmc/linux/include/linux/
H A Dhost1x.h214 void host1x_syncpt_put(struct host1x_syncpt *sp);