Home
last modified time | relevance | path

Searched refs:MaximumSwathHeightC (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.c268 unsigned int MaximumSwathHeightC[], in dcn5_calculate_swath_width() argument
371 MaximumSwathHeightC[k] = Read256BytesBlockHeightC[k]; in dcn5_calculate_swath_width()
405 MaximumSwathHeightC[k] = Read256BytesBlockWidthC[k]; in dcn5_calculate_swath_width()
442 DML_LOG_VERBOSE("DML::%s: k=%u MaximumSwathHeightC=%u\n", __func__, k, MaximumSwathHeightC[k]); in dcn5_calculate_swath_width()
693 unsigned int MaximumSwathHeightC[DML2_MAX_PLANES] = { 0 }; in dcn5_calculate_swath_and_det_configuration() local
732 MaximumSwathHeightC, in dcn5_calculate_swath_and_det_configuration()
741 …igned int)(p->swath_width_chroma_ub_single_dpp[k] * p->BytePerPixDETC[k] * MaximumSwathHeightC[k]); in dcn5_calculate_swath_and_det_configuration()
743 …c[k] = (unsigned int)(p->swath_width_chroma_ub[k] * p->BytePerPixDETC[k] * MaximumSwathHeightC[k]); in dcn5_calculate_swath_and_det_configuration()
751 DML_LOG_VERBOSE("DML::%s: k=%u MaximumSwathHeightC = %u\n", __func__, k, MaximumSwathHeightC[k]); in dcn5_calculate_swath_and_det_configuration()
812 p->SwathHeightC[k] = MaximumSwathHeightC[k]; in dcn5_calculate_swath_and_det_configuration()
[all …]
H A Ddml2_core_shared_types.h1586 unsigned int MaximumSwathHeightC[DML2_MAX_PLANES]; member