Searched defs:mdp_comp_ops (Results 1 – 2 of 2) sorted by relevance
160 struct mdp_comp_ops { struct161 s64 (*get_comp_flag)(const struct mdp_comp_ctx *ctx);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);
573 static const struct mdp_comp_ops *mdp_comp_ops[MDP_COMP_TYPE_COUNT] = { variable
Completed in 7 milliseconds