Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_auto.c130 v->scale_ratio_support = dcn_bw_yes; in mode_support_and_system_configuration()
254 v->rob_support[i] = dcn_bw_yes; in mode_support_and_system_configuration()
299 v->dio_support[i] = dcn_bw_yes; in mode_support_and_system_configuration()
806 if (v->pte_enable == dcn_bw_yes && v->dcc_enable[k] == dcn_bw_yes) { in mode_support_and_system_configuration()
815 if (v->pte_enable == dcn_bw_yes || v->dcc_enable[k] == dcn_bw_yes) { in mode_support_and_system_configuration()
846 if (v->pte_enable == dcn_bw_yes && v->dcc_enable[k] == dcn_bw_yes) { in mode_support_and_system_configuration()
852 if (v->pte_enable == dcn_bw_yes || v->dcc_enable[k] == dcn_bw_yes) { in mode_support_and_system_configuration()
968dcn_bw_yes && v->source_format_pixel_and_scan_support == dcn_bw_yes && v->viewport_size_support ==… in mode_support_and_system_configuration()
1319 if (v->pte_enable == dcn_bw_yes) { in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1688 if (v->pte_enable == dcn_bw_yes && v->dcc_enable[k] == dcn_bw_yes) { in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
[all …]
H A 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()
1722 dc->dml.ip.pte_enable = dc->dcn_ip->pte_enable == dcn_bw_yes; in dcn_bw_sync_calcs_and_dml()
1728 dc->dml.ip.IsLineBufferBppFixed = dc->dcn_ip->is_line_buffer_bpp_fixed == dcn_bw_yes; in dcn_bw_sync_calcs_and_dml()
1747 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 …]
/openbsd/sys/dev/pci/drm/amd/display/dc/inc/
H A Ddcn_calcs.h58 dcn_bw_yes, enumerator