Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml1_display_rq_dlg_calc.c1075 unsigned int vm_bytes; in dml1_rq_dlg_get_dlg_params() local
1352 vm_bytes = 0; in dml1_rq_dlg_get_dlg_params()
1356 vm_bytes = meta_pte_bytes_per_frame_ub_l; in dml1_rq_dlg_get_dlg_params()
1401 DTRACE("DLG: %s: vm_bytes = %d", __func__, vm_bytes); in dml1_rq_dlg_get_dlg_params()
1405 prefetch_bw = (vm_bytes + 2 * dpte_row_bytes + 2 * meta_row_bytes + sw_bytes) / t_pre_us; in dml1_rq_dlg_get_dlg_params()
1406 flip_bw = ((vm_bytes + dpte_row_bytes + meta_row_bytes) * dlg_sys_param->total_flip_bw) in dml1_rq_dlg_get_dlg_params()
1412 dml_max((double) vm_bytes / prefetch_bw, t_vm_us)); in dml1_rq_dlg_get_dlg_params()
1417 t_vm_us = dml_max(vm_bytes / flip_bw, t_vm_us); in dml1_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h400 unsigned int vm_bytes[DML2_MAX_PLANES]; member
577 unsigned int vm_bytes[DML2_MAX_PLANES]; member
1155 unsigned int *vm_bytes; member
1722 unsigned int vm_bytes; member
H A Ddml2_core_shared.c638 double vm_bytes, // vm_bytes
671 unsigned int vm_bytes,
1736 CalculateVMRowAndSwath_params->vm_bytes = mode_lib->ms.vm_bytes; in dml2_core_shared_mode_support()
2345 CalculatePrefetchSchedule_params->vm_bytes = mode_lib->ms.vm_bytes[k]; in dml2_core_shared_mode_support()
2551 mode_lib->ms.vm_bytes[k], in dml2_core_shared_mode_support()
2572 mode_lib->ms.vm_bytes[k], in dml2_core_shared_mode_support()
4294 unsigned int vm_bytes; in CalculateVMAndRowBytes() local
4385vm_bytes = *p->meta_pte_bytes_per_frame_ub + extra_mpde_bytes + *p->dpde0_bytes_per_frame_ub + ext… in CalculateVMAndRowBytes()
4401 dml2_printf("DML::%s: vm_bytes = %u\n", __func__, vm_bytes); in CalculateVMAndRowBytes()
4530 return vm_bytes; in CalculateVMAndRowBytes()
[all …]
H A Ddml2_core_dcn4_calcs.c1618 unsigned int vm_bytes; in CalculateVMAndRowBytes() local
1710vm_bytes = *p->meta_pte_bytes_per_frame_ub + extra_mpde_bytes + *p->dpde0_bytes_per_frame_ub + ext… in CalculateVMAndRowBytes()
1726 dml2_printf("DML::%s: vm_bytes = %u\n", __func__, vm_bytes); in CalculateVMAndRowBytes()
1854 return vm_bytes; in CalculateVMAndRowBytes()
3063 p->vm_bytes[k] = (s->vm_bytes_l + s->vm_bytes_c) * (1 + 8 * s->HostVMDynamicLevels); in CalculateVMRowAndSwath()
3070 dml2_printf("DML::%s: k=%u, vm_bytes = %u (after hvm level)\n", __func__, k, p->vm_bytes[k]); in CalculateVMRowAndSwath()
5048 unsigned int vm_bytes; in CalculatePrefetchSchedule() local
5298vm_bytes = p->vm_bytes; // vm_bytes is dpde0_bytes_per_frame_ub_l + dpde0_bytes_per_frame_ub_c + 2… in CalculatePrefetchSchedule()
5302vm_bytes = vm_bytes + p->tdlut_pte_bytes_per_frame + (p->display_cfg->gpuvm_enable ? extra_tdpe_by… in CalculatePrefetchSchedule()
5306 p->vm_bytes * p->HostVMInefficiencyFactor / (31 * s->LineTime) - *p->Tno_bw, in CalculatePrefetchSchedule()
[all …]