Home
last modified time | relevance | path

Searched refs:full_swath_bytes_c (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.h435 unsigned int full_swath_bytes_c[DML2_MAX_PLANES]; member
680 unsigned int full_swath_bytes_c[DML2_MAX_PLANES]; member
1129 unsigned int full_swath_bytes_c[DML2_MAX_PLANES]; member
1209 unsigned int full_swath_bytes_c[DML2_MAX_PLANES]; member
1452 unsigned int *full_swath_bytes_c; member
1820 unsigned int *full_swath_bytes_c; member
2021 unsigned int *full_swath_bytes_c; member
2153 unsigned int full_swath_bytes_c; member
H A Ddml2_core_dcn4_calcs.c1022 unsigned int full_swath_bytes_c[], in CalculateDETBufferSize() argument
1048 …2(128.0, math_ceil2(2.0 * ((double)full_swath_bytes_l[0] + (double)full_swath_bytes_c[0]) / 1024.0… in CalculateDETBufferSize()
1065 if (2.0 * ((double)full_swath_bytes_l[k] + (double)full_swath_bytes_c[k]) / 1024.0 <= l->minDET) in CalculateDETBufferSize()
1074 DML_LOG_VERBOSE("DML::%s: k=%u full_swath_bytes_c = %u\n", __func__, k, full_swath_bytes_c[k]); in CalculateDETBufferSize()
1077 …math_max2(128, math_ceil2(((double)full_swath_bytes_l[k] + (double)full_swath_bytes_c[k]) / 1024.0… in CalculateDETBufferSize()
2511 l->c_p.full_swath_bytes = p->full_swath_bytes_c; in calculate_mcache_setting()
3758 …p->full_swath_bytes_c[k] = (unsigned int)(p->swath_width_chroma_ub[k] * p->BytePerPixDETC[k] * Max… in CalculateSwathAndDETConfiguration()
3768 DML_LOG_VERBOSE("DML::%s: k=%u full_swath_bytes_c = %u\n", __func__, k, p->full_swath_bytes_c[k]); in CalculateSwathAndDETConfiguration()
3772 p->full_swath_bytes_c[k] = (unsigned int)(math_ceil2((double)p->full_swath_bytes_c[k], 256)); in CalculateSwathAndDETConfiguration()
3803 p->full_swath_bytes_c, in CalculateSwathAndDETConfiguration()
[all …]