Searched refs:stutter_entry_watermark (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/ |
D | dce_calcs.c | 1861 …data->stutter_entry_watermark[i] = bw_add(bw_sub(bw_add(vbios->stutter_self_refresh_exit_latency, … in calculate_bandwidth() 1874 data->stutter_entry_watermark[i] = bw_int_to_fixed(0); in calculate_bandwidth() 1892 …t_watermark[i], data->minimum_latency_hiding[i]) || bw_mtn(data->stutter_entry_watermark[i], data-… in calculate_bandwidth() 3149 stutter_entry_watermark[4], bw_int_to_fixed(1000))); in bw_calcs() 3152 stutter_entry_watermark[5], bw_int_to_fixed(1000))); in bw_calcs() 3155 stutter_entry_watermark[6], bw_int_to_fixed(1000))); in bw_calcs() 3159 stutter_entry_watermark[0], bw_int_to_fixed(1000))); in bw_calcs() 3162 stutter_entry_watermark[1], bw_int_to_fixed(1000))); in bw_calcs() 3166 stutter_entry_watermark[7], bw_int_to_fixed(1000))); in bw_calcs() 3169 stutter_entry_watermark[8], bw_int_to_fixed(1000))); in bw_calcs() [all …]
|
D | calcs_logger.h | 419 i, bw_fixed_to_int(data->stutter_entry_watermark[i])); in print_bw_calcs_data()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/ |
D | dce_calcs.h | 387 struct bw_fixed stutter_entry_watermark[maximum_number_of_surfaces]; member
|