Home
last modified time | relevance | path

Searched refs:full_swath_bytes_c (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h409 unsigned int full_swath_bytes_c[DML2_MAX_PLANES]; member
559 unsigned int full_swath_bytes_c[DML2_MAX_PLANES]; member
946 unsigned int full_swath_bytes_c[DML2_MAX_PLANES]; member
1014 unsigned int full_swath_bytes_c[DML2_MAX_PLANES]; member
1247 unsigned int *full_swath_bytes_c; member
1607 unsigned int *full_swath_bytes_c; member
1883 unsigned int full_swath_bytes_c; member
Ddml2_core_shared.c1170 CalculateSwathAndDETConfiguration_params->full_swath_bytes_c = s->full_swath_bytes_c; in dml2_core_shared_mode_support()
2095 calculate_mcache_setting_params->full_swath_bytes_c = s->full_swath_bytes_c[k]; in dml2_core_shared_mode_support()
3728 …0, math_ceil2(2.0 * ((double)p->full_swath_bytes_l[0] + (double)p->full_swath_bytes_c[0]) / 1024.0… in CalculateDETBufferSize()
3745 …if (2.0 * ((double)p->full_swath_bytes_l[k] + (double)p->full_swath_bytes_c[k]) / 1024.0 <= minDET) in CalculateDETBufferSize()
3755 dml2_printf("DML::%s: k=%u full_swath_bytes_c = %u\n", __func__, k, p->full_swath_bytes_c[k]); in CalculateDETBufferSize()
3759 …ax2(128, math_ceil2(((double)p->full_swath_bytes_l[k] + (double)p->full_swath_bytes_c[k]) / 1024.0… in CalculateDETBufferSize()
5198 l->c_p.full_swath_bytes = p->full_swath_bytes_c; in calculate_mcache_setting()
6360 …p->full_swath_bytes_c[k] = (unsigned int)(p->swath_width_chroma_ub[k] * p->BytePerPixDETC[k] * l->… in CalculateSwathAndDETConfiguration()
6370 dml2_printf("DML::%s: k=%u full_swath_bytes_c = %u\n", __func__, k, p->full_swath_bytes_c[k]); in CalculateSwathAndDETConfiguration()
6374 p->full_swath_bytes_c[k] = (unsigned int)(math_ceil2((double)p->full_swath_bytes_c[k], 256)); in CalculateSwathAndDETConfiguration()
[all …]
Ddml2_core_dcn4_calcs.c1022 unsigned int full_swath_bytes_c[], in CalculateDETBufferSize() argument
1050 …2(128.0, math_ceil2(2.0 * ((double)full_swath_bytes_l[0] + (double)full_swath_bytes_c[0]) / 1024.0… in CalculateDETBufferSize()
1067 if (2.0 * ((double)full_swath_bytes_l[k] + (double)full_swath_bytes_c[k]) / 1024.0 <= l->minDET) in CalculateDETBufferSize()
1077 dml2_printf("DML::%s: k=%u full_swath_bytes_c = %u\n", __func__, k, full_swath_bytes_c[k]); in CalculateDETBufferSize()
1081 …math_max2(128, math_ceil2(((double)full_swath_bytes_l[k] + (double)full_swath_bytes_c[k]) / 1024.0… in CalculateDETBufferSize()
2523 l->c_p.full_swath_bytes = p->full_swath_bytes_c; in calculate_mcache_setting()
3706 …p->full_swath_bytes_c[k] = (unsigned int)(p->swath_width_chroma_ub[k] * p->BytePerPixDETC[k] * Max… in CalculateSwathAndDETConfiguration()
3716 dml2_printf("DML::%s: k=%u full_swath_bytes_c = %u\n", __func__, k, p->full_swath_bytes_c[k]); in CalculateSwathAndDETConfiguration()
3720 p->full_swath_bytes_c[k] = (unsigned int)(math_ceil2((double)p->full_swath_bytes_c[k], 256)); in CalculateSwathAndDETConfiguration()
3751 p->full_swath_bytes_c, in CalculateSwathAndDETConfiguration()
[all …]