Searched refs:mdp_comp_ctx (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/media/platform/mediatek/mdp3/ |
A D | mtk-mdp3-comp.h | 153 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,
|
A D | mtk-mdp3-comp.c | 24 __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() 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() 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() 332 static int config_wrot_frame(struct mdp_comp_ctx *ctx, in config_wrot_frame() 379 static int config_wrot_subfrm(struct mdp_comp_ctx *ctx, in config_wrot_subfrm() 455 static int config_wdma_frame(struct mdp_comp_ctx *ctx, in config_wdma_frame() [all …]
|
A D | mtk-mdp3-cmdq.c | 18 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()
|
Completed in 7 milliseconds