Home
last modified time | relevance | path

Searched refs:tdlut_pte_bytes_per_frame (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h955 unsigned int tdlut_pte_bytes_per_frame[DML2_MAX_PLANES]; member
1041 unsigned int tdlut_pte_bytes_per_frame[DML2_MAX_PLANES]; member
1766 unsigned int tdlut_pte_bytes_per_frame; member
1995 unsigned int *tdlut_pte_bytes_per_frame; member
H A Ddml2_core_shared.c720 unsigned int tdlut_pte_bytes_per_frame[],
2234 calculate_tdlut_setting_params->tdlut_pte_bytes_per_frame = &s->tdlut_pte_bytes_per_frame[k]; in dml2_core_shared_mode_support()
2360 CalculatePrefetchSchedule_params->tdlut_pte_bytes_per_frame = s->tdlut_pte_bytes_per_frame[k]; in dml2_core_shared_mode_support()
7105 *p->tdlut_pte_bytes_per_frame = 0; in calculate_tdlut_setting()
7164 *p->tdlut_pte_bytes_per_frame = tdlut_pte_req_per_frame * 64; in calculate_tdlut_setting()
7678 dml2_printf("DML::%s: tdlut_pte_bytes_per_frame = %u\n", __func__, p->tdlut_pte_bytes_per_frame); in CalculatePrefetchSchedule()
7761 …vm_bytes = vm_bytes + p->tdlut_pte_bytes_per_frame + (p->display_cfg->gpuvm_enable ? extra_tdpe_by… in CalculatePrefetchSchedule()
9391 unsigned int tdlut_pte_bytes_per_frame[], in CalculateVMGroupAndRequestTimes() argument
9441 …num_group_per_lower_vm_stage_pref += (unsigned int)math_ceil2(tdlut_pte_bytes_per_frame[k] / vm_gr… in CalculateVMGroupAndRequestTimes()
9462 num_req_per_lower_vm_stage_pref += tdlut_pte_bytes_per_frame[k] / 64; in CalculateVMGroupAndRequestTimes()
[all …]
H A Ddml2_core_dcn4_calcs.c4675 *p->tdlut_pte_bytes_per_frame = 0; in calculate_tdlut_setting()
4720 *p->tdlut_pte_bytes_per_frame = tdlut_pte_req_per_frame * 64; in calculate_tdlut_setting()
5288 dml2_printf("DML::%s: tdlut_pte_bytes_per_frame = %u\n", __func__, p->tdlut_pte_bytes_per_frame); in CalculatePrefetchSchedule()
5367 …vm_bytes = vm_bytes + p->tdlut_pte_bytes_per_frame + (p->display_cfg->gpuvm_enable ? extra_tdpe_by… in CalculatePrefetchSchedule()
8886 calculate_tdlut_setting_params->tdlut_pte_bytes_per_frame = &s->tdlut_pte_bytes_per_frame[k]; in dml_core_mode_support()
9039 CalculatePrefetchSchedule_params->tdlut_pte_bytes_per_frame = s->tdlut_pte_bytes_per_frame[k]; in dml_core_mode_support()
9938 unsigned int tdlut_pte_bytes_per_frame[], in CalculateVMGroupAndRequestTimes() argument
9993 …num_group_per_lower_vm_stage_pref += (unsigned int) math_ceil2(tdlut_pte_bytes_per_frame[k] / vm_g… in CalculateVMGroupAndRequestTimes()
10014 num_req_per_lower_vm_stage_pref += tdlut_pte_bytes_per_frame[k] / 64; in CalculateVMGroupAndRequestTimes()
10918 calculate_tdlut_setting_params->tdlut_pte_bytes_per_frame = &s->tdlut_pte_bytes_per_frame[k]; in dml_core_mode_programming()
[all …]