Searched refs:bw_meq (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | bw_fixed.h | 151 static inline bool bw_meq(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_meq() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | bw_fixed.h | 151 static inline bool bw_meq(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_meq() function
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/ |
H A D | dce_calcs.c | 1630 else if (bw_meq(data->total_average_bandwidth_no_compression, bw_mul(bw_mul(bw_frc_to_fixed(dceip->max_average_percent_of_ideal_port_bw_display_can_use_in_normal_system_operation, 100),sclk[s_high]),vbios->data_return_bus_width)) in calculate_bandwidth() 2013 if (bw_meq(data->max_phyclk, bw_int_to_fixed(270))) { in calculate_bandwidth() 2016 if (bw_meq(data->max_phyclk, bw_int_to_fixed(540))) { in calculate_bandwidth() 2019 if (bw_meq(data->max_phyclk, bw_int_to_fixed(810))) { in calculate_bandwidth()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
H A D | dce_calcs.c | 1638 else if (bw_meq(data->total_average_bandwidth_no_compression, bw_mul(bw_mul(bw_frc_to_fixed(dceip->max_average_percent_of_ideal_port_bw_display_can_use_in_normal_system_operation, 100),sclk[s_high]),vbios->data_return_bus_width)) in calculate_bandwidth() 2021 if (bw_meq(data->max_phyclk, bw_int_to_fixed(270))) { in calculate_bandwidth() 2024 if (bw_meq(data->max_phyclk, bw_int_to_fixed(540))) { in calculate_bandwidth() 2027 if (bw_meq(data->max_phyclk, bw_int_to_fixed(810))) { in calculate_bandwidth()
|
Completed in 12 milliseconds