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_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h652 unsigned int tdlut_pte_bytes_per_frame[DML2_MAX_PLANES]; member
879 unsigned int tdlut_pte_bytes_per_frame[DML2_MAX_PLANES]; member
1201 unsigned int tdlut_pte_bytes_per_frame[DML2_MAX_PLANES]; member
1286 unsigned int tdlut_pte_bytes_per_frame[DML2_MAX_PLANES]; member
2032 unsigned int tdlut_pte_bytes_per_frame; member
2349 unsigned int *tdlut_pte_bytes_per_frame; member
H A Ddml2_core_dcn5_funcs_mode_programming.c450 calculate_tdlut_setting_params->tdlut_pte_bytes_per_frame = &s->tdlut_pte_bytes_per_frame[k]; in dcn5_mode_programming()
704 CalculatePrefetchSchedule_params->tdlut_pte_bytes_per_frame = s->tdlut_pte_bytes_per_frame[k]; in dcn5_mode_programming()
1245 s->tdlut_pte_bytes_per_frame, in dcn5_mode_programming()
H A Ddml2_core_dcn5_calcs_dchub.c2385 *p->tdlut_pte_bytes_per_frame = 0; in dcn5_calculate_tdlut_setting()
2430 *p->tdlut_pte_bytes_per_frame = tdlut_pte_req_per_frame * 64; in dcn5_calculate_tdlut_setting()
2870 …L_LOG_VERBOSE("DML::%s: tdlut_pte_bytes_per_frame = %u\n", __func__, p->tdlut_pte_bytes_per_frame); in dcn5_calculate_prefetch_schedule()
2961 …vm_bytes = vm_bytes + p->tdlut_pte_bytes_per_frame + (p->display_cfg->gpuvm_enable ? extra_tdpe_by… in dcn5_calculate_prefetch_schedule()
4839 unsigned int tdlut_pte_bytes_per_frame[], in dcn5_calculate_vm_group_and_request_times() argument
4892 …num_group_per_lower_vm_stage_pref += (unsigned int) math_ceil2(tdlut_pte_bytes_per_frame[k] / vm_g… in dcn5_calculate_vm_group_and_request_times()
4913 num_req_per_lower_vm_stage_pref += tdlut_pte_bytes_per_frame[k] / 64; in dcn5_calculate_vm_group_and_request_times()