Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c465 unsigned int RoundedUpSwathSizeBytesC; in dml32_CalculateSwathAndDETConfiguration() local
610 RoundedUpSwathSizeBytesC = RoundedUpMaxSwathSizeBytesC[k]; in dml32_CalculateSwathAndDETConfiguration()
617 RoundedUpSwathSizeBytesC = RoundedUpMaxSwathSizeBytesC[k]; in dml32_CalculateSwathAndDETConfiguration()
624 RoundedUpSwathSizeBytesC = RoundedUpMaxSwathSizeBytesC[k] / 2; in dml32_CalculateSwathAndDETConfiguration()
629 RoundedUpSwathSizeBytesC = RoundedUpMaxSwathSizeBytesC[k] / 2; in dml32_CalculateSwathAndDETConfiguration()
648 } else if (RoundedUpSwathSizeBytesY <= 1.5 * RoundedUpSwathSizeBytesC) { in dml32_CalculateSwathAndDETConfiguration()
670 …dml_print("DML::%s: k=%0d RoundedUpSwathSizeBytesC = %d\n", __func__, k, RoundedUpSwathSizeBytesC); in dml32_CalculateSwathAndDETConfiguration()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c5869 long RoundedUpSwathSizeBytesC = 0; in CalculateSwathAndDETConfiguration() local
5965 RoundedUpSwathSizeBytesC = RoundedUpMaxSwathSizeBytesC; in CalculateSwathAndDETConfiguration()
5972 RoundedUpSwathSizeBytesC = RoundedUpMaxSwathSizeBytesC; in CalculateSwathAndDETConfiguration()
5979 RoundedUpSwathSizeBytesC = RoundedUpMinSwathSizeBytesC; in CalculateSwathAndDETConfiguration()
5984 RoundedUpSwathSizeBytesC = RoundedUpMinSwathSizeBytesC; in CalculateSwathAndDETConfiguration()
5990 } else if (RoundedUpSwathSizeBytesY <= 1.5 * RoundedUpSwathSizeBytesC) { in CalculateSwathAndDETConfiguration()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c6755 int RoundedUpSwathSizeBytesC; local
6842 RoundedUpSwathSizeBytesC = RoundedUpMaxSwathSizeBytesC;
6848 RoundedUpSwathSizeBytesC = RoundedUpMaxSwathSizeBytesC;
6854 RoundedUpSwathSizeBytesC = RoundedUpMinSwathSizeBytesC;
6859 RoundedUpSwathSizeBytesC = RoundedUpMinSwathSizeBytesC;
6867 } else if (RoundedUpSwathSizeBytesY <= 1.5 * RoundedUpSwathSizeBytesC) {
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c6661 int RoundedUpSwathSizeBytesC; local
6752 RoundedUpSwathSizeBytesC = RoundedUpMaxSwathSizeBytesC;
6758 RoundedUpSwathSizeBytesC = RoundedUpMaxSwathSizeBytesC;
6764 RoundedUpSwathSizeBytesC = RoundedUpMinSwathSizeBytesC;
6769 RoundedUpSwathSizeBytesC = RoundedUpMinSwathSizeBytesC;
6776 } else if (RoundedUpSwathSizeBytesY <= 1.5 * RoundedUpSwathSizeBytesC) {
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c3699 unsigned int RoundedUpSwathSizeBytesC[DML2_MAX_PLANES] = { 0 }; in CalculateSwathAndDETConfiguration() local
3817 RoundedUpSwathSizeBytesC[k] = p->full_swath_bytes_c[k]; in CalculateSwathAndDETConfiguration()
3833 RoundedUpSwathSizeBytesC[k] = p->full_swath_bytes_c[k]; in CalculateSwathAndDETConfiguration()
3841 RoundedUpSwathSizeBytesC[k] = p->full_swath_bytes_c[k]; in CalculateSwathAndDETConfiguration()
3849 RoundedUpSwathSizeBytesC[k] = p->full_swath_bytes_c[k] / 2; in CalculateSwathAndDETConfiguration()
3857 RoundedUpSwathSizeBytesC[k] = p->full_swath_bytes_c[k] / 2; in CalculateSwathAndDETConfiguration()
3886 } else if (RoundedUpSwathSizeBytesY[k] <= 1.5 * RoundedUpSwathSizeBytesC[k]) { in CalculateSwathAndDETConfiguration()
3906 …VERBOSE("DML::%s: k=%u RoundedUpSwathSizeBytesC = %u\n", __func__, k, RoundedUpSwathSizeBytesC[k]); in CalculateSwathAndDETConfiguration()
3937 …MCOMPRESSION * 1024) > TTUFIFODEPTH * (RoundedUpSwathSizeBytesY[k] + RoundedUpSwathSizeBytesC[k]))) in CalculateSwathAndDETConfiguration()
3944 …VERBOSE("DML::%s: k=%u RoundedUpSwathSizeBytesC = %u\n", __func__, k, RoundedUpSwathSizeBytesC[k]); in CalculateSwathAndDETConfiguration()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c4093 dml_uint_t RoundedUpSwathSizeBytesC[__DML_NUM_PLANES__]; in CalculateSwathAndDETConfiguration() local
4226 RoundedUpSwathSizeBytesC[k] = RoundedUpMaxSwathSizeBytesC[k]; in CalculateSwathAndDETConfiguration()
4231 RoundedUpSwathSizeBytesC[k] = RoundedUpMaxSwathSizeBytesC[k]; in CalculateSwathAndDETConfiguration()
4236 RoundedUpSwathSizeBytesC[k] = RoundedUpMaxSwathSizeBytesC[k] / 2; in CalculateSwathAndDETConfiguration()
4241 RoundedUpSwathSizeBytesC[k] = RoundedUpMaxSwathSizeBytesC[k] / 2; in CalculateSwathAndDETConfiguration()
4258 } else if (RoundedUpSwathSizeBytesY[k] <= 1.5 * RoundedUpSwathSizeBytesC[k]) { in CalculateSwathAndDETConfiguration()
4278 …dml_print("DML::%s: k=%u RoundedUpSwathSizeBytesC = %u\n", __func__, k, RoundedUpSwathSizeBytesC[k… in CalculateSwathAndDETConfiguration()