Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c158 unsigned int RequestHeight256ByteLuma,
1385 unsigned int RequestHeight256ByteLuma, in CalculateDCCConfiguration() argument
1465 / ((double) RequestHeight256ByteLuma * BytePerPixelY in CalculateDCCConfiguration()
1468 / (256.0 / RequestHeight256ByteLuma / (1 + vert_div_l)); in CalculateDCCConfiguration()
1472 / ((double) RequestHeight256ByteLuma * BytePerPixelY in CalculateDCCConfiguration()
1478 / (256.0 / RequestHeight256ByteLuma / (1 + vert_div_l) in CalculateDCCConfiguration()
1503 full_swath_bytes_horz_wc_l = eff_surf_width_l * RequestHeight256ByteLuma * BytePerPixelY; in CalculateDCCConfiguration()
1504 full_swath_bytes_vert_wc_l = eff_surf_height_l * 256 / RequestHeight256ByteLuma; in CalculateDCCConfiguration()