Home
last modified time | relevance | path

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

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