Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c6305 long RoundedUpSwathSizeBytesC = 0; in CalculateSwathAndDETConfiguration() local
6401 RoundedUpSwathSizeBytesC = RoundedUpMaxSwathSizeBytesC; in CalculateSwathAndDETConfiguration()
6408 RoundedUpSwathSizeBytesC = RoundedUpMaxSwathSizeBytesC; in CalculateSwathAndDETConfiguration()
6415 RoundedUpSwathSizeBytesC = RoundedUpMinSwathSizeBytesC; in CalculateSwathAndDETConfiguration()
6420 RoundedUpSwathSizeBytesC = RoundedUpMinSwathSizeBytesC; in CalculateSwathAndDETConfiguration()
6426 } else if (RoundedUpSwathSizeBytesY <= 1.5 * RoundedUpSwathSizeBytesC) { in CalculateSwathAndDETConfiguration()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c6896 int RoundedUpSwathSizeBytesC; local
6983 RoundedUpSwathSizeBytesC = RoundedUpMaxSwathSizeBytesC;
6989 RoundedUpSwathSizeBytesC = RoundedUpMaxSwathSizeBytesC;
6995 RoundedUpSwathSizeBytesC = RoundedUpMinSwathSizeBytesC;
7000 RoundedUpSwathSizeBytesC = RoundedUpMinSwathSizeBytesC;
7007 } else if (RoundedUpSwathSizeBytesY <= 1.5 * RoundedUpSwathSizeBytesC) {