Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_mpc.c49 while (bottommost_mpcc->mpcc_bot) { in mpc1_set_bg_color()
50 bottommost_mpcc = bottommost_mpcc->mpcc_bot; in mpc1_set_bg_color()
128 tmp_mpcc = tmp_mpcc->mpcc_bot; in mpc1_get_mpcc_for_dpp()
203 while (temp_mpcc && temp_mpcc->mpcc_bot != insert_above_mpcc) in mpc1_insert_plane()
204 temp_mpcc = temp_mpcc->mpcc_bot; in mpc1_insert_plane()
215 new_mpcc->mpcc_bot = insert_above_mpcc; in mpc1_insert_plane()
219 new_mpcc->mpcc_bot = NULL; in mpc1_insert_plane()
238 while (temp_mpcc && temp_mpcc->mpcc_bot != insert_above_mpcc) in mpc1_insert_plane()
239 temp_mpcc = temp_mpcc->mpcc_bot; in mpc1_insert_plane()
240 if (temp_mpcc && temp_mpcc->mpcc_bot == insert_above_mpcc) { in mpc1_insert_plane()
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
Dmpc.h123 struct mpcc *mpcc_bot; /* pointer to bottom layer MPCC. NULL when not connected */ member
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_mpc.c517 mpcc->mpcc_bot = NULL; in mpc2_init_mpcc()
536 tmp_mpcc = tmp_mpcc->mpcc_bot; in mpc2_get_mpcc_for_dpp()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_mpc.c1013 mpcc->mpcc_bot = NULL; in mpc3_init_mpcc()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c2045 pool->mpc->mpcc_array[pipe_ctx->plane_res.mpcc_inst].mpcc_bot = in acquire_resource_from_hw_enabled_state()