Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_mpc.c51 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()
136 ASSERT(tmp_mpcc != tmp_mpcc->mpcc_bot); in mpc1_get_mpcc_for_dpp()
137 if (tmp_mpcc == tmp_mpcc->mpcc_bot) in mpc1_get_mpcc_for_dpp()
140 tmp_mpcc = tmp_mpcc->mpcc_bot; in mpc1_get_mpcc_for_dpp()
216 while (temp_mpcc && temp_mpcc->mpcc_bot != insert_above_mpcc) in mpc1_insert_plane()
217 temp_mpcc = temp_mpcc->mpcc_bot; in mpc1_insert_plane()
228 new_mpcc->mpcc_bot = insert_above_mpcc; in mpc1_insert_plane()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_mpc.c515 mpcc->mpcc_bot = NULL; in mpc2_init_mpcc()
536 ASSERT(tmp_mpcc != tmp_mpcc->mpcc_bot); in mpc2_get_mpcc_for_dpp()
537 if (tmp_mpcc == tmp_mpcc->mpcc_bot) in mpc2_get_mpcc_for_dpp()
540 tmp_mpcc = tmp_mpcc->mpcc_bot; in mpc2_get_mpcc_for_dpp()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_mpc.c66 mpcc->mpcc_bot = NULL; in mpc201_init_mpcc()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dmpc.h159 struct mpcc *mpcc_bot; /* pointer to bottom layer MPCC. NULL when not connected */ member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_mpc.c1042 mpcc->mpcc_bot = NULL; in mpc3_init_mpcc()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2672 pool->mpc->mpcc_array[pipe_ctx->plane_res.mpcc_inst].mpcc_bot = in acquire_resource_from_hw_enabled_state()