Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/host1x/
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);
/Linux-v6.6/drivers/gpu/drm/tegra/
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()
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()
/Linux-v6.6/include/linux/
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