Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c1403 int horz_div_c = 0; in CalculateDCCConfiguration() local
1446 horz_div_c = 1; in CalculateDCCConfiguration()
1461 horz_div_c = 0; in CalculateDCCConfiguration()
1476 * BytePerPixelC / (1 + horz_div_c) in CalculateDCCConfiguration()
/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c1550 int horz_div_c; local
1588 horz_div_c = 1;
1599 horz_div_c = 0;
1609 + (double) RequestHeight256ByteChroma * BytePerPixelC / (1 + horz_div_c) / (1 + yuv420));