HomeSort by: relevance | last modified time | path
    Searched defs:bot_sel (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_mpc.c 404 unsigned int bot_sel; local in function:mpc1_init_mpcc_list_from_hw
416 REG_GET(MPCC_BOT_SEL[mpcc_id], MPCC_BOT_SEL, &bot_sel);
418 if (bot_sel == mpcc_id)
419 bot_sel = 0xf;
428 if (bot_sel != 0xf && bot_sel < mpc10->num_mpcc) {
429 bot_mpcc_id = bot_sel;
amdgpu_dcn10_mpc.c 404 unsigned int bot_sel; local in function:mpc1_init_mpcc_list_from_hw
416 REG_GET(MPCC_BOT_SEL[mpcc_id], MPCC_BOT_SEL, &bot_sel);
418 if (bot_sel == mpcc_id)
419 bot_sel = 0xf;
428 if (bot_sel != 0xf && bot_sel < mpc10->num_mpcc) {
429 bot_mpcc_id = bot_sel;
amdgpu_dcn10_mpc.c 404 unsigned int bot_sel; local in function:mpc1_init_mpcc_list_from_hw
416 REG_GET(MPCC_BOT_SEL[mpcc_id], MPCC_BOT_SEL, &bot_sel);
418 if (bot_sel == mpcc_id)
419 bot_sel = 0xf;
428 if (bot_sel != 0xf && bot_sel < mpc10->num_mpcc) {
429 bot_mpcc_id = bot_sel;

Completed in 34 milliseconds