Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn5_calcs_dchub.c695 unsigned int RoundedUpSwathSizeBytesC[DML2_MAX_PLANES] = { 0 }; in dcn5_calculate_swath_and_det_configuration() local
814 RoundedUpSwathSizeBytesC[k] = p->full_swath_bytes_c[k]; in dcn5_calculate_swath_and_det_configuration()
830 RoundedUpSwathSizeBytesC[k] = p->full_swath_bytes_c[k]; in dcn5_calculate_swath_and_det_configuration()
838 RoundedUpSwathSizeBytesC[k] = p->full_swath_bytes_c[k]; in dcn5_calculate_swath_and_det_configuration()
847 RoundedUpSwathSizeBytesC[k] = p->full_swath_bytes_c[k] / 2; in dcn5_calculate_swath_and_det_configuration()
856 RoundedUpSwathSizeBytesC[k] = p->full_swath_bytes_c[k] / 2; in dcn5_calculate_swath_and_det_configuration()
885 } else if (RoundedUpSwathSizeBytesY[k] <= 1.5 * RoundedUpSwathSizeBytesC[k]) { in dcn5_calculate_swath_and_det_configuration()
900 …VERBOSE("DML::%s: k=%u RoundedUpSwathSizeBytesC = %u\n", __func__, k, RoundedUpSwathSizeBytesC[k]); in dcn5_calculate_swath_and_det_configuration()
922 …MCOMPRESSION * 1024) > TTUFIFODEPTH * (RoundedUpSwathSizeBytesY[k] + RoundedUpSwathSizeBytesC[k]))) in dcn5_calculate_swath_and_det_configuration()
928 …VERBOSE("DML::%s: k=%u RoundedUpSwathSizeBytesC = %u\n", __func__, k, RoundedUpSwathSizeBytesC[k]); in dcn5_calculate_swath_and_det_configuration()
H A Ddml2_core_shared_types.h1588 unsigned int RoundedUpSwathSizeBytesC[DML2_MAX_PLANES]; member