Searched defs:mdp_comp_ops (Results 1 – 2 of 2) sorted by relevance
241 struct mdp_comp_ops { struct242 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);
1527 static const struct mdp_comp_ops *mdp_comp_ops[MDP_COMP_TYPE_COUNT] = { variable