Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/lima/
Dlima_ctx.h28 int lima_ctx_create(struct lima_device *dev, struct lima_ctx_mgr *mgr, u32 *id);
Dlima_ctx.c9 int lima_ctx_create(struct lima_device *dev, struct lima_ctx_mgr *mgr, u32 *id) in lima_ctx_create() function
Dlima_drv.c197 return lima_ctx_create(ldev, &priv->ctx_mgr, &args->id); in lima_ioctl_ctx_create()