Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/host1x/
Dcontext.c144 void host1x_memory_context_get(struct host1x_memory_context *cd) in host1x_memory_context_get() function
148 EXPORT_SYMBOL_GPL(host1x_memory_context_get);
/linux-6.1.9/include/linux/
Dhost1x.h473 void host1x_memory_context_get(struct host1x_memory_context *cd);
482 static inline void host1x_memory_context_get(struct host1x_memory_context *cd) in host1x_memory_context_get() function
/linux-6.1.9/drivers/gpu/drm/tegra/
Dsubmit.c614 host1x_memory_context_get(job->memory_context); in tegra_drm_ioctl_channel_submit()