Lines Matching full:lvds
295 of_property_read_bool(port_node, "dual-lvds-even-pixels"); in drm_of_lvds_get_port_pixels_type()
297 of_property_read_bool(port_node, "dual-lvds-odd-pixels"); in drm_of_lvds_get_port_pixels_type()
342 * drm_of_lvds_get_dual_link_pixel_order - Get LVDS dual-link pixel order
343 * @port1: First DT port node of the Dual-link LVDS source
344 * @port2: Second DT port node of the Dual-link LVDS source
346 * An LVDS dual-link connection is made of two links, with even pixels
348 * returns, for two ports of an LVDS dual-link source, which port shall transmit
351 * The pixel order is determined from the dual-lvds-even-pixels and
352 * dual-lvds-odd-pixels properties in the sink's DT port nodes. If those
359 * parents when, for instance, two separate LVDS encoders carry the even and odd
367 * * -EINVAL - @port1 and @port2 are not connected to a dual-link LVDS sink, or
388 * A valid dual-lVDS bus is found when one remote port is marked with in drm_of_lvds_get_dual_link_pixel_order()
389 * "dual-lvds-even-pixels", and the other remote port is marked with in drm_of_lvds_get_dual_link_pixel_order()
390 * "dual-lvds-odd-pixels", bail out if the markers are not right. in drm_of_lvds_get_dual_link_pixel_order()