Lines Matching full:lvds
25 * LVDS I2C backlight control macros
142 /* XXX: We never power down the LVDS pairs. */ in cdv_intel_lvds_encoder_dpms()
193 pr_err("Can't enable LVDS and another encoder on the same pipe\n"); in cdv_intel_lvds_mode_fixup()
268 * The LVDS pin pair will already have been turned on in the in cdv_intel_lvds_mode_set()
321 * cdv_intel_lvds_destroy - unregister and free LVDS structures
423 * the LVDS is present.
426 * If no child dev is parsed from VBT, it assumes that the LVDS is present.
452 * the VBT correctly. Since LVDS requires additional in lvds_is_present_in_vbt()
454 * a good indicator that the LVDS is actually present. in lvds_is_present_in_vbt()
462 * the OpRegion then they have validated the LVDS's existence. in lvds_is_present_in_vbt()
472 * cdv_intel_lvds_init - setup LVDS connectors on this device
475 * Create the connector, register the LVDS DDC bus, and try to figure out what
476 * modes we can display on the LVDS panel (if present).
489 u32 lvds; in cdv_intel_lvds_init() local
498 DRM_DEBUG_KMS("LVDS is not present in VBT\n"); in cdv_intel_lvds_init()
564 * LVDS discovery: in cdv_intel_lvds_init()
567 * 3) check to see if LVDS is already on in cdv_intel_lvds_init()
613 lvds = REG_READ(LVDS); in cdv_intel_lvds_init()
614 pipe = (lvds & LVDS_PIPEB_SELECT) ? 1 : 0; in cdv_intel_lvds_init()
617 if (crtc && (lvds & LVDS_PORT_EN)) { in cdv_intel_lvds_init()
630 ("Found no modes on the lvds, ignoring the LVDS\n"); in cdv_intel_lvds_init()