Searched refs:bw_ltn (Results 1 – 2 of 2) sorted by relevance
| /drivers/gpu/drm/amd/display/dc/basics/ |
| A D | dce_calcs.c | 1297 if (bw_ltn(data->vsr[i], bw_int_to_fixed(2))) { in calculate_bandwidth() 1356 …if (bw_ltn(data->dispclk_required_for_blackout_recovery[high][s_high], vbios->high_voltage_max_dis… in calculate_bandwidth() 1398 …if ((bw_ltn(data->dispclk_required_for_dram_speed_change_pipe[i][j], vbios->high_voltage_max_dispc… in calculate_bandwidth() 1412 …if ((bw_ltn(data->dispclk_required_for_dram_speed_change_pipe[i][j], vbios->high_voltage_max_dispc… in calculate_bandwidth() 1631 && bw_ltn(data->required_sclk, sclk[s_high])) { in calculate_bandwidth() 1637 && bw_ltn(data->required_sclk, sclk[s_high])) { in calculate_bandwidth() 1715 if (bw_ltn(data->total_dispclk_required_with_ramping, data->dispclk_required_with_ramping[i])) { in calculate_bandwidth() 1718 …if (bw_ltn(data->total_dispclk_required_without_ramping, data->dispclk_required_without_ramping[i]… in calculate_bandwidth() 1750 …if (bw_ltn(data->total_dispclk_required_with_ramping_with_request_bandwidth, vbios->high_voltage_m… in calculate_bandwidth() 1960 else if (bw_ltn(data->time_in_self_refresh, bw_int_to_fixed(0))) { in calculate_bandwidth() [all …]
|
| /drivers/gpu/drm/amd/display/dc/inc/ |
| A D | bw_fixed.h | 156 static inline bool bw_ltn(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_ltn() function
|
Completed in 11 milliseconds