Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
H A Damdgpu_dcn_calc_auto.c182 if (v->dcc_enable[k] == dcn_bw_yes) { in mode_support_and_system_configuration()
212 if (v->dcc_enable[k] == dcn_bw_yes) { in mode_support_and_system_configuration()
588 if (v->dcc_enable[k] == dcn_bw_yes) { in mode_support_and_system_configuration()
623 if (v->dcc_enable[k] == dcn_bw_yes) { in mode_support_and_system_configuration()
683 if (v->dcc_enable[k] == dcn_bw_yes) { in mode_support_and_system_configuration()
811 if (v->pte_enable == dcn_bw_yes && v->dcc_enable[k] == dcn_bw_yes) { in mode_support_and_system_configuration()
820 if (v->pte_enable == dcn_bw_yes || v->dcc_enable[k] == dcn_bw_yes) { in mode_support_and_system_configuration()
851 if (v->pte_enable == dcn_bw_yes && v->dcc_enable[k] == dcn_bw_yes) { in mode_support_and_system_configuration()
857 if (v->pte_enable == dcn_bw_yes || v->dcc_enable[k] == dcn_bw_yes) { in mode_support_and_system_configuration()
1234 if (v->dcc_enable[k] == dcn_bw_yes) { in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
[all …]
H A Damdgpu_dcn_calcs.c890 v->dcc_enable[input_idx] = dcn_bw_yes; in dcn_validate_bandwidth()
967 v->dcc_enable[input_idx] = pipe->plane_state->dcc.enable ? dcn_bw_yes : dcn_bw_no; in dcn_validate_bandwidth()
977 v->dcc_enable[input_idx] = dc->res_pool->hubbub->funcs->dcc_support_pixel_format( in dcn_validate_bandwidth()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
H A Ddcn_calcs.h184 enum dcn_bw_defs dcc_enable[number_of_planes_minus_one + 1]; member