Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_ctx.h30 struct lima_ctx *lima_ctx_get(struct lima_ctx_mgr *mgr, u32 id);
H A Dlima_ctx.c67 struct lima_ctx *lima_ctx_get(struct lima_ctx_mgr *mgr, u32 id) in lima_ctx_get() function
H A Dlima_drv.c151 ctx = lima_ctx_get(&priv->ctx_mgr, args->ctx); in lima_ioctl_gem_submit()