Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/inc/
H A Ddml2_internal_shared_types.h178 struct core_plane_support_info plane_support_info[DML2_MAX_PLANES]; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_dpmm/
H A Ddml2_dpmm_dcn4.c525 if (mode_support_result->cfg_support_info.plane_support_info[i].active_latency_hiding_us in get_displays_without_vactive_margin_mask()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c210 …num_active_pipes = num_active_pipes + (unsigned int)cfg_support_info->plane_support_info[k].dpps_u… 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 …neDeliveryTimeLuma[k] = swath_width_luma_ub[k] * cfg_support_info->plane_support_info[k].dpps_used… in CalculatePixelDeliveryTimes()
9700 …liveryTimeChroma[k] = swath_width_chroma_ub[k] * cfg_support_info->plane_support_info[k].dpps_used… in CalculatePixelDeliveryTimes()
9707 …ryTimeLumaPrefetch[k] = swath_width_luma_ub[k] * cfg_support_info->plane_support_info[k].dpps_used… in CalculatePixelDeliveryTimes()
9716 …meChromaPrefetch[k] = swath_width_chroma_ub[k] * cfg_support_info->plane_support_info[k].dpps_used… in CalculatePixelDeliveryTimes()
10462 mode_lib->mp.NoOfDPP[k] = cfg_support_info->plane_support_info[k].dpps_used; in dml_core_mode_programming()