Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_mpc.c374 unsigned int bot_sel; in mpc1_init_mpcc_list_from_hw() local
386 REG_GET(MPCC_BOT_SEL[mpcc_id], MPCC_BOT_SEL, &bot_sel); in mpc1_init_mpcc_list_from_hw()
388 if (bot_sel == mpcc_id) in mpc1_init_mpcc_list_from_hw()
389 bot_sel = 0xf; in mpc1_init_mpcc_list_from_hw()
398 if (bot_sel != 0xf && bot_sel < mpc10->num_mpcc) { in mpc1_init_mpcc_list_from_hw()
399 bot_mpcc_id = bot_sel; in mpc1_init_mpcc_list_from_hw()