Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c312 int remote_tu; in intel_dp_mtp_tu_compute_config() local
335 remote_tu = DIV_ROUND_UP(pbn.full, mst_state->pbn_div.full); in intel_dp_mtp_tu_compute_config()
344 remote_tu = ALIGN(remote_tu, 4 / crtc_state->lane_count); in intel_dp_mtp_tu_compute_config()
353 pbn.full = remote_tu * mst_state->pbn_div.full; in intel_dp_mtp_tu_compute_config()
355 drm_WARN_ON(display->drm, remote_tu < crtc_state->dp_m_n.tu); in intel_dp_mtp_tu_compute_config()
356 crtc_state->dp_m_n.tu = remote_tu; in intel_dp_mtp_tu_compute_config()