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()
416 * the LVDS is present.
419 * If no child dev is parsed from VBT, it assumes that the LVDS is present.
445 * the VBT correctly. Since LVDS requires additional in lvds_is_present_in_vbt()
447 * a good indicator that the LVDS is actually present. in lvds_is_present_in_vbt()
455 * the OpRegion then they have validated the LVDS's existence. in lvds_is_present_in_vbt()
465 * cdv_intel_lvds_init - setup LVDS connectors on this device
469 * Create the connector, register the LVDS DDC bus, and try to figure out what
470 * modes we can display on the LVDS panel (if present).
484 u32 lvds; in cdv_intel_lvds_init() local
494 DRM_DEBUG_KMS("LVDS is not present in VBT\n"); in cdv_intel_lvds_init()
570 * LVDS discovery: in cdv_intel_lvds_init()
573 * 3) check to see if LVDS is already on in cdv_intel_lvds_init()
609 lvds = REG_READ(LVDS); in cdv_intel_lvds_init()
610 pipe = (lvds & LVDS_PIPEB_SELECT) ? 1 : 0; in cdv_intel_lvds_init()
613 if (crtc && (lvds & LVDS_PORT_EN)) { in cdv_intel_lvds_init()
626 ("Found no modes on the lvds, ignoring the LVDS\n"); in cdv_intel_lvds_init()