Home
last modified time | relevance | path

Searched refs:bw_ltn (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddce_calcs.c1299 if (bw_ltn(data->vsr[i], bw_int_to_fixed(2))) { in calculate_bandwidth()
1358 …if (bw_ltn(data->dispclk_required_for_blackout_recovery[high][s_high], vbios->high_voltage_max_dis… in calculate_bandwidth()
1400 …if ((bw_ltn(data->dispclk_required_for_dram_speed_change_pipe[i][j], vbios->high_voltage_max_dispc… in calculate_bandwidth()
1414 …if ((bw_ltn(data->dispclk_required_for_dram_speed_change_pipe[i][j], vbios->high_voltage_max_dispc… in calculate_bandwidth()
1633 && bw_ltn(data->required_sclk, sclk[s_high])) { in calculate_bandwidth()
1639 && bw_ltn(data->required_sclk, sclk[s_high])) { in calculate_bandwidth()
1717 if (bw_ltn(data->total_dispclk_required_with_ramping, data->dispclk_required_with_ramping[i])) { in calculate_bandwidth()
1720 …if (bw_ltn(data->total_dispclk_required_without_ramping, data->dispclk_required_without_ramping[i]… in calculate_bandwidth()
1752 …if (bw_ltn(data->total_dispclk_required_with_ramping_with_request_bandwidth, vbios->high_voltage_m… in calculate_bandwidth()
1962 else if (bw_ltn(data->time_in_self_refresh, bw_int_to_fixed(0))) { in calculate_bandwidth()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dbw_fixed.h156 static inline bool bw_ltn(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_ltn() function