Lines Matching full:dual
296 of_property_read_bool(port_node, "dual-lvds-even-pixels"); in drm_of_lvds_get_port_pixels_type()
298 of_property_read_bool(port_node, "dual-lvds-odd-pixels"); in drm_of_lvds_get_port_pixels_type()
331 * support multiple sinks with different dual-link in drm_of_lvds_get_remote_pixels_type()
345 * drm_of_lvds_get_dual_link_pixel_order - Get LVDS dual-link pixel order
346 * @port1: First DT port node of the Dual-link LVDS source
347 * @port2: Second DT port node of the Dual-link LVDS source
349 * An LVDS dual-link connection is made of two links, with even pixels
351 * returns, for two ports of an LVDS dual-link source, which port shall transmit
354 * The pixel order is determined from the dual-lvds-even-pixels and
355 * dual-lvds-odd-pixels properties in the sink's DT port nodes. If those
370 * * -EINVAL - @port1 and @port2 are not connected to a dual-link LVDS sink, or
391 * A valid dual-lVDS bus is found when one remote port is marked with in drm_of_lvds_get_dual_link_pixel_order()
392 * "dual-lvds-even-pixels", and the other remote port is marked with in drm_of_lvds_get_dual_link_pixel_order()
393 * "dual-lvds-odd-pixels", bail out if the markers are not right. in drm_of_lvds_get_dual_link_pixel_order()