Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_dp_mst.c164 static int radeon_dp_mst_set_vcp_size(struct radeon_encoder *mst, s64 avg_time_slots_per_mtp) in radeon_dp_mst_set_vcp_size() argument
172 uint32_t x = drm_fixp2int(avg_time_slots_per_mtp); in radeon_dp_mst_set_vcp_size()
173 uint32_t y = drm_fixp2int_ceil((avg_time_slots_per_mtp - x) << 26); in radeon_dp_mst_set_vcp_size()
390 s64 fixed_pbn, fixed_pbn_per_slot, avg_time_slots_per_mtp; in radeon_mst_encoder_dpms() local
457 avg_time_slots_per_mtp = drm_fixp_div(fixed_pbn, fixed_pbn_per_slot); in radeon_mst_encoder_dpms()
458 radeon_dp_mst_set_vcp_size(radeon_encoder, avg_time_slots_per_mtp); in radeon_mst_encoder_dpms()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/virtual/
Dvirtual_stream_encoder.c50 struct fixed31_32 avg_time_slots_per_mtp) {} in virtual_stream_encoder_set_mst_bandwidth() argument
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/hw/
Dstream_encoder.h148 struct fixed31_32 avg_time_slots_per_mtp);
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_stream_encoder.c626 struct fixed31_32 avg_time_slots_per_mtp) in enc1_stream_encoder_set_mst_bandwidth() argument
630 avg_time_slots_per_mtp); in enc1_stream_encoder_set_mst_bandwidth()
634 avg_time_slots_per_mtp, in enc1_stream_encoder_set_mst_bandwidth()
Ddcn10_stream_encoder.h544 struct fixed31_32 avg_time_slots_per_mtp);
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce/
Ddce_stream_encoder.c714 struct fixed31_32 avg_time_slots_per_mtp) in dce110_stream_encoder_set_mst_bandwidth() argument
718 avg_time_slots_per_mtp); in dce110_stream_encoder_set_mst_bandwidth()
722 avg_time_slots_per_mtp, in dce110_stream_encoder_set_mst_bandwidth()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c2520 struct fixed31_32 avg_time_slots_per_mtp; in allocate_mst_payload() local
2583 avg_time_slots_per_mtp = dc_fixpt_div(pbn, pbn_per_slot); in allocate_mst_payload()
2587 avg_time_slots_per_mtp); in allocate_mst_payload()
2600 struct fixed31_32 avg_time_slots_per_mtp = dc_fixpt_from_int(0); in deallocate_mst_payload() local
2615 avg_time_slots_per_mtp); in deallocate_mst_payload()