Home
last modified time | relevance | path

Searched refs:RoundedUpSwathSizeBytesY (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.c694 unsigned int RoundedUpSwathSizeBytesY[DML2_MAX_PLANES] = { 0 }; in dcn5_calculate_swath_and_det_configuration() local
813 RoundedUpSwathSizeBytesY[k] = p->full_swath_bytes_l[k]; in dcn5_calculate_swath_and_det_configuration()
829 RoundedUpSwathSizeBytesY[k] = p->full_swath_bytes_l[k]; in dcn5_calculate_swath_and_det_configuration()
837 RoundedUpSwathSizeBytesY[k] = p->full_swath_bytes_l[k] / 2; in dcn5_calculate_swath_and_det_configuration()
846 RoundedUpSwathSizeBytesY[k] = p->full_swath_bytes_l[k]; in dcn5_calculate_swath_and_det_configuration()
855 RoundedUpSwathSizeBytesY[k] = p->full_swath_bytes_l[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()
899 …VERBOSE("DML::%s: k=%u RoundedUpSwathSizeBytesY = %u\n", __func__, k, RoundedUpSwathSizeBytesY[k]); in dcn5_calculate_swath_and_det_configuration()
911 …(double)(p->rob_buffer_size_kbytes * 1024 / 64) - (double)(RoundedUpSwathSizeBytesY[SurfaceDoingUn… in dcn5_calculate_swath_and_det_configuration()
912 …SizeBytesY[%d] = %u\n", __func__, SurfaceDoingUnboundedRequest, RoundedUpSwathSizeBytesY[SurfaceDo… in dcn5_calculate_swath_and_det_configuration()
[all …]
H A Ddml2_core_shared_types.h1587 unsigned int RoundedUpSwathSizeBytesY[DML2_MAX_PLANES]; member