Searched refs:dcn_mrq_present (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_dcn4_calcs.c | 7076 dml2_printf("DML::%s: ip.dcn_mrq_present = %u\n", __func__, mode_lib->ip.dcn_mrq_present); in dml_core_mode_support() 7095 mode_lib->ip.dcn_mrq_present, in dml_core_mode_support() 7364 if (mode_lib->ip.dcn_mrq_present && display_cfg->plane_descriptors[k].surface.dcc.enable) { in dml_core_mode_support() 7436 CalculateSwathAndDETConfiguration_params->mrq_present = mode_lib->ip.dcn_mrq_present; in dml_core_mode_support() 8037 CalculateVMRowAndSwath_params->mrq_present = mode_lib->ip.dcn_mrq_present; in dml_core_mode_support() 8117 …lculate_bytes_to_fetch_required_to_hide_latency_params->mrq_present = mode_lib->ip.dcn_mrq_present; in dml_core_mode_support() 8405 if (mode_lib->soc.mall_allocated_for_dcn_mbytes == 0 || mode_lib->ip.dcn_mrq_present) { in dml_core_mode_support() 8724 CalculatePrefetchSchedule_params->mrq_present = mode_lib->ip.dcn_mrq_present; in dml_core_mode_support() 8949 mode_lib->ip.dcn_mrq_present && display_cfg->plane_descriptors[k].surface.dcc.enable, in dml_core_mode_support() 10110 mode_lib->ip.dcn_mrq_present, in dml_core_mode_programming() [all …]
|
D | dml2_core_shared.c | 802 dml2_printf("DML::%s: ip.dcn_mrq_present = %u\n", __func__, mode_lib->ip.dcn_mrq_present); in dml2_core_shared_mode_support() 821 mode_lib->ip.dcn_mrq_present, in dml2_core_shared_mode_support() 1082 if (mode_lib->ip.dcn_mrq_present && display_cfg->plane_descriptors[k].surface.dcc.enable) { in dml2_core_shared_mode_support() 1153 CalculateSwathAndDETConfiguration_params->mrq_present = mode_lib->ip.dcn_mrq_present; in dml2_core_shared_mode_support() 1704 CalculateVMRowAndSwath_params->mrq_present = mode_lib->ip.dcn_mrq_present; in dml2_core_shared_mode_support() 2051 if (mode_lib->soc.mall_allocated_for_dcn_mbytes == 0 || mode_lib->ip.dcn_mrq_present) { in dml2_core_shared_mode_support() 2368 CalculatePrefetchSchedule_params->mrq_present = mode_lib->ip.dcn_mrq_present; in dml2_core_shared_mode_support() 2589 mode_lib->ip.dcn_mrq_present && display_cfg->plane_descriptors[k].surface.dcc.enable, in dml2_core_shared_mode_support() 9941 mode_lib->ip.dcn_mrq_present, in dml2_core_shared_mode_programming() 10224 CalculateVMRowAndSwath_params->mrq_present = mode_lib->ip.dcn_mrq_present; in dml2_core_shared_mode_programming() [all …]
|
D | dml2_core_shared_types.h | 87 bool dcn_mrq_present; member
|