Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c159 unsigned int RequestHeight256ByteLuma,
1386 unsigned int RequestHeight256ByteLuma, in CalculateDCCConfiguration() argument
1466 / ((double) RequestHeight256ByteLuma * BytePerPixelY in CalculateDCCConfiguration()
1469 / (256.0 / RequestHeight256ByteLuma / (1 + vert_div_l)); in CalculateDCCConfiguration()
1473 / ((double) RequestHeight256ByteLuma * BytePerPixelY in CalculateDCCConfiguration()
1479 / (256.0 / RequestHeight256ByteLuma / (1 + vert_div_l) in CalculateDCCConfiguration()
1504 full_swath_bytes_horz_wc_l = eff_surf_width_l * RequestHeight256ByteLuma * BytePerPixelY; in CalculateDCCConfiguration()
1505 full_swath_bytes_vert_wc_l = eff_surf_height_l * 256 / RequestHeight256ByteLuma; in CalculateDCCConfiguration()