Home
last modified time | relevance | path

Searched refs:avg_time_slots_per_mtp (Results 1 – 10 of 10) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/link/accessories/
Dlink_fpga.c39 struct fixed31_32 avg_time_slots_per_mtp; in dp_fpga_hpo_enable_link_and_stream() local
68avg_time_slots_per_mtp = link_calculate_sst_avg_time_slots_per_mtp(state->streams[i], state->strea… in dp_fpga_hpo_enable_link_and_stream()
69 req_slot_count = dc_fixpt_ceil(avg_time_slots_per_mtp); in dp_fpga_hpo_enable_link_and_stream()
77 avg_time_slots_per_mtp = link_calculate_sst_avg_time_slots_per_mtp(stream, stream->link); in dp_fpga_hpo_enable_link_and_stream()
78 req_slot_count = dc_fixpt_ceil(avg_time_slots_per_mtp); in dp_fpga_hpo_enable_link_and_stream()
90 link_hwss->ext.set_throttled_vcp_size(pipe_ctx, avg_time_slots_per_mtp); in dp_fpga_hpo_enable_link_and_stream()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/link/
Dlink_dpms.c1003 static void log_vcp_x_y(const struct dc_link *link, struct fixed31_32 avg_time_slots_per_mtp) in log_vcp_x_y() argument
1010 avg_time_slots_per_mtp = dc_fixpt_add( in log_vcp_x_y()
1011 avg_time_slots_per_mtp, in log_vcp_x_y()
1017 avg_time_slots_per_mtp); in log_vcp_x_y()
1021 avg_time_slots_per_mtp, in log_vcp_x_y()
1023 avg_time_slots_per_mtp)), in log_vcp_x_y()
1261 struct fixed31_32 avg_time_slots_per_mtp = dc_fixpt_from_int(0); in deallocate_mst_payload_with_temp_drm_wa() local
1270 link_hwss->ext.set_throttled_vcp_size(pipe_ctx, avg_time_slots_per_mtp); in deallocate_mst_payload_with_temp_drm_wa()
1274 avg_time_slots_per_mtp); in deallocate_mst_payload_with_temp_drm_wa()
1340 struct fixed31_32 avg_time_slots_per_mtp = dc_fixpt_from_int(0); in deallocate_mst_payload() local
[all …]
/linux-6.6.21/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.6.21/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_hpo_dp_link_encoder.c386 struct fixed31_32 avg_time_slots_per_mtp) in dcn31_hpo_dp_link_enc_set_throttled_vcp_size() argument
390 avg_time_slots_per_mtp); in dcn31_hpo_dp_link_enc_set_throttled_vcp_size()
394 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.6.21/drivers/gpu/drm/amd/display/dc/inc/hw/
Dlink_encoder.h264 struct fixed31_32 avg_time_slots_per_mtp);
Dstream_encoder.h156 struct fixed31_32 avg_time_slots_per_mtp);
/linux-6.6.21/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.6.21/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);