Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1516 unsigned int RoundedUpSwathSizeBytesC[DML2_MAX_PLANES]; member
H A Ddml2_core_dcn4_calcs.c3711 unsigned int RoundedUpSwathSizeBytesC[DML2_MAX_PLANES] = { 0 }; in CalculateSwathAndDETConfiguration() local
3829 RoundedUpSwathSizeBytesC[k] = p->full_swath_bytes_c[k]; in CalculateSwathAndDETConfiguration()
3845 RoundedUpSwathSizeBytesC[k] = p->full_swath_bytes_c[k]; in CalculateSwathAndDETConfiguration()
3853 RoundedUpSwathSizeBytesC[k] = p->full_swath_bytes_c[k]; in CalculateSwathAndDETConfiguration()
3861 RoundedUpSwathSizeBytesC[k] = p->full_swath_bytes_c[k] / 2; in CalculateSwathAndDETConfiguration()
3869 RoundedUpSwathSizeBytesC[k] = p->full_swath_bytes_c[k] / 2; in CalculateSwathAndDETConfiguration()
3898 } else if (RoundedUpSwathSizeBytesY[k] <= 1.5 * RoundedUpSwathSizeBytesC[k]) { in CalculateSwathAndDETConfiguration()
3918 …VERBOSE("DML::%s: k=%u RoundedUpSwathSizeBytesC = %u\n", __func__, k, RoundedUpSwathSizeBytesC[k]); in CalculateSwathAndDETConfiguration()
3949 …MCOMPRESSION * 1024) > TTUFIFODEPTH * (RoundedUpSwathSizeBytesY[k] + RoundedUpSwathSizeBytesC[k]))) in CalculateSwathAndDETConfiguration()
3956 …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.c4108 dml_uint_t RoundedUpSwathSizeBytesC[__DML_NUM_PLANES__] = { 0 }; in CalculateSwathAndDETConfiguration() local
4241 RoundedUpSwathSizeBytesC[k] = RoundedUpMaxSwathSizeBytesC[k]; in CalculateSwathAndDETConfiguration()
4246 RoundedUpSwathSizeBytesC[k] = RoundedUpMaxSwathSizeBytesC[k]; in CalculateSwathAndDETConfiguration()
4251 RoundedUpSwathSizeBytesC[k] = RoundedUpMaxSwathSizeBytesC[k] / 2; in CalculateSwathAndDETConfiguration()
4256 RoundedUpSwathSizeBytesC[k] = RoundedUpMaxSwathSizeBytesC[k] / 2; in CalculateSwathAndDETConfiguration()
4273 } else if (RoundedUpSwathSizeBytesY[k] <= 1.5 * RoundedUpSwathSizeBytesC[k]) { in CalculateSwathAndDETConfiguration()
4293 …dml_print("DML::%s: k=%u RoundedUpSwathSizeBytesC = %u\n", __func__, k, RoundedUpSwathSizeBytesC[k… in CalculateSwathAndDETConfiguration()