Lines Matching full:downstream
793 * drm_dp_downstream_is_type() - is the downstream facing port of certain type?
803 * Returns: whether the downstream facing port matches the type.
815 * drm_dp_downstream_is_tmds() - is the downstream facing port TMDS?
820 * Returns: whether the downstream facing port is TMDS (HDMI/DVI).
995 * drm_dp_read_downstream_info() - read DPCD downstream port info if available
998 * @downstream_ports: buffer to store the downstream port info in
1004 * Returns: 0 if either the downstream port info was read successfully or
1005 * there was no downstream info to read, or a negative error code otherwise.
1016 /* No downstream info to read */ in drm_dp_read_downstream_info()
1020 /* Some branches advertise having 0 downstream ports, despite also advertising they have a in drm_dp_read_downstream_info()
1021 * downstream port present. The DP spec isn't clear on if this is allowed or not, but since in drm_dp_read_downstream_info()
1044 * drm_dp_downstream_max_dotclock() - extract downstream facing port max dot clock
1048 * Returns: Downstream facing port max dot clock in kHz on success,
1072 * drm_dp_downstream_max_tmds_clock() - extract downstream facing port max TMDS clock
1077 * Returns: HDMI/DVI downstream facing port max TMDS clock in kHz on success,
1137 * drm_dp_downstream_min_tmds_clock() - extract downstream facing port min TMDS clock
1142 * Returns: HDMI/DVI downstream facing port min TMDS clock in kHz on success,
1180 * drm_dp_downstream_max_bpc() - extract downstream facing port max
1183 * @port_cap: downstream facing port capabilities
1237 * drm_dp_downstream_420_passthrough() - determine downstream facing port
1240 * @port_cap: downstream facing port capabilities
1242 * Returns: whether the downstream facing port can pass through YCbCr 4:2:0
1268 * drm_dp_downstream_444_to_420_conversion() - determine downstream facing port
1271 * @port_cap: downstream facing port capabilities
1273 * Returns: whether the downstream facing port can convert YCbCr 4:4:4 to 4:2:0
1297 * drm_dp_downstream_rgb_to_ycbcr_conversion() - determine downstream facing port
1300 * @port_cap: downstream facing port capabilities
1303 * Returns: whether the downstream facing port can convert RGB->YCbCr for a given
1329 * drm_dp_downstream_mode() - return a mode for downstream facing port
1334 * Provides a suitable mode for downstream facing ports without EDID.