Home
last modified time | relevance | path

Searched refs:dcn_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_dcn4_calcs.c7532 CalculatePrefetchSchedule_params->mrq_present = mode_lib->ip.dcn_mrq_present; in dml_core_ms_prefetch_check()
7830 mode_lib->ip.dcn_mrq_present && display_cfg->plane_descriptors[k].surface.dcc.enable, in dml_core_ms_prefetch_check()
8022 DML_LOG_VERBOSE("DML::%s: ip.dcn_mrq_present = %u\n", __func__, mode_lib->ip.dcn_mrq_present); in dml_core_mode_support()
8035 mode_lib->ip.dcn_mrq_present, in dml_core_mode_support()
8302 if (mode_lib->ip.dcn_mrq_present && display_cfg->plane_descriptors[k].surface.dcc.enable) { in dml_core_mode_support()
8374 CalculateSwathAndDETConfiguration_params->mrq_present = mode_lib->ip.dcn_mrq_present; in dml_core_mode_support()
8990 CalculateVMRowAndSwath_params->mrq_present = mode_lib->ip.dcn_mrq_present; in dml_core_mode_support()
9070 …lculate_bytes_to_fetch_required_to_hide_latency_params->mrq_present = mode_lib->ip.dcn_mrq_present; in dml_core_mode_support()
9364 if (mode_lib->soc.mcache_size_bytes == 0 || mode_lib->ip.dcn_mrq_present) { in dml_core_mode_support()
10543 mode_lib->ip.dcn_mrq_present, in dml_core_mode_programming()
[all …]
H A Ddml2_core_dcn4.c150 .dcn_mrq_present = 1,
H A Ddml2_core_shared_types.h89 bool dcn_mrq_present; member