Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn5_calcs_dchub.c4648 unsigned int dpte_group_width_luma; in dcn5_calculate_meta_and_pte_times() local
4755dpte_group_width_luma = (unsigned int)((double)p->dpte_group_bytes[k] / (double)p->PTERequestSizeY… in dcn5_calculate_meta_and_pte_times()
4757dpte_group_width_luma = (unsigned int)((double)p->dpte_group_bytes[k] / (double)p->PTERequestSizeY… in dcn5_calculate_meta_and_pte_times()
4760 …ed int)(math_ceil2((double)p->dpte_row_width_luma_ub[k] / (double)dpte_group_width_luma / 2.0, 1.0… in dcn5_calculate_meta_and_pte_times()
4762 …signed int)(math_ceil2((double)p->dpte_row_width_luma_ub[k] / (double)dpte_group_width_luma, 1.0)); in dcn5_calculate_meta_and_pte_times()
4773 …DML_LOG_VERBOSE("DML::%s: k=%u, dpte_group_width_luma = %u\n", __func__, k, dpte_group_width_luma); in dcn5_calculate_meta_and_pte_times()