Home
last modified time | relevance | path

Searched refs:host1x_memory_context_get (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/host1x/
H A Dcontext.c160 void host1x_memory_context_get(struct host1x_memory_context *cd) in host1x_memory_context_get() function
164 EXPORT_SYMBOL_GPL(host1x_memory_context_get);
/openbmc/linux/include/linux/
H A Dhost1x.h478 void host1x_memory_context_get(struct host1x_memory_context *cd);
488 static inline void host1x_memory_context_get(struct host1x_memory_context *cd) in host1x_memory_context_get() function
/openbmc/linux/drivers/gpu/drm/tegra/
H A Dsubmit.c609 host1x_memory_context_get(job->memory_context); in tegra_drm_ioctl_channel_submit()