Home
last modified time | relevance | path

Searched refs:vm_bytes (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_shared_types.h426 unsigned int vm_bytes[DML2_MAX_PLANES]; member
698 unsigned int vm_bytes[DML2_MAX_PLANES]; member
1365 unsigned int *vm_bytes; member
1941 unsigned int vm_bytes; member
H A Ddml2_core_dcn4_calcs.c1597 unsigned int vm_bytes; in CalculateVMAndRowBytes() local
1687vm_bytes = *p->meta_pte_bytes_per_frame_ub + extra_mpde_bytes + *p->dpde0_bytes_per_frame_ub + ext… in CalculateVMAndRowBytes()
1702 DML_LOG_VERBOSE("DML::%s: vm_bytes = %u\n", __func__, vm_bytes); in CalculateVMAndRowBytes()
1827 return vm_bytes; in CalculateVMAndRowBytes()
3051 p->vm_bytes[k] = (s->vm_bytes_l + s->vm_bytes_c) * (1 + 8 * s->HostVMDynamicLevels); in CalculateVMRowAndSwath()
3058 DML_LOG_VERBOSE("DML::%s: k=%u, vm_bytes = %u (after hvm level)\n", __func__, k, p->vm_bytes[k]); in CalculateVMRowAndSwath()
5121 unsigned int vm_bytes; in CalculatePrefetchSchedule() local
5356vm_bytes = p->vm_bytes; // vm_bytes is dpde0_bytes_per_frame_ub_l + dpde0_bytes_per_frame_ub_c + 2… in CalculatePrefetchSchedule()
5360vm_bytes = vm_bytes + p->tdlut_pte_bytes_per_frame + (p->display_cfg->gpuvm_enable ? extra_tdpe_by… in CalculatePrefetchSchedule()
5391 p->vm_bytes * p->HostVMInefficiencyFactor / (31 * s->LineTime) - *p->Tno_bw, in CalculatePrefetchSchedule()
[all …]