Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c4937 unsigned int dpte_group_width_luma; in dml32_CalculateMetaAndPTETimes() local
5022 dpte_group_width_luma = (double) dpte_group_bytes[k] / in dml32_CalculateMetaAndPTETimes()
5025 dpte_group_width_luma = (double) dpte_group_bytes[k] / in dml32_CalculateMetaAndPTETimes()
5031 (double) dpte_group_width_luma / 2.0, 1.0); in dml32_CalculateMetaAndPTETimes()
5034 (double) dpte_group_width_luma, 1.0); in dml32_CalculateMetaAndPTETimes()
5050 __func__, k, dpte_group_width_luma); in dml32_CalculateMetaAndPTETimes()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c6083 unsigned int dpte_group_width_luma; local
6159 dpte_group_width_luma = dpte_group_bytes[k] / PTERequestSizeY[k] * PixelPTEReqWidthY[k];
6161 dpte_group_width_luma = dpte_group_bytes[k] / PTERequestSizeY[k] * PixelPTEReqHeightY[k];
6163 …dpte_groups_per_row_luma_ub = dml_ceil(1.0 * dpte_row_width_luma_ub[k] / dpte_group_width_luma, 1);
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.c3486 dml_uint_t dpte_group_width_luma; in CalculateMetaAndPTETimes() local
3561dpte_group_width_luma = (dml_uint_t)((dml_float_t) dpte_group_bytes[k] / (dml_float_t) PTERequestS… in CalculateMetaAndPTETimes()
3563dpte_group_width_luma = (dml_uint_t)((dml_float_t) dpte_group_bytes[k] / (dml_float_t) PTERequestS… in CalculateMetaAndPTETimes()
3567 …(dml_ceil((dml_float_t) dpte_row_width_luma_ub[k] / (dml_float_t) dpte_group_width_luma / 2.0, 1.0… in CalculateMetaAndPTETimes()
3569 …t_t)(dml_ceil((dml_float_t) dpte_row_width_luma_ub[k] / (dml_float_t) dpte_group_width_luma, 1.0)); in CalculateMetaAndPTETimes()
3578 dml_print("DML::%s: k=%u, dpte_group_width_luma = %u\n", __func__, k, dpte_group_width_luma); in CalculateMetaAndPTETimes()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared.c9194 unsigned int dpte_group_width_luma; in CalculateMetaAndPTETimes() local
9303dpte_group_width_luma = (unsigned int)((double)p->dpte_group_bytes[k] / (double)p->PTERequestSizeY… in CalculateMetaAndPTETimes()
9305dpte_group_width_luma = (unsigned int)((double)p->dpte_group_bytes[k] / (double)p->PTERequestSizeY… in CalculateMetaAndPTETimes()
9308 …ed int)(math_ceil2((double)p->dpte_row_width_luma_ub[k] / (double)dpte_group_width_luma / 2.0, 1.0… in CalculateMetaAndPTETimes()
9310 …signed int)(math_ceil2((double)p->dpte_row_width_luma_ub[k] / (double)dpte_group_width_luma, 1.0)); in CalculateMetaAndPTETimes()
9323 dml2_printf("DML::%s: k=%u, dpte_group_width_luma = %u\n", __func__, k, dpte_group_width_luma); in CalculateMetaAndPTETimes()
H A Ddml2_core_dcn4_calcs.c9743 unsigned int dpte_group_width_luma; in CalculateMetaAndPTETimes() local
9852dpte_group_width_luma = (unsigned int)((double)p->dpte_group_bytes[k] / (double)p->PTERequestSizeY… in CalculateMetaAndPTETimes()
9854dpte_group_width_luma = (unsigned int)((double)p->dpte_group_bytes[k] / (double)p->PTERequestSizeY… in CalculateMetaAndPTETimes()
9857 …ed int)(math_ceil2((double)p->dpte_row_width_luma_ub[k] / (double)dpte_group_width_luma / 2.0, 1.0… in CalculateMetaAndPTETimes()
9859 …signed int)(math_ceil2((double)p->dpte_row_width_luma_ub[k] / (double)dpte_group_width_luma, 1.0)); in CalculateMetaAndPTETimes()
9870 dml2_printf("DML::%s: k=%u, dpte_group_width_luma = %u\n", __func__, k, dpte_group_width_luma); in CalculateMetaAndPTETimes()