Home
last modified time | relevance | path

Searched refs:tdlut_bytes_per_frame (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.h653 unsigned int tdlut_bytes_per_frame[DML2_MAX_PLANES]; member
880 unsigned int tdlut_bytes_per_frame[DML2_MAX_PLANES]; member
1202 unsigned int tdlut_bytes_per_frame[DML2_MAX_PLANES]; member
1287 unsigned int tdlut_bytes_per_frame[DML2_MAX_PLANES]; member
2033 unsigned int tdlut_bytes_per_frame; member
2350 unsigned int *tdlut_bytes_per_frame; member
H A Ddml2_core_dcn5_funcs_mode_programming.c451 calculate_tdlut_setting_params->tdlut_bytes_per_frame = &s->tdlut_bytes_per_frame[k]; in dcn5_mode_programming()
705 CalculatePrefetchSchedule_params->tdlut_bytes_per_frame = s->tdlut_bytes_per_frame[k]; in dcn5_mode_programming()
H A Ddml2_core_dcn5_calcs_dchub.c2386 *p->tdlut_bytes_per_frame = 0; in dcn5_calculate_tdlut_setting()
2434 *p->tdlut_bytes_per_frame = tdlut_bytes_per_line * tdlut_mpc_width * tdlut_mpc_width; in dcn5_calculate_tdlut_setting()
2440 *p->tdlut_bytes_per_frame = (unsigned int)math_ceil2(tdlut_width * tdlut_bpe, 256); in dcn5_calculate_tdlut_setting()
2447 …*p->tdlut_groups_per_2row_ub = (unsigned int)math_ceil2((double) *p->tdlut_bytes_per_frame / *p->t… in dcn5_calculate_tdlut_setting()
2448 …*p->tdlut_opt_time = (int) (*p->tdlut_bytes_per_frame - p->cursor_buffer_size * 1024) / tdlut_drai… in dcn5_calculate_tdlut_setting()
2463 DML_LOG_VERBOSE("DML::%s: tdlut_bytes_per_frame = %u\n", __func__, *p->tdlut_bytes_per_frame); in dcn5_calculate_tdlut_setting()
2963 tdlut_row_bytes = (unsigned long) math_ceil2(p->tdlut_bytes_per_frame/2.0, 1.0); in dcn5_calculate_prefetch_schedule()