Home
last modified time | relevance | path

Searched refs:NumberOfDPPs (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_dcn5_calcs_dchub.c1101 if (p->ViewportStationary && p->NumberOfDPPs == 1) { in dcn5_calculate_vm_and_row_bytes()
1109 if (p->ViewportStationary && p->NumberOfDPPs == 1) { in dcn5_calculate_vm_and_row_bytes()
1117 …if (p->ViewportStationary && p->is_phantom && (p->NumberOfDPPs == 1 || !dml2_core_utils_is_vertica… in dcn5_calculate_vm_and_row_bytes()
1163 …if (p->ViewportStationary && p->is_phantom && (p->NumberOfDPPs == 1 || !dml2_core_utils_is_vertica… in dcn5_calculate_vm_and_row_bytes()
1271 } else if (p->ViewportStationary && (p->NumberOfDPPs == 1)) { in dcn5_calculate_vm_and_row_bytes()
1281 if (p->ViewportStationary && (p->NumberOfDPPs == 1)) { in dcn5_calculate_vm_and_row_bytes()
1344 scratch->calculate_vm_and_row_bytes_params.NumberOfDPPs = p->myPipe[k].DPPPerSurface; in dcn5_calculate_vm_row_and_swath()
1425 scratch->calculate_vm_and_row_bytes_params.NumberOfDPPs = p->myPipe[k].DPPPerSurface; in dcn5_calculate_vm_row_and_swath()
H A Ddml2_core_shared_types.h1538 unsigned int NumberOfDPPs; member