Searched refs:full_swath_bytes_c (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_shared_types.h | 412 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
|
D | dml2_core_dcn4_calcs.c | 1045 unsigned int full_swath_bytes_c[], in CalculateDETBufferSize() argument 1073 …2(128.0, math_ceil2(2.0 * ((double)full_swath_bytes_l[0] + (double)full_swath_bytes_c[0]) / 1024.0… in CalculateDETBufferSize() 1090 if (2.0 * ((double)full_swath_bytes_l[k] + (double)full_swath_bytes_c[k]) / 1024.0 <= l->minDET) in CalculateDETBufferSize() 1100 dml2_printf("DML::%s: k=%u full_swath_bytes_c = %u\n", __func__, k, full_swath_bytes_c[k]); in CalculateDETBufferSize() 1104 …math_max2(128, math_ceil2(((double)full_swath_bytes_l[k] + (double)full_swath_bytes_c[k]) / 1024.0… in CalculateDETBufferSize() 2538 l->c_p.full_swath_bytes = p->full_swath_bytes_c; in calculate_mcache_setting() 3787 …p->full_swath_bytes_c[k] = (unsigned int)(p->swath_width_chroma_ub[k] * p->BytePerPixDETC[k] * Max… in CalculateSwathAndDETConfiguration() 3797 dml2_printf("DML::%s: k=%u full_swath_bytes_c = %u\n", __func__, k, p->full_swath_bytes_c[k]); in CalculateSwathAndDETConfiguration() 3801 p->full_swath_bytes_c[k] = (unsigned int)(math_ceil2((double)p->full_swath_bytes_c[k], 256)); in CalculateSwathAndDETConfiguration() 3832 p->full_swath_bytes_c, in CalculateSwathAndDETConfiguration() [all …]
|
D | dml2_core_shared.c | 1170 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 …]
|