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

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

Completed in 200 milliseconds