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/ |
D | link_fpga.c | 39 struct fixed31_32 avg_time_slots_per_mtp; in dp_fpga_hpo_enable_link_and_stream() local 68 …avg_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/ |
D | link_dpms.c | 1003 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/ |
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.6.21/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_hpo_dp_link_encoder.c | 386 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()
|
D | dcn31_hpo_dp_link_encoder.h | 212 struct fixed31_32 avg_time_slots_per_mtp);
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | link_encoder.h | 264 struct fixed31_32 avg_time_slots_per_mtp);
|
D | stream_encoder.h | 156 struct fixed31_32 avg_time_slots_per_mtp);
|
/linux-6.6.21/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.6.21/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);
|