Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h948 unsigned int tdlut_pte_bytes_per_frame[DML2_MAX_PLANES]; member
1021 unsigned int tdlut_pte_bytes_per_frame[DML2_MAX_PLANES]; member
1738 unsigned int tdlut_pte_bytes_per_frame; member
1919 unsigned int *tdlut_pte_bytes_per_frame; member
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 …]
Ddml2_core_dcn4_calcs.c4590 *p->tdlut_pte_bytes_per_frame = 0; in calculate_tdlut_setting()
4635 *p->tdlut_pte_bytes_per_frame = tdlut_pte_req_per_frame * 64; in calculate_tdlut_setting()
5203 dml2_printf("DML::%s: tdlut_pte_bytes_per_frame = %u\n", __func__, p->tdlut_pte_bytes_per_frame); in CalculatePrefetchSchedule()
5296 …vm_bytes = vm_bytes + p->tdlut_pte_bytes_per_frame + (p->display_cfg->gpuvm_enable ? extra_tdpe_by… in CalculatePrefetchSchedule()
8587 calculate_tdlut_setting_params->tdlut_pte_bytes_per_frame = &s->tdlut_pte_bytes_per_frame[k]; in dml_core_mode_support()
8716 CalculatePrefetchSchedule_params->tdlut_pte_bytes_per_frame = s->tdlut_pte_bytes_per_frame[k]; in dml_core_mode_support()
9546 unsigned int tdlut_pte_bytes_per_frame[], in CalculateVMGroupAndRequestTimes() argument
9601 …num_group_per_lower_vm_stage_pref += (unsigned int) math_ceil2(tdlut_pte_bytes_per_frame[k] / vm_g… in CalculateVMGroupAndRequestTimes()
9622 num_req_per_lower_vm_stage_pref += tdlut_pte_bytes_per_frame[k] / 64; in CalculateVMGroupAndRequestTimes()
10531 calculate_tdlut_setting_params->tdlut_pte_bytes_per_frame = &s->tdlut_pte_bytes_per_frame[k]; in dml_core_mode_programming()
[all …]