Searched refs:s_high (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/ |
D | dce_calcs.c | 91 const uint32_t s_high = 7; in calculate_bandwidth() local 133 sclk[s_high] = vbios->high_sclk; in calculate_bandwidth() 1342 …ckout_duration_margin[high][s_high], bw_int_to_fixed(0)) && bw_ltn(data->dispclk_required_for_blac… in calculate_bandwidth() 1344 …if (bw_ltn(data->dispclk_required_for_blackout_recovery[high][s_high], vbios->high_voltage_max_dis… in calculate_bandwidth() 1455 …s_high], bw_int_to_fixed(0)) && bw_ltn(data->min_dram_speed_change_margin[high][s_high], bw_int_to… in calculate_bandwidth() 1537 …s_high], bw_int_to_fixed(0)) && bw_ltn(data->dispclk_required_for_blackout_duration[low][s_high], … in calculate_bandwidth() 1543 …s_high], bw_int_to_fixed(0)) && bw_ltn(data->dispclk_required_for_blackout_duration[mid][s_high], … in calculate_bandwidth() 1570 data->sclk_level = s_high; in calculate_bandwidth() 1575 data->sclk_level = s_high; in calculate_bandwidth() 1621 …t_of_ideal_port_bw_display_can_use_in_normal_system_operation, 100),sclk[s_high]),vbios->data_retu… in calculate_bandwidth() [all …]
|