HomeSort by: relevance | last modified time | path
    Searched defs:number_of_displays_enabled (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dce_calcs.c 127 int32_t number_of_displays_enabled = 0; local in function:calculate_bandwidth
1282 number_of_displays_enabled = 0;
1286 number_of_displays_enabled = number_of_displays_enabled + 1;
1308 if (number_of_displays_enabled > 2)
1463 if (number_of_displays_enabled_with_margin > 0 && (number_of_displays_enabled_with_margin + number_of_aligned_displays_with_no_margin) == number_of_displays_enabled && bw_mtn(data->min_dram_speed_change_margin[high][s_high], bw_int_to_fixed(0)) && bw_ltn(data->min_dram_speed_change_margin[high][s_high], bw_int_to_fixed(9999)) && bw_ltn(data->dispclk_required_for_dram_speed_change[high][s_high], vbios->high_voltage_max_dispclk)) {
1470 if (number_of_aligned_displays_with_no_margin == number_of_displays_enabled) {
1517 if (number_of_displays_enabled > 2) {
amdgpu_dce_calcs.c 127 int32_t number_of_displays_enabled = 0; local in function:calculate_bandwidth
1282 number_of_displays_enabled = 0;
1286 number_of_displays_enabled = number_of_displays_enabled + 1;
1308 if (number_of_displays_enabled > 2)
1463 if (number_of_displays_enabled_with_margin > 0 && (number_of_displays_enabled_with_margin + number_of_aligned_displays_with_no_margin) == number_of_displays_enabled && bw_mtn(data->min_dram_speed_change_margin[high][s_high], bw_int_to_fixed(0)) && bw_ltn(data->min_dram_speed_change_margin[high][s_high], bw_int_to_fixed(9999)) && bw_ltn(data->dispclk_required_for_dram_speed_change[high][s_high], vbios->high_voltage_max_dispclk)) {
1470 if (number_of_aligned_displays_with_no_margin == number_of_displays_enabled) {
1517 if (number_of_displays_enabled > 2) {

Completed in 27 milliseconds