Lines Matching refs:mpcc
45 struct mpcc *bottommost_mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc1_set_bg_color()
82 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc1_update_blending() local
91 mpcc->blnd_cfg = *blnd_cfg; in mpc1_update_blending()
119 struct mpcc *mpc1_get_mpcc(struct mpc *mpc, int mpcc_id) in mpc1_get_mpcc()
127 struct mpcc *mpc1_get_mpcc_for_dpp(struct mpc_tree *tree, int dpp_id) in mpc1_get_mpcc_for_dpp()
129 struct mpcc *tmp_mpcc = tree->opp_list; in mpc1_get_mpcc_for_dpp()
195 struct mpcc *mpc1_insert_plane( in mpc1_insert_plane()
200 struct mpcc *insert_above_mpcc, in mpc1_insert_plane()
205 struct mpcc *new_mpcc = NULL; in mpc1_insert_plane()
213 struct mpcc *temp_mpcc = tree->opp_list; in mpc1_insert_plane()
248 struct mpcc *temp_mpcc = tree->opp_list; in mpc1_insert_plane()
289 struct mpcc *mpcc_to_remove) in mpc1_remove_mpcc()
309 struct mpcc *temp_mpcc = tree->opp_list; in mpc1_remove_mpcc()
351 static void mpc1_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc1_init_mpcc() argument
353 mpcc->mpcc_id = mpcc_inst; in mpc1_init_mpcc()
354 mpcc->dpp_id = 0xf; in mpc1_init_mpcc()
355 mpcc->mpcc_bot = NULL; in mpc1_init_mpcc()
356 mpcc->blnd_cfg.overlap_only = false; in mpc1_init_mpcc()
357 mpcc->blnd_cfg.global_alpha = 0xff; in mpc1_init_mpcc()
358 mpcc->blnd_cfg.global_gain = 0xff; in mpc1_init_mpcc()
359 mpcc->sm_cfg.enable = false; in mpc1_init_mpcc()
420 struct mpcc *mpcc; in mpc1_init_mpcc_list_from_hw() local
436 mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc1_init_mpcc_list_from_hw()
437 mpcc->dpp_id = top_sel; in mpc1_init_mpcc_list_from_hw()
441 tree->opp_list = mpcc; in mpc1_init_mpcc_list_from_hw()
447 struct mpcc *mpcc_bottom = mpc1_get_mpcc(mpc, bot_mpcc_id); in mpc1_init_mpcc_list_from_hw()
449 mpcc->mpcc_bot = mpcc_bottom; in mpc1_init_mpcc_list_from_hw()