Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_utils.c469 for (plane_index = 0; plane_index < dml_dispcfg->num_surfaces; plane_index++) { in find_planes_per_stream_and_stream_count()
473 …if (plane_index + 1 < dml_dispcfg->num_surfaces && dml_dispcfg->plane.BlendingAndTiming[plane_inde… in find_planes_per_stream_and_stream_count()
491 for (plane_index = 0; plane_index < dml_dispcfg->num_surfaces; plane_index++) { in dml2_apply_det_buffer_allocation_policy()
505 …if (plane_index + 1 < dml_dispcfg->num_surfaces && dml_dispcfg->plane.BlendingAndTiming[plane_inde… in dml2_apply_det_buffer_allocation_policy()
H A Ddml2_translation_helper.c1357 disp_cfg_plane_location = dml_dispcfg->num_surfaces++; in map_dc_state_into_dml_display_cfg()
1372 disp_cfg_plane_location = dml_dispcfg->num_surfaces++; in map_dc_state_into_dml_display_cfg()
H A Ddisplay_mode_core_structs.h682 unsigned int num_surfaces; member