Home
last modified time | relevance | path

Searched defs:mdp_comp_ops (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/media/platform/mediatek/mdp3/
Dmtk-mdp3-comp.h180 struct mdp_comp_ops { struct
181 s64 (*get_comp_flag)(const struct mdp_comp_ctx *ctx);
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);
Dmtk-mdp3-comp.c741 static const struct mdp_comp_ops *mdp_comp_ops[MDP_COMP_TYPE_COUNT] = { variable