Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
intel_lvds.c File Reference
#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.

Data Structures

struct  intel_lvds
 

Macros

#define ACCURACY   12
 
#define FACTOR   (1 << ACCURACY)
 

Functions

bool intel_lvds_init (struct drm_device *dev)
 

Macro Definition Documentation

#define ACCURACY   12
#define FACTOR   (1 << ACCURACY)

Function Documentation

bool intel_lvds_init ( struct drm_device dev)

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.