Home
last modified time | relevance | path

Searched refs:MaximumSwathHeightY (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.c267 unsigned int MaximumSwathHeightY[], in dcn5_calculate_swath_width() argument
370 MaximumSwathHeightY[k] = Read256BytesBlockHeightY[k]; in dcn5_calculate_swath_width()
404 MaximumSwathHeightY[k] = Read256BytesBlockWidthY[k]; in dcn5_calculate_swath_width()
441 DML_LOG_VERBOSE("DML::%s: k=%u MaximumSwathHeightY=%u\n", __func__, k, MaximumSwathHeightY[k]); in dcn5_calculate_swath_width()
692 unsigned int MaximumSwathHeightY[DML2_MAX_PLANES] = { 0 }; in dcn5_calculate_swath_and_det_configuration() local
731 MaximumSwathHeightY, in dcn5_calculate_swath_and_det_configuration()
740 …nsigned int)(p->swath_width_luma_ub_single_dpp[k] * p->BytePerPixDETY[k] * MaximumSwathHeightY[k]); in dcn5_calculate_swath_and_det_configuration()
742 …s_l[k] = (unsigned int)(p->swath_width_luma_ub[k] * p->BytePerPixDETY[k] * MaximumSwathHeightY[k]); in dcn5_calculate_swath_and_det_configuration()
747 DML_LOG_VERBOSE("DML::%s: k=%u MaximumSwathHeightY = %u\n", __func__, k, MaximumSwathHeightY[k]); in dcn5_calculate_swath_and_det_configuration()
811 p->SwathHeightY[k] = MaximumSwathHeightY[k]; in dcn5_calculate_swath_and_det_configuration()
[all …]
H A Ddml2_core_shared_types.h1585 unsigned int MaximumSwathHeightY[DML2_MAX_PLANES]; member