Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c6304 long RoundedUpSwathSizeBytesY = 0; in CalculateSwathAndDETConfiguration() local
6400 RoundedUpSwathSizeBytesY = RoundedUpMaxSwathSizeBytesY; in CalculateSwathAndDETConfiguration()
6407 RoundedUpSwathSizeBytesY = RoundedUpMinSwathSizeBytesY; in CalculateSwathAndDETConfiguration()
6414 RoundedUpSwathSizeBytesY = RoundedUpMaxSwathSizeBytesY; in CalculateSwathAndDETConfiguration()
6419 RoundedUpSwathSizeBytesY = RoundedUpMinSwathSizeBytesY; 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.c6895 int RoundedUpSwathSizeBytesY; local
6982 RoundedUpSwathSizeBytesY = RoundedUpMaxSwathSizeBytesY;
6988 RoundedUpSwathSizeBytesY = RoundedUpMinSwathSizeBytesY;
6994 RoundedUpSwathSizeBytesY = RoundedUpMaxSwathSizeBytesY;
6999 RoundedUpSwathSizeBytesY = RoundedUpMinSwathSizeBytesY;
7007 } else if (RoundedUpSwathSizeBytesY <= 1.5 * RoundedUpSwathSizeBytesC) {