Lines Matching full:downstream

374  * drm_dp_downstream_is_type() - is the downstream facing port of certain type?
384 * Returns: whether the downstream facing port matches the type.
396 * drm_dp_downstream_is_tmds() - is the downstream facing port TMDS?
401 * Returns: whether the downstream facing port is TMDS (HDMI/DVI).
578 * drm_dp_read_downstream_info() - read DPCD downstream port info if available
581 * @downstream_ports: buffer to store the downstream port info in
587 * Returns: 0 if either the downstream port info was read successfully or
588 * there was no downstream info to read, or a negative error code otherwise.
599 /* No downstream info to read */ in drm_dp_read_downstream_info()
623 * drm_dp_downstream_max_dotclock() - extract downstream facing port max dot clock
627 * Returns: Downstream facing port max dot clock in kHz on success,
651 * drm_dp_downstream_max_tmds_clock() - extract downstream facing port max TMDS clock
656 * Returns: HDMI/DVI downstream facing port max TMDS clock in kHz on success,
716 * drm_dp_downstream_min_tmds_clock() - extract downstream facing port min TMDS clock
721 * Returns: HDMI/DVI downstream facing port min TMDS clock in kHz on success,
759 * drm_dp_downstream_max_bpc() - extract downstream facing port max
762 * @port_cap: downstream facing port capabilities
816 * drm_dp_downstream_420_passthrough() - determine downstream facing port
819 * @port_cap: downstream facing port capabilities
821 * Returns: whether the downstream facing port can pass through YCbCr 4:2:0
847 * drm_dp_downstream_444_to_420_conversion() - determine downstream facing port
850 * @port_cap: downstream facing port capabilities
852 * Returns: whether the downstream facing port can convert YCbCr 4:4:4 to 4:2:0
876 * drm_dp_downstream_mode() - return a mode for downstream facing port
881 * Provides a suitable mode for downstream facing ports without EDID.