Home
last modified time | relevance | path

Searched refs:lima_ctx_mgr (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/lima/
H A Dlima_ctx.h23 struct lima_ctx_mgr { struct
28 int lima_ctx_create(struct lima_device *dev, struct lima_ctx_mgr *mgr, u32 *id);
29 int lima_ctx_free(struct lima_ctx_mgr *mgr, u32 id);
30 struct lima_ctx *lima_ctx_get(struct lima_ctx_mgr *mgr, u32 id);
32 void lima_ctx_mgr_init(struct lima_ctx_mgr *mgr);
33 void lima_ctx_mgr_fini(struct lima_ctx_mgr *mgr);
H A Dlima_ctx.c9 int lima_ctx_create(struct lima_device *dev, struct lima_ctx_mgr *mgr, u32 *id) in lima_ctx_create()
52 int lima_ctx_free(struct lima_ctx_mgr *mgr, u32 id) in lima_ctx_free()
67 struct lima_ctx *lima_ctx_get(struct lima_ctx_mgr *mgr, u32 id) in lima_ctx_get()
84 void lima_ctx_mgr_init(struct lima_ctx_mgr *mgr) in lima_ctx_mgr_init()
90 void lima_ctx_mgr_fini(struct lima_ctx_mgr *mgr) in lima_ctx_mgr_fini()
H A Dlima_drv.h24 struct lima_ctx_mgr ctx_mgr;
/kernel/linux/linux-6.6/drivers/gpu/drm/lima/
H A Dlima_ctx.h23 struct lima_ctx_mgr { struct
28 int lima_ctx_create(struct lima_device *dev, struct lima_ctx_mgr *mgr, u32 *id);
29 int lima_ctx_free(struct lima_ctx_mgr *mgr, u32 id);
30 struct lima_ctx *lima_ctx_get(struct lima_ctx_mgr *mgr, u32 id);
32 void lima_ctx_mgr_init(struct lima_ctx_mgr *mgr);
33 void lima_ctx_mgr_fini(struct lima_ctx_mgr *mgr);
H A Dlima_ctx.c9 int lima_ctx_create(struct lima_device *dev, struct lima_ctx_mgr *mgr, u32 *id) in lima_ctx_create()
52 int lima_ctx_free(struct lima_ctx_mgr *mgr, u32 id) in lima_ctx_free()
67 struct lima_ctx *lima_ctx_get(struct lima_ctx_mgr *mgr, u32 id) in lima_ctx_get()
84 void lima_ctx_mgr_init(struct lima_ctx_mgr *mgr) in lima_ctx_mgr_init()
90 void lima_ctx_mgr_fini(struct lima_ctx_mgr *mgr) in lima_ctx_mgr_fini()
H A Dlima_drv.h24 struct lima_ctx_mgr ctx_mgr;

Completed in 2 milliseconds