Searched refs:avg_time_slots_per_mtp (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link.c | 3600 static void dc_log_vcp_x_y(const struct dc_link *link, struct fixed31_32 avg_time_slots_per_mtp) in dc_log_vcp_x_y() argument 3606 avg_time_slots_per_mtp = dc_fixpt_add( in dc_log_vcp_x_y() 3607 avg_time_slots_per_mtp, dc_fixpt_from_fraction(1, 2 * VCP_Y_PRECISION)); in dc_log_vcp_x_y() 3609 vcp_x = dc_fixpt_floor(avg_time_slots_per_mtp); in dc_log_vcp_x_y() 3612 dc_fixpt_sub_int(avg_time_slots_per_mtp, dc_fixpt_floor(avg_time_slots_per_mtp)), in dc_log_vcp_x_y() 3632 struct fixed31_32 avg_time_slots_per_mtp; in dc_link_update_sst_payload() local 3639 avg_time_slots_per_mtp = dc_fixpt_from_int(0); in dc_link_update_sst_payload() 3641 dc_log_vcp_x_y(link, avg_time_slots_per_mtp); in dc_link_update_sst_payload() 3645 avg_time_slots_per_mtp); in dc_link_update_sst_payload() 3649 avg_time_slots_per_mtp); in dc_link_update_sst_payload() [all …]
|
D | dc_link_dp.c | 6868 struct fixed31_32 avg_time_slots_per_mtp = { 0 }; in dpcd_write_128b_132b_sst_payload_allocation_table() local 6874 avg_time_slots_per_mtp = calculate_sst_avg_time_slots_per_mtp(stream, link); in dpcd_write_128b_132b_sst_payload_allocation_table() 6875 req_slot_count = dc_fixpt_ceil(avg_time_slots_per_mtp); in dpcd_write_128b_132b_sst_payload_allocation_table() 7022 struct fixed31_32 avg_time_slots_per_mtp = in calculate_sst_avg_time_slots_per_mtp() local 7025 return avg_time_slots_per_mtp; in calculate_sst_avg_time_slots_per_mtp()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/virtual/ |
D | virtual_stream_encoder.c | 49 struct fixed31_32 avg_time_slots_per_mtp) in virtual_stream_encoder_set_throttled_vcp_size() argument
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_hpo_dp_link_encoder.c | 384 struct fixed31_32 avg_time_slots_per_mtp) in dcn31_hpo_dp_link_enc_set_throttled_vcp_size() argument 388 avg_time_slots_per_mtp); in dcn31_hpo_dp_link_enc_set_throttled_vcp_size() 392 avg_time_slots_per_mtp, in dcn31_hpo_dp_link_enc_set_throttled_vcp_size()
|
D | dcn31_hpo_dp_link_encoder.h | 212 struct fixed31_32 avg_time_slots_per_mtp);
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | link_encoder.h | 316 struct fixed31_32 avg_time_slots_per_mtp);
|
D | stream_encoder.h | 148 struct fixed31_32 avg_time_slots_per_mtp);
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_stream_encoder.c | 699 struct fixed31_32 avg_time_slots_per_mtp) in dce110_stream_encoder_set_throttled_vcp_size() argument 703 avg_time_slots_per_mtp); in dce110_stream_encoder_set_throttled_vcp_size() 707 avg_time_slots_per_mtp, in dce110_stream_encoder_set_throttled_vcp_size()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_stream_encoder.c | 628 struct fixed31_32 avg_time_slots_per_mtp) in enc1_stream_encoder_set_throttled_vcp_size() argument 632 avg_time_slots_per_mtp); in enc1_stream_encoder_set_throttled_vcp_size() 636 avg_time_slots_per_mtp, in enc1_stream_encoder_set_throttled_vcp_size()
|
D | dcn10_stream_encoder.h | 638 struct fixed31_32 avg_time_slots_per_mtp);
|