Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/host1x/
Dcontext.c150 void host1x_memory_context_put(struct host1x_memory_context *cd) in host1x_memory_context_put() function
160 EXPORT_SYMBOL_GPL(host1x_memory_context_put);
/linux-6.1.9/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.c502 host1x_memory_context_put(job->memory_context); in release_job()
675 host1x_memory_context_put(job->memory_context); in tegra_drm_ioctl_channel_submit()
/linux-6.1.9/include/linux/
Dhost1x.h474 void host1x_memory_context_put(struct host1x_memory_context *cd);
486 static inline void host1x_memory_context_put(struct host1x_memory_context *cd) in host1x_memory_context_put() function