Home
last modified time | relevance | path

Searched refs:dpte_group_width_chroma (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.c4650 unsigned int dpte_group_width_chroma; in dcn5_calculate_meta_and_pte_times() local
4785dpte_group_width_chroma = (unsigned int)((double)p->dpte_group_bytes[k] / (double)p->PTERequestSiz… in dcn5_calculate_meta_and_pte_times()
4787dpte_group_width_chroma = (unsigned int)((double)p->dpte_group_bytes[k] / (double)p->PTERequestSiz… in dcn5_calculate_meta_and_pte_times()
4791 …int)(math_ceil2((double)p->dpte_row_width_chroma_ub[k] / (double)dpte_group_width_chroma / 2.0, 1.… in dcn5_calculate_meta_and_pte_times()
4793 …ed int)(math_ceil2((double)p->dpte_row_width_chroma_ub[k] / (double)dpte_group_width_chroma, 1.0)); in dcn5_calculate_meta_and_pte_times()
4799 …LOG_VERBOSE("DML::%s: k=%u, dpte_group_width_chroma = %u\n", __func__, k, dpte_group_width_chroma); in dcn5_calculate_meta_and_pte_times()