Searched refs:top_sel (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_mpc.c | 136 unsigned int top_sel; in mpc1_is_mpcc_idle() local 140 REG_GET(MPCC_TOP_SEL[mpcc_id], MPCC_TOP_SEL, &top_sel); in mpc1_is_mpcc_idle() 143 if (top_sel == 0xf && opp_id == 0xf && idle) in mpc1_is_mpcc_idle() 152 unsigned int top_sel, mpc_busy, mpc_idle; in mpc1_assert_mpcc_idle_before_connect() local 155 MPCC_TOP_SEL, &top_sel); in mpc1_assert_mpcc_idle_before_connect() 157 if (top_sel == 0xf) { in mpc1_assert_mpcc_idle_before_connect() 405 unsigned int top_sel; in mpc1_init_mpcc_list_from_hw() local 417 REG_GET(MPCC_TOP_SEL[mpcc_id], MPCC_TOP_SEL, &top_sel); in mpc1_init_mpcc_list_from_hw() 423 if ((opp_id == tree->opp_id) && (top_sel != 0xf)) { in mpc1_init_mpcc_list_from_hw() 425 mpcc->dpp_id = top_sel; in mpc1_init_mpcc_list_from_hw() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_mpc.c | 488 unsigned int top_sel, mpc_busy, mpc_idle, mpc_disabled; in mpc2_assert_mpcc_idle_before_connect() local 491 MPCC_TOP_SEL, &top_sel); in mpc2_assert_mpcc_idle_before_connect() 498 if (top_sel == 0xf) { in mpc2_assert_mpcc_idle_before_connect()
|