Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_ctx.c11 struct lima_ctx *ctx; in lima_ctx_create()
44 struct lima_ctx *ctx = container_of(ref, struct lima_ctx, refcnt); in lima_ctx_do_release()
54 struct lima_ctx *ctx; in lima_ctx_free()
67 struct lima_ctx *lima_ctx_get(struct lima_ctx_mgr *mgr, u32 id) in lima_ctx_get()
69 struct lima_ctx *ctx; in lima_ctx_get()
79 void lima_ctx_put(struct lima_ctx *ctx) in lima_ctx_put()
92 struct lima_ctx *ctx; in lima_ctx_mgr_fini()
H A Dlima_ctx.h12 struct lima_ctx { struct
30 struct lima_ctx *lima_ctx_get(struct lima_ctx_mgr *mgr, u32 id); argument
31 void lima_ctx_put(struct lima_ctx *ctx);
H A DMakefile15 lima_ctx.o \
H A Dlima_drv.h28 struct lima_ctx *ctx;
H A Dlima_sched.c279 struct lima_ctx *ctx = in lima_sched_build_error_task_list()
280 container_of(sched_ctx, struct lima_ctx, context[pipe_id]); in lima_sched_build_error_task_list()
H A Dlima_drv.c110 struct lima_ctx *ctx; in lima_ioctl_gem_submit()