#include <acpi/button.h>
#include <linux/dmi.h>
#include <linux/i2c.h>
#include <linux/slab.h>
#include <drm/drmP.h>
#include <drm/drm_crtc.h>
#include <drm/drm_edid.h>
#include "intel_drv.h"
#include <drm/i915_drm.h>
#include "i915_drv.h"
#include <linux/acpi.h>
Go to the source code of this file.
intel_lvds_init - setup LVDS connectors on this device : drm device
Create the connector, register the LVDS DDC bus, and try to figure out what modes we can display on the LVDS panel (if present).
Definition at line 912 of file intel_lvds.c.