Searched refs:top_sel (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/mpc/dcn10/ |
| H A D | dcn10_mpc.c | 148 unsigned int top_sel, mpc_busy, mpc_idle; in mpc1_assert_mpcc_idle_before_connect() local 151 MPCC_TOP_SEL, &top_sel); in mpc1_assert_mpcc_idle_before_connect() 153 if (top_sel == 0xf) { in mpc1_assert_mpcc_idle_before_connect() 402 unsigned int top_sel; in mpc1_init_mpcc_list_from_hw() local 414 REG_GET(MPCC_TOP_SEL[mpcc_id], MPCC_TOP_SEL, &top_sel); in mpc1_init_mpcc_list_from_hw() 420 if ((opp_id == tree->opp_id) && (top_sel != 0xf)) { in mpc1_init_mpcc_list_from_hw() 422 mpcc->dpp_id = top_sel; in mpc1_init_mpcc_list_from_hw() 430 REG_GET(MPCC_TOP_SEL[bot_mpcc_id], MPCC_TOP_SEL, &top_sel); in mpc1_init_mpcc_list_from_hw() 431 if ((opp_id == tree->opp_id) && (top_sel != 0xf)) { in mpc1_init_mpcc_list_from_hw()
|
| /linux/drivers/gpu/drm/amd/display/dc/mpc/dcn20/ |
| H A D | dcn20_mpc.c | 489 unsigned int top_sel, mpc_busy, mpc_idle, mpc_disabled; in mpc2_assert_mpcc_idle_before_connect() local 492 MPCC_TOP_SEL, &top_sel); in mpc2_assert_mpcc_idle_before_connect() 499 if (top_sel == 0xf) { in mpc2_assert_mpcc_idle_before_connect()
|