amdgpu_dcn10_mpc.c | 408 int bot_mpcc_id; local in function:mpc1_init_mpcc_list_from_hw 429 bot_mpcc_id = bot_sel; 430 REG_GET(MPCC_OPP_ID[bot_mpcc_id], MPCC_OPP_ID, &opp_id); 431 REG_GET(MPCC_TOP_SEL[bot_mpcc_id], MPCC_TOP_SEL, &top_sel); 433 struct mpcc *mpcc_bottom = mpc1_get_mpcc(mpc, bot_mpcc_id); 452 REG_GET(MPCC_BOT_SEL[mpcc_inst], MPCC_BOT_SEL, &s->bot_mpcc_id);
|