Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/mediatek/mdp3/
Dmtk-mdp3-comp.h153 struct mdp_comp_ctx { struct
161 s64 (*get_comp_flag)(const struct mdp_comp_ctx *ctx); argument
162 int (*init_comp)(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd);
163 int (*config_frame)(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd,
165 int (*config_subfrm)(struct mdp_comp_ctx *ctx,
167 int (*wait_comp_event)(struct mdp_comp_ctx *ctx,
169 int (*advance_subfrm)(struct mdp_comp_ctx *ctx,
171 int (*post_process)(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd);
182 int mdp_comp_ctx_config(struct mdp_dev *mdp, struct mdp_comp_ctx *ctx,
Dmtk-mdp3-comp.c24 __get_plat_cfg(const struct mdp_comp_ctx *ctx) in __get_plat_cfg()
32 static s64 get_comp_flag(const struct mdp_comp_ctx *ctx) in get_comp_flag()
43 static int init_rdma(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd) in init_rdma()
65 static int config_rdma_frame(struct mdp_comp_ctx *ctx, in config_rdma_frame()
140 static int config_rdma_subfrm(struct mdp_comp_ctx *ctx, in config_rdma_subfrm()
190 static int wait_rdma_event(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd) in wait_rdma_event()
214 static int init_rsz(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd) in init_rsz()
227 static int config_rsz_frame(struct mdp_comp_ctx *ctx, in config_rsz_frame()
252 static int config_rsz_subfrm(struct mdp_comp_ctx *ctx, in config_rsz_subfrm()
293 static int advance_rsz_subfrm(struct mdp_comp_ctx *ctx, in advance_rsz_subfrm()
[all …]
Dmtk-mdp3-cmdq.c18 struct mdp_comp_ctx comps[MDP_PATH_MAX_COMPS];
44 const struct mdp_comp_ctx *ctx; in mdp_path_subfrm_require()
90 const struct mdp_comp_ctx *ctx; in mdp_path_subfrm_run()
153 struct mdp_comp_ctx *ctx; in mdp_path_config_subfrm()
210 struct mdp_comp_ctx *ctx; in mdp_path_config()