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()
249 struct mpcc *temp_mpcc = tree->opp_list; in mpc1_insert_plane()
290 struct mpcc *mpcc_to_remove) in mpc1_remove_mpcc()
310 struct mpcc *temp_mpcc = tree->opp_list; in mpc1_remove_mpcc()
352 static void mpc1_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc1_init_mpcc() argument
354 mpcc->mpcc_id = mpcc_inst; in mpc1_init_mpcc()
355 mpcc->dpp_id = 0xf; in mpc1_init_mpcc()
356 mpcc->mpcc_bot = NULL; in mpc1_init_mpcc()
357 mpcc->blnd_cfg.overlap_only = false; in mpc1_init_mpcc()
358 mpcc->blnd_cfg.global_alpha = 0xff; in mpc1_init_mpcc()
359 mpcc->blnd_cfg.global_gain = 0xff; in mpc1_init_mpcc()
360 mpcc->sm_cfg.enable = false; in mpc1_init_mpcc()
421 struct mpcc *mpcc; in mpc1_init_mpcc_list_from_hw() local
437 mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc1_init_mpcc_list_from_hw()
438 mpcc->dpp_id = top_sel; in mpc1_init_mpcc_list_from_hw()
442 tree->opp_list = mpcc; in mpc1_init_mpcc_list_from_hw()
448 struct mpcc *mpcc_bottom = mpc1_get_mpcc(mpc, bot_mpcc_id); in mpc1_init_mpcc_list_from_hw()
450 mpcc->mpcc_bot = mpcc_bottom; in mpc1_init_mpcc_list_from_hw()