Home
last modified time | relevance | path

Searched refs:svp_max_bytes (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.c434 unsigned int svp_max_bytes[2]; in dcn6_calculate_alternate_params() local
444 svp_max_bytes[0] = 0; in dcn6_calculate_alternate_params()
445 svp_max_bytes[1] = 0; 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()
488 svp_max_bytes[k] += calc_svp_size_64kb_aligned(svp_max_bytes_per_dpp[k]) * p->NoOfDPP[j]; in dcn6_calculate_alternate_params()
500 *p->svp0_max_bytes = svp_max_bytes[0]; in dcn6_calculate_alternate_params()
501 *p->svp1_max_bytes = svp_max_bytes[1]; in dcn6_calculate_alternate_params()