Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h412 unsigned int full_swath_bytes_c[DML2_MAX_PLANES]; member
562 unsigned int full_swath_bytes_c[DML2_MAX_PLANES]; member
953 unsigned int full_swath_bytes_c[DML2_MAX_PLANES]; member
1034 unsigned int full_swath_bytes_c[DML2_MAX_PLANES]; member
1274 unsigned int *full_swath_bytes_c; member
1635 unsigned int *full_swath_bytes_c; member
1828 unsigned int *full_swath_bytes_c; member
1959 unsigned int full_swath_bytes_c; member
H A Ddml2_core_dcn4_calcs.c1044 unsigned int full_swath_bytes_c[], in CalculateDETBufferSize() argument
1072 …2(128.0, math_ceil2(2.0 * ((double)full_swath_bytes_l[0] + (double)full_swath_bytes_c[0]) / 1024.0… in CalculateDETBufferSize()
1089 if (2.0 * ((double)full_swath_bytes_l[k] + (double)full_swath_bytes_c[k]) / 1024.0 <= l->minDET) in CalculateDETBufferSize()
1099 dml2_printf("DML::%s: k=%u full_swath_bytes_c = %u\n", __func__, k, full_swath_bytes_c[k]); in CalculateDETBufferSize()
1103 …math_max2(128, math_ceil2(((double)full_swath_bytes_l[k] + (double)full_swath_bytes_c[k]) / 1024.0… in CalculateDETBufferSize()
2537 l->c_p.full_swath_bytes = p->full_swath_bytes_c; in calculate_mcache_setting()
3785 …p->full_swath_bytes_c[k] = (unsigned int)(p->swath_width_chroma_ub[k] * p->BytePerPixDETC[k] * Max… in CalculateSwathAndDETConfiguration()
3795 dml2_printf("DML::%s: k=%u full_swath_bytes_c = %u\n", __func__, k, p->full_swath_bytes_c[k]); in CalculateSwathAndDETConfiguration()
3799 p->full_swath_bytes_c[k] = (unsigned int)(math_ceil2((double)p->full_swath_bytes_c[k], 256)); in CalculateSwathAndDETConfiguration()
3830 p->full_swath_bytes_c, in CalculateSwathAndDETConfiguration()
[all …]
H A 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 …]