Lines Matching defs:avg_time_slots_per_mtp

1003 static void log_vcp_x_y(const struct dc_link *link, struct fixed31_32 avg_time_slots_per_mtp)
1010 avg_time_slots_per_mtp = dc_fixpt_add(
1011 avg_time_slots_per_mtp,
1017 avg_time_slots_per_mtp);
1021 avg_time_slots_per_mtp,
1023 avg_time_slots_per_mtp)),
1261 struct fixed31_32 avg_time_slots_per_mtp = dc_fixpt_from_int(0);
1270 link_hwss->ext.set_throttled_vcp_size(pipe_ctx, avg_time_slots_per_mtp);
1274 avg_time_slots_per_mtp);
1340 struct fixed31_32 avg_time_slots_per_mtp = dc_fixpt_from_int(0);
1359 link_hwss->ext.set_throttled_vcp_size(pipe_ctx, avg_time_slots_per_mtp);
1363 avg_time_slots_per_mtp);
1444 struct fixed31_32 avg_time_slots_per_mtp;
1526 avg_time_slots_per_mtp = dc_fixpt_div(pbn, pbn_per_slot);
1528 log_vcp_x_y(link, avg_time_slots_per_mtp);
1531 link_hwss->ext.set_throttled_vcp_size(pipe_ctx, avg_time_slots_per_mtp);
1535 avg_time_slots_per_mtp);
1553 struct fixed31_32 avg_time_slots_per_mtp =
1556 return avg_time_slots_per_mtp;
1570 struct fixed31_32 avg_time_slots_per_mtp = { 0 };
1577 avg_time_slots_per_mtp = link_calculate_sst_avg_time_slots_per_mtp(stream, link);
1578 req_slot_count = dc_fixpt_ceil(avg_time_slots_per_mtp);
1673 struct fixed31_32 avg_time_slots_per_mtp;
1680 avg_time_slots_per_mtp = dc_fixpt_from_int(0);
1682 log_vcp_x_y(link, avg_time_slots_per_mtp);
1686 avg_time_slots_per_mtp);
1690 avg_time_slots_per_mtp);
1731 avg_time_slots_per_mtp = link_calculate_sst_avg_time_slots_per_mtp(stream, link);
1733 log_vcp_x_y(link, avg_time_slots_per_mtp);
1737 avg_time_slots_per_mtp);
1741 avg_time_slots_per_mtp);
1754 struct fixed31_32 avg_time_slots_per_mtp;
1765 avg_time_slots_per_mtp = dc_fixpt_div(pbn, pbn_per_slot);
1768 link_hwss->ext.set_throttled_vcp_size(pipe_ctx, avg_time_slots_per_mtp);
1772 avg_time_slots_per_mtp);
1843 struct fixed31_32 avg_time_slots_per_mtp;
1914 avg_time_slots_per_mtp = dc_fixpt_div(pbn, pbn_per_slot);
1917 link_hwss->ext.set_throttled_vcp_size(pipe_ctx, avg_time_slots_per_mtp);
1921 avg_time_slots_per_mtp);