Searched refs:mdp_comp_ctx (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/media/platform/mediatek/mdp3/ |
D | mtk-mdp3-comp.h | 234 struct mdp_comp_ctx { struct 242 s64 (*get_comp_flag)(const struct mdp_comp_ctx *ctx); argument 243 int (*init_comp)(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd); 244 int (*config_frame)(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd, 246 int (*config_subfrm)(struct mdp_comp_ctx *ctx, 248 int (*wait_comp_event)(struct mdp_comp_ctx *ctx, 250 int (*advance_subfrm)(struct mdp_comp_ctx *ctx, 252 int (*post_process)(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd); 263 int mdp_comp_ctx_config(struct mdp_dev *mdp, struct mdp_comp_ctx *ctx,
|
D | mtk-mdp3-comp.c | 34 __get_plat_cfg(const struct mdp_comp_ctx *ctx) in __get_plat_cfg() 42 static s64 get_comp_flag(const struct mdp_comp_ctx *ctx) in get_comp_flag() 59 static int init_rdma(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd) in init_rdma() 86 static int config_rdma_frame(struct mdp_comp_ctx *ctx, in config_rdma_frame() 287 static int config_rdma_subfrm(struct mdp_comp_ctx *ctx, in config_rdma_subfrm() 378 static int wait_rdma_event(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd) in wait_rdma_event() 408 static int init_rsz(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd) in init_rsz() 429 static int config_rsz_frame(struct mdp_comp_ctx *ctx, in config_rsz_frame() 484 static int config_rsz_subfrm(struct mdp_comp_ctx *ctx, in config_rsz_subfrm() 618 static int advance_rsz_subfrm(struct mdp_comp_ctx *ctx, in advance_rsz_subfrm() [all …]
|
D | mtk-mdp3-cmdq.c | 20 struct mdp_comp_ctx comps[MDP_PATH_MAX_COMPS]; 148 const struct mdp_comp_ctx *ctx; in mdp_path_subfrm_require() 201 const struct mdp_comp_ctx *ctx; in mdp_path_subfrm_run() 305 struct mdp_comp_ctx *ctx; in mdp_path_config_subfrm() 395 struct mdp_comp_ctx *ctx; in mdp_path_config()
|