Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c5885 unsigned int dpte_group_width_luma; in CalculateMetaAndPTETimes() local
5947 dpte_group_width_luma = dpte_group_bytes[k] / PTERequestSizeY[k] in CalculateMetaAndPTETimes()
5950 dpte_group_width_luma = dpte_group_bytes[k] / PTERequestSizeY[k] in CalculateMetaAndPTETimes()
5954 (float) dpte_row_width_luma_ub[k] / dpte_group_width_luma, in CalculateMetaAndPTETimes()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c5882 unsigned int dpte_group_width_luma = 0; in CalculateMetaAndPTETimes() local
5958 dpte_group_width_luma = dpte_group_bytes[k] / PTERequestSizeY[k] * PixelPTEReqWidthY[k]; in CalculateMetaAndPTETimes()
5960 dpte_group_width_luma = dpte_group_bytes[k] / PTERequestSizeY[k] * PixelPTEReqHeightY[k]; in CalculateMetaAndPTETimes()
5962 …dpte_groups_per_row_luma_ub = dml_ceil(1.0 * dpte_row_width_luma_ub[k] / dpte_group_width_luma, 1); in CalculateMetaAndPTETimes()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c6320 unsigned int dpte_group_width_luma; local
6396 dpte_group_width_luma = dpte_group_bytes[k] / PTERequestSizeY[k] * PixelPTEReqWidthY[k];
6398 dpte_group_width_luma = dpte_group_bytes[k] / PTERequestSizeY[k] * PixelPTEReqHeightY[k];
6400 …dpte_groups_per_row_luma_ub = dml_ceil(1.0 * dpte_row_width_luma_ub[k] / dpte_group_width_luma, 1);