Home
last modified time | relevance | path

Searched refs:extra_dpde_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_dcn5_calcs_dchub.c1083 unsigned int extra_dpde_bytes; in dcn5_calculate_vm_and_row_bytes() local
1174 extra_dpde_bytes = 128 * (p->GPUVMMaxPageTableLevels - 2); in dcn5_calculate_vm_and_row_bytes()
1177 extra_dpde_bytes = 0; in dcn5_calculate_vm_and_row_bytes()
1180 …->meta_pte_bytes_per_frame_ub + extra_mpde_bytes + *p->dpde0_bytes_per_frame_ub + extra_dpde_bytes; in dcn5_calculate_vm_and_row_bytes()
1194 DML_LOG_VERBOSE("DML::%s: extra_dpde_bytes = %u\n", __func__, extra_dpde_bytes); in dcn5_calculate_vm_and_row_bytes()