Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/lima/
Dlima_ctx.c11 struct lima_ctx *ctx; in lima_ctx_create()
41 struct lima_ctx *ctx = container_of(ref, struct lima_ctx, refcnt); in lima_ctx_do_release()
51 struct lima_ctx *ctx; in lima_ctx_free()
64 struct lima_ctx *lima_ctx_get(struct lima_ctx_mgr *mgr, u32 id) in lima_ctx_get()
66 struct lima_ctx *ctx; in lima_ctx_get()
76 void lima_ctx_put(struct lima_ctx *ctx) in lima_ctx_put()
89 struct lima_ctx *ctx; in lima_ctx_mgr_fini()
Dlima_ctx.h11 struct lima_ctx { struct
25 struct lima_ctx *lima_ctx_get(struct lima_ctx_mgr *mgr, u32 id); argument
26 void lima_ctx_put(struct lima_ctx *ctx);
DMakefile15 lima_ctx.o \
Dlima_drv.h25 struct lima_ctx *ctx;
Dlima_drv.c96 struct lima_ctx *ctx; in lima_ioctl_gem_submit()