Home
last modified time | relevance | path

Searched refs:temp_mpcc (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_mpc.c207 struct mpcc *temp_mpcc = tree->opp_list; in mpc1_insert_plane() local
209 while (temp_mpcc && temp_mpcc->mpcc_bot != insert_above_mpcc) in mpc1_insert_plane()
210 temp_mpcc = temp_mpcc->mpcc_bot; in mpc1_insert_plane()
211 if (temp_mpcc == NULL) in mpc1_insert_plane()
242 struct mpcc *temp_mpcc = tree->opp_list; in mpc1_insert_plane() local
244 while (temp_mpcc && temp_mpcc->mpcc_bot != insert_above_mpcc) in mpc1_insert_plane()
245 temp_mpcc = temp_mpcc->mpcc_bot; in mpc1_insert_plane()
246 if (temp_mpcc && temp_mpcc->mpcc_bot == insert_above_mpcc) { in mpc1_insert_plane()
247 REG_SET(MPCC_BOT_SEL[temp_mpcc->mpcc_id], 0, MPCC_BOT_SEL, mpcc_id); in mpc1_insert_plane()
248 temp_mpcc->mpcc_bot = new_mpcc; in mpc1_insert_plane()
[all …]