Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/platform/mediatek/mdp3/
Dmtk-mdp3-comp.h173 struct mdp_comp_ctx { struct
181 s64 (*get_comp_flag)(const struct mdp_comp_ctx *ctx); argument
182 int (*init_comp)(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd);
183 int (*config_frame)(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd,
185 int (*config_subfrm)(struct mdp_comp_ctx *ctx,
187 int (*wait_comp_event)(struct mdp_comp_ctx *ctx,
189 int (*advance_subfrm)(struct mdp_comp_ctx *ctx,
191 int (*post_process)(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd);
202 int mdp_comp_ctx_config(struct mdp_dev *mdp, struct mdp_comp_ctx *ctx,
Dmtk-mdp3-comp.c26 __get_plat_cfg(const struct mdp_comp_ctx *ctx) in __get_plat_cfg()
34 static s64 get_comp_flag(const struct mdp_comp_ctx *ctx) in get_comp_flag()
51 static int init_rdma(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd) in init_rdma()
78 static int config_rdma_frame(struct mdp_comp_ctx *ctx, in config_rdma_frame()
182 static int config_rdma_subfrm(struct mdp_comp_ctx *ctx, in config_rdma_subfrm()
252 static int wait_rdma_event(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd) in wait_rdma_event()
276 static int init_rsz(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd) in init_rsz()
289 static int config_rsz_frame(struct mdp_comp_ctx *ctx, in config_rsz_frame()
326 static int config_rsz_subfrm(struct mdp_comp_ctx *ctx, in config_rsz_subfrm()
389 static int advance_rsz_subfrm(struct mdp_comp_ctx *ctx, in advance_rsz_subfrm()
[all …]
Dmtk-mdp3-cmdq.c19 struct mdp_comp_ctx comps[MDP_PATH_MAX_COMPS];
52 const struct mdp_comp_ctx *ctx; in mdp_path_subfrm_require()
103 const struct mdp_comp_ctx *ctx; in mdp_path_subfrm_run()
176 struct mdp_comp_ctx *ctx; in mdp_path_config_subfrm()
240 struct mdp_comp_ctx *ctx; in mdp_path_config()