Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddcn_calc_auto.c44 if (v->allow_different_hratio_vratio == dcn_bw_yes) { in scaler_settings_calculation()
130 v->scale_ratio_support = dcn_bw_yes; in mode_support_and_system_configuration()
138 v->source_format_pixel_and_scan_support = dcn_bw_yes; in mode_support_and_system_configuration()
177 if (v->dcc_enable[k] == dcn_bw_yes) { in mode_support_and_system_configuration()
180 …if (v->pte_enable == dcn_bw_yes && v->source_scan[k] != dcn_bw_hor && (v->source_surface_mode[k] =… in mode_support_and_system_configuration()
183 …else if (v->pte_enable == dcn_bw_yes && v->source_scan[k] == dcn_bw_hor && (v->source_pixel_format… in mode_support_and_system_configuration()
186 else if (v->pte_enable == dcn_bw_yes) { in mode_support_and_system_configuration()
207 if (v->dcc_enable[k] == dcn_bw_yes) { in mode_support_and_system_configuration()
208 v->dcc_enabled_in_any_plane = dcn_bw_yes; in mode_support_and_system_configuration()
214 …if (v->dcc_enabled_in_any_plane == dcn_bw_yes && v->return_bw_todcn_per_state > v->dcfclk_per_stat… in mode_support_and_system_configuration()
[all …]
Ddcn_calcs.c131 .pte_enable = dcn_bw_yes,
518 v->pte_enable == dcn_bw_yes, in dcn_bw_calc_rq_dlg_ttu()
891 v->allow_different_hratio_vratio = dcn_bw_yes; in dcn_validate_bandwidth()
916 v->dcc_enable[input_idx] = dcn_bw_yes; in dcn_validate_bandwidth()
993 v->dcc_enable[input_idx] = pipe->plane_state->dcc.enable ? dcn_bw_yes : dcn_bw_no; in dcn_validate_bandwidth()
1004 pipe->plane_state->format, &bpe) ? dcn_bw_yes : dcn_bw_no; in dcn_validate_bandwidth()
1027 if (v->is_line_buffer_bpp_fixed == dcn_bw_yes) in dcn_validate_bandwidth()
1723 dc->dml.ip.pte_enable = dc->dcn_ip->pte_enable == dcn_bw_yes; in dcn_bw_sync_calcs_and_dml()
1729 dc->dml.ip.IsLineBufferBppFixed = dc->dcn_ip->is_line_buffer_bpp_fixed == dcn_bw_yes; in dcn_bw_sync_calcs_and_dml()
1748 dc->dcn_ip->can_vstartup_lines_exceed_vsync_plus_back_porch_lines_minus_one == dcn_bw_yes; in dcn_bw_sync_calcs_and_dml()
[all …]
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/
Ddcn_calcs.h58 dcn_bw_yes, enumerator