Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn6_calcs_dchub.c435 unsigned int svp_max_bytes_per_dpp[2]; in dcn6_calculate_alternate_params() local
473svp_max_bytes_per_dpp[k] = calculate_ub_copy_size_per_plane_per_dpp_per_svp(p, svp_dst_lines[k], j… in dcn6_calculate_alternate_params()
474 svp_max_bytes[k] += calc_svp_size_64kb_aligned(svp_max_bytes_per_dpp[k]) * p->NoOfDPP[j]; in dcn6_calculate_alternate_params()
476 p->svp0_max_bytes_per_dpp[j] = svp_max_bytes_per_dpp[0]; in dcn6_calculate_alternate_params()
477 p->svp1_max_bytes_per_dpp[j] = svp_max_bytes_per_dpp[1]; in dcn6_calculate_alternate_params()
487svp_max_bytes_per_dpp[k] = calculate_ub_copy_size_per_plane_per_dpp_per_svp(p, svp_dst_lines[k], j… in dcn6_calculate_alternate_params()
488 svp_max_bytes[k] += calc_svp_size_64kb_aligned(svp_max_bytes_per_dpp[k]) * p->NoOfDPP[j]; in dcn6_calculate_alternate_params()
490 p->svp0_max_bytes_per_dpp_c[j] = svp_max_bytes_per_dpp[0]; in dcn6_calculate_alternate_params()
491 p->svp1_max_bytes_per_dpp_c[j] = svp_max_bytes_per_dpp[1]; in dcn6_calculate_alternate_params()