Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/host1x/
Dcontext.c20 struct host1x_memory_context *ctx; in host1x_memory_context_list_init()
106 struct host1x_memory_context *host1x_memory_context_alloc(struct host1x *host1x, in host1x_memory_context_alloc()
110 struct host1x_memory_context *free = NULL; in host1x_memory_context_alloc()
119 struct host1x_memory_context *cd = &cdl->devs[i]; in host1x_memory_context_alloc()
144 void host1x_memory_context_get(struct host1x_memory_context *cd) in host1x_memory_context_get()
150 void host1x_memory_context_put(struct host1x_memory_context *cd) in host1x_memory_context_put()
Dcontext.h20 struct host1x_memory_context *devs;
/linux-6.1.9/include/linux/
Dhost1x.h333 struct host1x_memory_context *memory_context;
459 struct host1x_memory_context { struct
471 struct host1x_memory_context *host1x_memory_context_alloc(struct host1x *host1x, argument
473 void host1x_memory_context_get(struct host1x_memory_context *cd);
474 void host1x_memory_context_put(struct host1x_memory_context *cd);
476 static inline struct host1x_memory_context *host1x_memory_context_alloc(struct host1x *host1x, in host1x_memory_context_alloc()
482 static inline void host1x_memory_context_get(struct host1x_memory_context *cd) in host1x_memory_context_get()
486 static inline void host1x_memory_context_put(struct host1x_memory_context *cd) in host1x_memory_context_put()
/linux-6.1.9/drivers/gpu/drm/tegra/
Ddrm.h83 struct host1x_memory_context *memory_context;