Home
last modified time | relevance | path

Searched refs:mrq_present (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.h1396 bool mrq_present; member
1558 bool mrq_present; member
1758 bool mrq_present; member
1874 bool mrq_present; member
2043 bool mrq_present; member
2402 bool mrq_present; member
H A Ddml2_core_dcn5_calcs_dchub.c911 …edUpSwathSizeBytesY[SurfaceDoingUnboundedRequest] * TTUFIFODEPTH / (p->mrq_present ? MAXIMUMCOMPRE… in dcn5_calculate_swath_and_det_configuration()
919 if (!(p->mrq_present) && (!p->UnboundedRequestEnabled) && (TotalActiveDPP == 1) in dcn5_calculate_swath_and_det_configuration()
921 && ((p->rob_buffer_size_kbytes * 1024 * (p->mrq_present ? MAXIMUMCOMPRESSION : 1) in dcn5_calculate_swath_and_det_configuration()
1052 bool mrq_present, in dcn5_calculate_row_bandwidth() argument
1062 if (!DCCEnable || !mrq_present) { in dcn5_calculate_row_bandwidth()
1137 if (!p->DCCEnable || !p->mrq_present) { in dcn5_calculate_vm_and_row_bytes()
1363 scratch->calculate_vm_and_row_bytes_params.mrq_present = p->mrq_present; in dcn5_calculate_vm_row_and_swath()
1444 scratch->calculate_vm_and_row_bytes_params.mrq_present = p->mrq_present; in dcn5_calculate_vm_row_and_swath()
1606 p->mrq_present, in dcn5_calculate_vm_row_and_swath()
1653 if (p->display_cfg->plane_descriptors[plane_index].surface.dcc.enable && p->mrq_present) { in dcn5_calculate_bytes_to_fetch_required_to_hide_latency()
[all …]
H A Ddml2_core_dcn5_funcs_mode_programming.c259 CalculateSwathAndDETConfiguration_params->mrq_present = mode_lib->ip.dcn_mrq_present; in dcn5_mode_programming()
356 CalculateVMRowAndSwath_params->mrq_present = mode_lib->ip.dcn_mrq_present; in dcn5_mode_programming()
514 …calculate_bytes_to_fetch_required_to_hide_latency_params->mrq_present = mode_lib->ip.dcn_mrq_prese… in dcn5_mode_programming()
712 CalculatePrefetchSchedule_params->mrq_present = mode_lib->ip.dcn_mrq_present; in dcn5_mode_programming()
1201 CalculateMetaAndPTETimes_params->mrq_present = mode_lib->ip.dcn_mrq_present; in dcn5_mode_programming()