Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_dp_mst.c161 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
169 uint32_t x = drm_fixp2int(avg_time_slots_per_mtp); in radeon_dp_mst_set_vcp_size()
170 uint32_t y = drm_fixp2int_ceil((avg_time_slots_per_mtp - x) << 26); in radeon_dp_mst_set_vcp_size()
395 s64 fixed_pbn, fixed_pbn_per_slot, avg_time_slots_per_mtp; in radeon_mst_encoder_dpms() local
462 avg_time_slots_per_mtp = drm_fixp_div(fixed_pbn, fixed_pbn_per_slot); in radeon_mst_encoder_dpms()
463 radeon_dp_mst_set_vcp_size(radeon_encoder, avg_time_slots_per_mtp); in radeon_mst_encoder_dpms()
/dragonfly/sys/dev/drm/amd/display/dc/virtual/
H A Dvirtual_stream_encoder.c47 struct fixed31_32 avg_time_slots_per_mtp) {} in virtual_stream_encoder_set_mst_bandwidth() argument
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
H A Dstream_encoder.h106 struct fixed31_32 avg_time_slots_per_mtp);
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_stream_encoder.c611 struct fixed31_32 avg_time_slots_per_mtp) in enc1_stream_encoder_set_mst_bandwidth() argument
615 avg_time_slots_per_mtp); in enc1_stream_encoder_set_mst_bandwidth()
619 avg_time_slots_per_mtp, in enc1_stream_encoder_set_mst_bandwidth()
H A Ddcn10_stream_encoder.h476 struct fixed31_32 avg_time_slots_per_mtp);
/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c679 struct fixed31_32 avg_time_slots_per_mtp) in dce110_stream_encoder_set_mst_bandwidth() argument
683 avg_time_slots_per_mtp); in dce110_stream_encoder_set_mst_bandwidth()
687 avg_time_slots_per_mtp, in dce110_stream_encoder_set_mst_bandwidth()
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc_link.c2274 struct fixed31_32 avg_time_slots_per_mtp; in allocate_mst_payload() local
2337 avg_time_slots_per_mtp = dc_fixpt_div(pbn, pbn_per_slot); in allocate_mst_payload()
2341 avg_time_slots_per_mtp); in allocate_mst_payload()
2354 struct fixed31_32 avg_time_slots_per_mtp = dc_fixpt_from_int(0); in deallocate_mst_payload() local
2369 avg_time_slots_per_mtp); in deallocate_mst_payload()