Lines Matching refs:mpcc
55 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc2_update_blending() local
70 mpcc->blnd_cfg = *blnd_cfg; in mpc2_update_blending()
511 static void mpc2_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc2_init_mpcc() argument
513 mpcc->mpcc_id = mpcc_inst; in mpc2_init_mpcc()
514 mpcc->dpp_id = 0xf; in mpc2_init_mpcc()
515 mpcc->mpcc_bot = NULL; in mpc2_init_mpcc()
516 mpcc->blnd_cfg.overlap_only = false; in mpc2_init_mpcc()
517 mpcc->blnd_cfg.global_alpha = 0xff; in mpc2_init_mpcc()
518 mpcc->blnd_cfg.global_gain = 0xff; in mpc2_init_mpcc()
519 mpcc->blnd_cfg.background_color_bpc = 4; in mpc2_init_mpcc()
520 mpcc->blnd_cfg.bottom_gain_mode = 0; in mpc2_init_mpcc()
521 mpcc->blnd_cfg.top_gain = 0x1f000; in mpc2_init_mpcc()
522 mpcc->blnd_cfg.bottom_inside_gain = 0x1f000; in mpc2_init_mpcc()
523 mpcc->blnd_cfg.bottom_outside_gain = 0x1f000; in mpc2_init_mpcc()
524 mpcc->sm_cfg.enable = false; in mpc2_init_mpcc()
527 static struct mpcc *mpc2_get_mpcc_for_dpp(struct mpc_tree *tree, int dpp_id) in mpc2_get_mpcc_for_dpp()
529 struct mpcc *tmp_mpcc = tree->opp_list; in mpc2_get_mpcc_for_dpp()