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

/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_mpc.c45 struct mpcc *bottommost_mpcc = mpc1_get_mpcc(mpc, mpcc_id); local
48 bottommost_mpcc->blnd_cfg.black_color = *bg_color;
51 while (bottommost_mpcc->mpcc_bot) {
53 ASSERT(bottommost_mpcc != bottommost_mpcc->mpcc_bot);
54 if (bottommost_mpcc == bottommost_mpcc->mpcc_bot)
57 bottommost_mpcc = bottommost_mpcc->mpcc_bot;
68 REG_SET(MPCC_BG_R_CR[bottommost_mpcc
[all...]

Completed in 192 milliseconds