Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c1402 int horz_div_l = 0; in CalculateDCCConfiguration() local
1445 horz_div_l = 1; in CalculateDCCConfiguration()
1457 horz_div_l = 0; in CalculateDCCConfiguration()
1467 / (1 + horz_div_l)); in CalculateDCCConfiguration()
1474 / (1 + horz_div_l) in CalculateDCCConfiguration()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c1605 int horz_div_l; local
1643 horz_div_l = 1;
1653 horz_div_l = 0;
1659 …= (double) swath_buf_size / ((double) RequestHeight256ByteLuma * BytePerPixelY / (1 + horz_div_l));
1664 / ((double) RequestHeight256ByteLuma * BytePerPixelY / (1 + horz_div_l)