Searched refs:remote_tu (Results 1 – 1 of 1) sorted by relevance
227 int remote_tu; in intel_dp_mst_find_vcpi_slots_for_bpp() local262 remote_tu = DIV_ROUND_UP(pbn.full, mst_state->pbn_div.full); in intel_dp_mst_find_vcpi_slots_for_bpp()271 remote_tu = ALIGN(remote_tu, 4 / crtc_state->lane_count); in intel_dp_mst_find_vcpi_slots_for_bpp()280 pbn.full = remote_tu * mst_state->pbn_div.full; in intel_dp_mst_find_vcpi_slots_for_bpp()283 drm_WARN_ON(&i915->drm, remote_tu < crtc_state->dp_m_n.tu); in intel_dp_mst_find_vcpi_slots_for_bpp()284 crtc_state->dp_m_n.tu = remote_tu; in intel_dp_mst_find_vcpi_slots_for_bpp()