Home
last modified time | relevance | path

Searched refs:host1x_memory_context_put (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/host1x/
H A Dcontext.c166 void host1x_memory_context_put(struct host1x_memory_context *cd) in host1x_memory_context_put() function
176 EXPORT_SYMBOL_GPL(host1x_memory_context_put);
/openbmc/linux/drivers/gpu/drm/tegra/
H A Duapi.c37 host1x_memory_context_put(context->memory_context); in tegra_drm_channel_context_close()
153 host1x_memory_context_put(context->memory_context); in tegra_drm_ioctl_channel_open()
H A Dsubmit.c497 host1x_memory_context_put(job->memory_context); in release_job()
662 host1x_memory_context_put(job->memory_context); in tegra_drm_ioctl_channel_submit()
/openbmc/linux/include/linux/
H A Dhost1x.h479 void host1x_memory_context_put(struct host1x_memory_context *cd);
492 static inline void host1x_memory_context_put(struct host1x_memory_context *cd) in host1x_memory_context_put() function