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 <jesse.barnes@intel.com>
Intel Corporation,
- Initial version
Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Ideas on board SPRL,
- Driver internals
Daniel Vetter <daniel.vetter@ffwll.ch>
Intel Corporation,
- Contributions all over the place
Lukas Wunner <lukas@wunner.de>
- vga_switcheroo documentation
COPYRIGHT