Home
last modified time | relevance | path

Searched refs:tdlut_bytes_per_group (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.h657 unsigned int tdlut_bytes_per_group[DML2_MAX_PLANES]; member
884 unsigned int tdlut_bytes_per_group[DML2_MAX_PLANES]; member
1208 unsigned int tdlut_bytes_per_group[DML2_MAX_PLANES]; member
1293 unsigned int tdlut_bytes_per_group[DML2_MAX_PLANES]; member
2355 unsigned int *tdlut_bytes_per_group; member
H A Ddml2_core_dcn5_calcs_dchub.c2384 *p->tdlut_bytes_per_group = 0; in dcn5_calculate_tdlut_setting()
2435 *p->tdlut_bytes_per_group = tdlut_bytes_per_line * tdlut_mpc_width; in dcn5_calculate_tdlut_setting()
2441 *p->tdlut_bytes_per_group = tdlut_bytes_per_group_simple; in dcn5_calculate_tdlut_setting()
2447 …w_ub = (unsigned int)math_ceil2((double) *p->tdlut_bytes_per_frame / *p->tdlut_bytes_per_group, 1); in dcn5_calculate_tdlut_setting()
2465 DML_LOG_VERBOSE("DML::%s: tdlut_bytes_per_group = %u\n", __func__, *p->tdlut_bytes_per_group); in dcn5_calculate_tdlut_setting()
2479 unsigned int tdlut_bytes_per_group[], in dcn5_calculate_tarb() argument
2500 extra_bytes = extra_bytes + tdlut_bytes_per_group[k]; in dcn5_calculate_tarb()
2533 unsigned int tdlut_bytes_per_group[], in dcn5_calculate_extra_latency() argument
2563 tdlut_bytes_per_group, in dcn5_calculate_extra_latency()
H A Ddml2_core_dcn5_funcs_mode_programming.c455 calculate_tdlut_setting_params->tdlut_bytes_per_group = &s->tdlut_bytes_per_group[k]; in dcn5_mode_programming()
472 s->tdlut_bytes_per_group, in dcn5_mode_programming()