Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/inc/
H A Ddml2_internal_shared_types.h151 int dpps_used; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c210 …_active_pipes = num_active_pipes + (unsigned int)cfg_support_info->plane_support_info[k].dpps_used; in dml_get_num_active_pipes()
226 for (int i = 0; i < cfg_support_info->plane_support_info[plane_idx].dpps_used; i++) { in dml_calc_pipe_plane_mapping()
9686 …:%s: k=%u : DPPPerSurface = %u\n", __func__, k, cfg_support_info->plane_support_info[k].dpps_used); in CalculatePixelDeliveryTimes()
9691 …a[k] = swath_width_luma_ub[k] * cfg_support_info->plane_support_info[k].dpps_used / display_cfg->p… in CalculatePixelDeliveryTimes()
9700 …k] = swath_width_chroma_ub[k] * cfg_support_info->plane_support_info[k].dpps_used / display_cfg->p… in CalculatePixelDeliveryTimes()
9707 …h[k] = swath_width_luma_ub[k] * cfg_support_info->plane_support_info[k].dpps_used / display_cfg->p… in CalculatePixelDeliveryTimes()
9716 …k] = swath_width_chroma_ub[k] * cfg_support_info->plane_support_info[k].dpps_used / display_cfg->p… in CalculatePixelDeliveryTimes()
10462 mode_lib->mp.NoOfDPP[k] = cfg_support_info->plane_support_info[k].dpps_used; in dml_core_mode_programming()