Searched refs:dpte_group_width_luma (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
D | display_mode_vba_util_32.c | 4936 unsigned int dpte_group_width_luma; in dml32_CalculateMetaAndPTETimes() local 5021 dpte_group_width_luma = (double) dpte_group_bytes[k] / in dml32_CalculateMetaAndPTETimes() 5024 dpte_group_width_luma = (double) dpte_group_bytes[k] / in dml32_CalculateMetaAndPTETimes() 5030 (double) dpte_group_width_luma / 2.0, 1.0); in dml32_CalculateMetaAndPTETimes() 5033 (double) dpte_group_width_luma, 1.0); in dml32_CalculateMetaAndPTETimes() 5049 __func__, k, dpte_group_width_luma); in dml32_CalculateMetaAndPTETimes()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_mode_vba_21.c | 5897 unsigned int dpte_group_width_luma; in CalculateMetaAndPTETimes() local 5959 dpte_group_width_luma = dpte_group_bytes[k] / PTERequestSizeY[k] in CalculateMetaAndPTETimes() 5962 dpte_group_width_luma = dpte_group_bytes[k] / PTERequestSizeY[k] in CalculateMetaAndPTETimes() 5966 (float) dpte_row_width_luma_ub[k] / dpte_group_width_luma, in CalculateMetaAndPTETimes()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_mode_vba_30.c | 5724 unsigned int dpte_group_width_luma = 0; in CalculateMetaAndPTETimes() local 5800 dpte_group_width_luma = dpte_group_bytes[k] / PTERequestSizeY[k] * PixelPTEReqWidthY[k]; in CalculateMetaAndPTETimes() 5802 dpte_group_width_luma = dpte_group_bytes[k] / PTERequestSizeY[k] * PixelPTEReqHeightY[k]; in CalculateMetaAndPTETimes() 5804 …dpte_groups_per_row_luma_ub = dml_ceil(1.0 * dpte_row_width_luma_ub[k] / dpte_group_width_luma, 1); in CalculateMetaAndPTETimes()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_mode_vba_31.c | 6086 unsigned int dpte_group_width_luma; local 6162 dpte_group_width_luma = dpte_group_bytes[k] / PTERequestSizeY[k] * PixelPTEReqWidthY[k]; 6164 dpte_group_width_luma = dpte_group_bytes[k] / PTERequestSizeY[k] * PixelPTEReqHeightY[k]; 6166 …dpte_groups_per_row_luma_ub = dml_ceil(1.0 * dpte_row_width_luma_ub[k] / dpte_group_width_luma, 1);
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
D | display_mode_vba_314.c | 6181 unsigned int dpte_group_width_luma; local 6257 dpte_group_width_luma = dpte_group_bytes[k] / PTERequestSizeY[k] * PixelPTEReqWidthY[k]; 6259 dpte_group_width_luma = dpte_group_bytes[k] / PTERequestSizeY[k] * PixelPTEReqHeightY[k]; 6261 …dpte_groups_per_row_luma_ub = dml_ceil(1.0 * dpte_row_width_luma_ub[k] / dpte_group_width_luma, 1);
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/ |
D | display_mode_core.c | 3485 dml_uint_t dpte_group_width_luma; in CalculateMetaAndPTETimes() local 3560 …dpte_group_width_luma = (dml_uint_t)((dml_float_t) dpte_group_bytes[k] / (dml_float_t) PTERequestS… in CalculateMetaAndPTETimes() 3562 …dpte_group_width_luma = (dml_uint_t)((dml_float_t) dpte_group_bytes[k] / (dml_float_t) PTERequestS… in CalculateMetaAndPTETimes() 3566 …(dml_ceil((dml_float_t) dpte_row_width_luma_ub[k] / (dml_float_t) dpte_group_width_luma / 2.0, 1.0… in CalculateMetaAndPTETimes() 3568 …t_t)(dml_ceil((dml_float_t) dpte_row_width_luma_ub[k] / (dml_float_t) dpte_group_width_luma, 1.0)); in CalculateMetaAndPTETimes() 3577 dml_print("DML::%s: k=%u, dpte_group_width_luma = %u\n", __func__, k, dpte_group_width_luma); in CalculateMetaAndPTETimes()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_shared.c | 9194 unsigned int dpte_group_width_luma; in CalculateMetaAndPTETimes() local 9303 …dpte_group_width_luma = (unsigned int)((double)p->dpte_group_bytes[k] / (double)p->PTERequestSizeY… in CalculateMetaAndPTETimes() 9305 …dpte_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()
|
D | dml2_core_dcn4_calcs.c | 9351 unsigned int dpte_group_width_luma; in CalculateMetaAndPTETimes() local 9460 …dpte_group_width_luma = (unsigned int)((double)p->dpte_group_bytes[k] / (double)p->PTERequestSizeY… in CalculateMetaAndPTETimes() 9462 …dpte_group_width_luma = (unsigned int)((double)p->dpte_group_bytes[k] / (double)p->PTERequestSizeY… in CalculateMetaAndPTETimes() 9465 …ed int)(math_ceil2((double)p->dpte_row_width_luma_ub[k] / (double)dpte_group_width_luma / 2.0, 1.0… in CalculateMetaAndPTETimes() 9467 …signed int)(math_ceil2((double)p->dpte_row_width_luma_ub[k] / (double)dpte_group_width_luma, 1.0)); in CalculateMetaAndPTETimes() 9478 dml2_printf("DML::%s: k=%u, dpte_group_width_luma = %u\n", __func__, k, dpte_group_width_luma); in CalculateMetaAndPTETimes()
|