Home
last modified time | relevance | path

Searched refs:full_swath_bytes_l (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_shared_types.h434 unsigned int full_swath_bytes_l[DML2_MAX_PLANES]; member
679 unsigned int full_swath_bytes_l[DML2_MAX_PLANES]; member
1128 unsigned int full_swath_bytes_l[DML2_MAX_PLANES]; member
1208 unsigned int full_swath_bytes_l[DML2_MAX_PLANES]; member
1451 unsigned int *full_swath_bytes_l; member
1819 unsigned int *full_swath_bytes_l; member
2020 unsigned int *full_swath_bytes_l; member
2142 unsigned int full_swath_bytes_l; member
H A Ddml2_core_dcn4_calcs.c1021 unsigned int full_swath_bytes_l[], in CalculateDETBufferSize() argument
1048 …Byte[0] = (unsigned int)math_max2(128.0, math_ceil2(2.0 * ((double)full_swath_bytes_l[0] + (double… in CalculateDETBufferSize()
1065 if (2.0 * ((double)full_swath_bytes_l[k] + (double)full_swath_bytes_c[k]) / 1024.0 <= l->minDET) in CalculateDETBufferSize()
1073 DML_LOG_VERBOSE("DML::%s: k=%u full_swath_bytes_l = %u\n", __func__, k, full_swath_bytes_l[k]); in CalculateDETBufferSize()
1077 …l->minDET_pipe = (unsigned int)(math_max2(128, math_ceil2(((double)full_swath_bytes_l[k] + (double… in CalculateDETBufferSize()
2475 l->l_p.full_swath_bytes = p->full_swath_bytes_l; in calculate_mcache_setting()
3757 …p->full_swath_bytes_l[k] = (unsigned int)(p->swath_width_luma_ub[k] * p->BytePerPixDETY[k] * Maxim… in CalculateSwathAndDETConfiguration()
3764 DML_LOG_VERBOSE("DML::%s: k=%u full_swath_bytes_l = %u\n", __func__, k, p->full_swath_bytes_l[k]); in CalculateSwathAndDETConfiguration()
3771 p->full_swath_bytes_l[k] = (unsigned int)(math_ceil2((double)p->full_swath_bytes_l[k], 256)); in CalculateSwathAndDETConfiguration()
3802 p->full_swath_bytes_l, in CalculateSwathAndDETConfiguration()
[all …]