Lines Matching full:pixels
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()
348 * "dual-lvds-even-pixels", and the other port is marked with in __drm_of_lvds_get_dual_link_pixel_order()
349 * "dual-lvds-odd-pixels", bail out if the markers are not right. in __drm_of_lvds_get_dual_link_pixel_order()
364 * An LVDS dual-link connection is made of two links, with even pixels
365 * transitting on one link, and odd pixels on the other link. This function
367 * the even and odd pixels, based on the requirements of the connected sink.
369 * The pixel order is determined from the dual-lvds-even-pixels and
370 * dual-lvds-odd-pixels properties in the sink's DT port nodes. If those
378 * pixels.
381 * * DRM_LVDS_DUAL_LINK_EVEN_ODD_PIXELS - @port1 carries even pixels and @port2
382 * carries odd pixels
383 * * DRM_LVDS_DUAL_LINK_ODD_EVEN_PIXELS - @port1 carries odd pixels and @port2
384 * carries even pixels
414 * An LVDS dual-link connection is made of two links, with even pixels
415 * transitting on one link, and odd pixels on the other link. This function
417 * the even and odd pixels, based on the requirements of the sink.
419 * The pixel order is determined from the dual-lvds-even-pixels and
420 * dual-lvds-odd-pixels properties in the sink's DT port nodes. If those
428 * odd pixels.
431 * * DRM_LVDS_DUAL_LINK_EVEN_ODD_PIXELS - @port1 receives even pixels and @port2
432 * receives odd pixels
433 * * DRM_LVDS_DUAL_LINK_ODD_EVEN_PIXELS - @port1 receives odd pixels and @port2
434 * receives even pixels