Home
last modified time | relevance | path

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/
Ddc_link.c3600 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 …]
Ddc_link_dp.c6868 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/
Dvirtual_stream_encoder.c49 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/
Ddcn31_hpo_dp_link_encoder.c384 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()
Ddcn31_hpo_dp_link_encoder.h212 struct fixed31_32 avg_time_slots_per_mtp);
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/hw/
Dlink_encoder.h316 struct fixed31_32 avg_time_slots_per_mtp);
Dstream_encoder.h148 struct fixed31_32 avg_time_slots_per_mtp);
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce/
Ddce_stream_encoder.c699 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/
Ddcn10_stream_encoder.c628 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()
Ddcn10_stream_encoder.h638 struct fixed31_32 avg_time_slots_per_mtp);