Home
last modified time | relevance | path

Searched refs:lima_ctx (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/lima/
H A Dlima_ctx.c12 struct lima_ctx *ctx; in lima_ctx_create()
45 struct lima_ctx *ctx = container_of(ref, struct lima_ctx, refcnt); in lima_ctx_do_release()
55 struct lima_ctx *ctx; in lima_ctx_free()
68 struct lima_ctx *lima_ctx_get(struct lima_ctx_mgr *mgr, u32 id) in lima_ctx_get()
70 struct lima_ctx *ctx; in lima_ctx_get()
80 void lima_ctx_put(struct lima_ctx *ctx) in lima_ctx_put()
93 struct lima_ctx *ctx; in lima_ctx_mgr_fini()
H A Dlima_ctx.h12 struct lima_ctx { struct
29 struct lima_ctx *lima_ctx_get(struct lima_ctx_mgr *mgr, u32 id); argument
30 void lima_ctx_put(struct lima_ctx *ctx);
H A DMakefile15 lima_ctx.o \
H A Dlima_drv.h29 struct lima_ctx *ctx;
H A Dlima_drv.c110 struct lima_ctx *ctx; in lima_ioctl_gem_submit()