Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_mpc.c148 unsigned int top_sel; in mpc1_is_mpcc_idle() local
152 REG_GET(MPCC_TOP_SEL[mpcc_id], MPCC_TOP_SEL, &top_sel); in mpc1_is_mpcc_idle()
155 if (top_sel == 0xf && opp_id == 0xf && idle) in mpc1_is_mpcc_idle()
164 unsigned int top_sel, mpc_busy, mpc_idle; in mpc1_assert_mpcc_idle_before_connect() local
167 MPCC_TOP_SEL, &top_sel); in mpc1_assert_mpcc_idle_before_connect()
169 if (top_sel == 0xf) { in mpc1_assert_mpcc_idle_before_connect()
418 unsigned int top_sel; in mpc1_init_mpcc_list_from_hw() local
430 REG_GET(MPCC_TOP_SEL[mpcc_id], MPCC_TOP_SEL, &top_sel); in mpc1_init_mpcc_list_from_hw()
436 if ((opp_id == tree->opp_id) && (top_sel != 0xf)) { in mpc1_init_mpcc_list_from_hw()
438 mpcc->dpp_id = top_sel; in mpc1_init_mpcc_list_from_hw()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_mpc.c486 unsigned int top_sel, mpc_busy, mpc_idle, mpc_disabled; in mpc2_assert_mpcc_idle_before_connect() local
489 MPCC_TOP_SEL, &top_sel); in mpc2_assert_mpcc_idle_before_connect()
496 if (top_sel == 0xf) { in mpc2_assert_mpcc_idle_before_connect()