Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_mpc.c45 struct mpcc *bottommost_mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc1_set_bg_color() local
48 bottommost_mpcc->blnd_cfg.black_color = *bg_color; in mpc1_set_bg_color()
51 while (bottommost_mpcc->mpcc_bot) { in mpc1_set_bg_color()
53 ASSERT(bottommost_mpcc != bottommost_mpcc->mpcc_bot); in mpc1_set_bg_color()
54 if (bottommost_mpcc == bottommost_mpcc->mpcc_bot) in mpc1_set_bg_color()
57 bottommost_mpcc = bottommost_mpcc->mpcc_bot; in mpc1_set_bg_color()
68 REG_SET(MPCC_BG_R_CR[bottommost_mpcc->mpcc_id], 0, in mpc1_set_bg_color()
70 REG_SET(MPCC_BG_G_Y[bottommost_mpcc->mpcc_id], 0, in mpc1_set_bg_color()
72 REG_SET(MPCC_BG_B_CB[bottommost_mpcc->mpcc_id], 0, in mpc1_set_bg_color()