Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/host1x/
Dcontext.c106 struct host1x_memory_context *host1x_memory_context_alloc(struct host1x *host1x, in host1x_memory_context_alloc() function
142 EXPORT_SYMBOL_GPL(host1x_memory_context_alloc);
/Linux-v6.1/include/linux/
Dhost1x.h471 struct host1x_memory_context *host1x_memory_context_alloc(struct host1x *host1x,
476 static inline struct host1x_memory_context *host1x_memory_context_alloc(struct host1x *host1x, in host1x_memory_context_alloc() function
/Linux-v6.1/drivers/gpu/drm/tegra/
Duapi.c118 context->memory_context = host1x_memory_context_alloc( in tegra_drm_ioctl_channel_open()