Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/lima/
Dlima_ctx.h28 int lima_ctx_free(struct lima_ctx_mgr *mgr, u32 id);
Dlima_ctx.c53 int lima_ctx_free(struct lima_ctx_mgr *mgr, u32 id) in lima_ctx_free() function
Dlima_drv.c209 return lima_ctx_free(&priv->ctx_mgr, args->id); in lima_ioctl_ctx_free()