Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_mpc.c51 while (bottommost_mpcc->mpcc_bot) { in mpc1_set_bg_color()
52 bottommost_mpcc = bottommost_mpcc->mpcc_bot; in mpc1_set_bg_color()
129 tmp_mpcc = tmp_mpcc->mpcc_bot; in mpc1_get_mpcc_for_dpp()
204 while (temp_mpcc && temp_mpcc->mpcc_bot != insert_above_mpcc) in mpc1_insert_plane()
205 temp_mpcc = temp_mpcc->mpcc_bot; in mpc1_insert_plane()
216 new_mpcc->mpcc_bot = insert_above_mpcc; in mpc1_insert_plane()
220 new_mpcc->mpcc_bot = NULL; in mpc1_insert_plane()
239 while (temp_mpcc && temp_mpcc->mpcc_bot != insert_above_mpcc) in mpc1_insert_plane()
240 temp_mpcc = temp_mpcc->mpcc_bot; in mpc1_insert_plane()
241 if (temp_mpcc && temp_mpcc->mpcc_bot == insert_above_mpcc) { in mpc1_insert_plane()
[all …]
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/inc/hw/
Dmpc.h117 struct mpcc *mpcc_bot; /* pointer to bottom layer MPCC. NULL when not connected */ member
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_mpc.c516 mpcc->mpcc_bot = NULL; in mpc2_init_mpcc()
535 tmp_mpcc = tmp_mpcc->mpcc_bot; in mpc2_get_mpcc_for_dpp()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_mpc.c1042 mpcc->mpcc_bot = NULL; in mpc3_init_mpcc()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c1973 pool->mpc->mpcc_array[pipe_ctx->plane_res.mpcc_inst].mpcc_bot = in acquire_resource_from_hw_enabled_state()