Home
last modified time | relevance | path

Searched refs:tdlut_bytes_per_frame (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h641 unsigned int tdlut_bytes_per_frame[DML2_MAX_PLANES];
831 unsigned int tdlut_bytes_per_frame[DML2_MAX_PLANES];
1133 unsigned int tdlut_bytes_per_frame[DML2_MAX_PLANES];
1218 unsigned int tdlut_bytes_per_frame[DML2_MAX_PLANES];
1962 unsigned int tdlut_bytes_per_frame;
2195 unsigned int *tdlut_bytes_per_frame;
640 unsigned int tdlut_bytes_per_frame[DML2_MAX_PLANES]; global() member
830 unsigned int tdlut_bytes_per_frame[DML2_MAX_PLANES]; global() member
1132 unsigned int tdlut_bytes_per_frame[DML2_MAX_PLANES]; global() member
1217 unsigned int tdlut_bytes_per_frame[DML2_MAX_PLANES]; global() member
1959 unsigned int tdlut_bytes_per_frame; global() member
2192 unsigned int *tdlut_bytes_per_frame; global() member
H A Ddml2_core_dcn4_calcs.c4690 *p->tdlut_bytes_per_frame = 0; in calculate_tdlut_setting()
4738 *p->tdlut_bytes_per_frame = tdlut_bytes_per_line * tdlut_mpc_width * tdlut_mpc_width; in calculate_tdlut_setting()
4745 *p->tdlut_bytes_per_frame = (unsigned int)math_ceil2(tdlut_width * tdlut_bpe, 256); in calculate_tdlut_setting()
4753 *p->tdlut_groups_per_2row_ub = (unsigned int)math_ceil2((double) *p->tdlut_bytes_per_frame / *p->tdlut_bytes_per_group, 1); in calculate_tdlut_setting()
4754 if (*p->tdlut_bytes_per_frame > p->cursor_buffer_size * 1024) in calculate_tdlut_setting()
4755 *p->tdlut_opt_time = (*p->tdlut_bytes_per_frame - p->cursor_buffer_size * 1024) / tdlut_drain_rate; in calculate_tdlut_setting()
4773 DML_LOG_VERBOSE("DML::%s: tdlut_bytes_per_frame = %u\n", __func__, *p->tdlut_bytes_per_frame); in CalculateTarb()
5389 tdlut_row_bytes = (unsigned long) math_ceil2(p->tdlut_bytes_per_frame/2.0, 1.0); in CalculatePrefetchSchedule()
7400 calculate_tdlut_setting_params->tdlut_bytes_per_frame in dml_core_ms_prefetch_check()
[all...]