Home
last modified time | relevance | path

Searched refs:full_swath_bytes_l (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.h446 unsigned int full_swath_bytes_l[DML2_MAX_PLANES]; member
728 unsigned int full_swath_bytes_l[DML2_MAX_PLANES]; member
1198 unsigned int full_swath_bytes_l[DML2_MAX_PLANES]; member
1278 unsigned int full_swath_bytes_l[DML2_MAX_PLANES]; member
1523 unsigned int *full_swath_bytes_l; member
1893 unsigned int *full_swath_bytes_l; member
2094 unsigned int *full_swath_bytes_l; member
2216 unsigned int full_swath_bytes_l; member
H A Ddml2_core_dcn5_calcs_dchub.c480 unsigned int full_swath_bytes_l[], in dcn5_calculate_det_buffer_size() argument
508 …Byte[0] = (unsigned int)math_max2(128.0, math_ceil2(2.0 * ((double)full_swath_bytes_l[0] + (double… 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()
533 DML_LOG_VERBOSE("DML::%s: k=%u full_swath_bytes_l = %u\n", __func__, k, full_swath_bytes_l[k]); in dcn5_calculate_det_buffer_size()
536 …l->minDET_pipe = (unsigned int)(math_max2(128, math_ceil2(((double)full_swath_bytes_l[k] + (double… in dcn5_calculate_det_buffer_size()
742 …p->full_swath_bytes_l[k] = (unsigned int)(p->swath_width_luma_ub[k] * p->BytePerPixDETY[k] * Maxim… in dcn5_calculate_swath_and_det_configuration()
748 DML_LOG_VERBOSE("DML::%s: k=%u full_swath_bytes_l = %u\n", __func__, k, p->full_swath_bytes_l[k]); in dcn5_calculate_swath_and_det_configuration()
756 p->full_swath_bytes_l[k] = (unsigned int)(math_ceil2((double)p->full_swath_bytes_l[k], 256)); in dcn5_calculate_swath_and_det_configuration()
791 p->full_swath_bytes_l, in dcn5_calculate_swath_and_det_configuration()
813 RoundedUpSwathSizeBytesY[k] = p->full_swath_bytes_l[k]; in dcn5_calculate_swath_and_det_configuration()
[all …]
H A Ddml2_core_dcn5_funcs_mode_programming.c275 CalculateSwathAndDETConfiguration_params->full_swath_bytes_l = s->full_swath_bytes_l; in dcn5_mode_programming()