Searched refs:RoundedUpSwathSizeBytesC (Results 1 – 2 of 2) sorted by relevance
695 unsigned int RoundedUpSwathSizeBytesC[DML2_MAX_PLANES] = { 0 }; in dcn5_calculate_swath_and_det_configuration() local814 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()
1588 unsigned int RoundedUpSwathSizeBytesC[DML2_MAX_PLANES]; member