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_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h447 unsigned int full_swath_bytes_c[DML2_MAX_PLANES]; member
729 unsigned int full_swath_bytes_c[DML2_MAX_PLANES]; member
1199 unsigned int full_swath_bytes_c[DML2_MAX_PLANES]; member
1279 unsigned int full_swath_bytes_c[DML2_MAX_PLANES]; member
1524 unsigned int *full_swath_bytes_c; member
1894 unsigned int *full_swath_bytes_c; member
2095 unsigned int *full_swath_bytes_c; member
2227 unsigned int full_swath_bytes_c; member
H A Ddml2_core_dcn5_calcs_dchub.c481 unsigned int full_swath_bytes_c[], in dcn5_calculate_det_buffer_size() argument
508 …2(128.0, math_ceil2(2.0 * ((double)full_swath_bytes_l[0] + (double)full_swath_bytes_c[0]) / 1024.0… in dcn5_calculate_det_buffer_size()
525 if (2.0 * ((double)full_swath_bytes_l[k] + (double)full_swath_bytes_c[k]) / 1024.0 <= l->minDET) in dcn5_calculate_det_buffer_size()
534 DML_LOG_VERBOSE("DML::%s: k=%u full_swath_bytes_c = %u\n", __func__, k, full_swath_bytes_c[k]); in dcn5_calculate_det_buffer_size()
536 …math_max2(128, math_ceil2(((double)full_swath_bytes_l[k] + (double)full_swath_bytes_c[k]) / 1024.0… in dcn5_calculate_det_buffer_size()
743 …p->full_swath_bytes_c[k] = (unsigned int)(p->swath_width_chroma_ub[k] * p->BytePerPixDETC[k] * Max… in dcn5_calculate_swath_and_det_configuration()
752 DML_LOG_VERBOSE("DML::%s: k=%u full_swath_bytes_c = %u\n", __func__, k, p->full_swath_bytes_c[k]); in dcn5_calculate_swath_and_det_configuration()
757 p->full_swath_bytes_c[k] = (unsigned int)(math_ceil2((double)p->full_swath_bytes_c[k], 256)); in dcn5_calculate_swath_and_det_configuration()
792 p->full_swath_bytes_c, in dcn5_calculate_swath_and_det_configuration()
814 RoundedUpSwathSizeBytesC[k] = p->full_swath_bytes_c[k]; in dcn5_calculate_swath_and_det_configuration()
[all …]
H A Ddml2_core_dcn5_funcs_mode_programming.c276 CalculateSwathAndDETConfiguration_params->full_swath_bytes_c = s->full_swath_bytes_c; in dcn5_mode_programming()