SYNOPSIS
- bool intel_bios_is_lvds_present(struct drm_i915_private * dev_priv, u8 * i2c_pin);
ARGUMENTS
dev_priv
-
- i915 device instance
i2c_pin
- i2c pin for LVDS if present
DESCRIPTION
Return true if LVDS is present. If no child devices were parsed from VBT, assume LVDS is present.
AUTHORS
Jesse Barnes <[email protected]>
Intel Corporation,
- Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
- Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
- Contributions all over the place
Lukas Wunner <[email protected]>
- vga_switcheroo documentation
COPYRIGHT