Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_mpc.c419 unsigned int bot_sel; in mpc1_init_mpcc_list_from_hw() local
431 REG_GET(MPCC_BOT_SEL[mpcc_id], MPCC_BOT_SEL, &bot_sel); in mpc1_init_mpcc_list_from_hw()
433 if (bot_sel == mpcc_id) in mpc1_init_mpcc_list_from_hw()
434 bot_sel = 0xf; in mpc1_init_mpcc_list_from_hw()
443 if (bot_sel != 0xf && bot_sel < mpc10->num_mpcc) { in mpc1_init_mpcc_list_from_hw()
444 bot_mpcc_id = bot_sel; in mpc1_init_mpcc_list_from_hw()