Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
oaktrail_lvds.c File Reference
#include <linux/i2c.h>
#include <drm/drmP.h>
#include <asm/mrst.h>
#include "intel_bios.h"
#include "psb_drv.h"
#include "psb_intel_drv.h"
#include "psb_intel_reg.h"
#include "power.h"
#include <linux/pm_runtime.h>

Go to the source code of this file.

Macros

#define MRST_BLC_MAX_PWM_REG_FREQ   0xFFFF
 
#define BRIGHTNESS_MAX_LEVEL   100
 

Functions

void oaktrail_lvds_init (struct drm_device *dev, struct psb_intel_mode_device *mode_dev)
 

Macro Definition Documentation

#define BRIGHTNESS_MAX_LEVEL   100

Definition at line 40 of file oaktrail_lvds.c.

#define MRST_BLC_MAX_PWM_REG_FREQ   0xFFFF

Definition at line 39 of file oaktrail_lvds.c.

Function Documentation

void oaktrail_lvds_init ( struct drm_device dev,
struct psb_intel_mode_device mode_dev 
)

oaktrail_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 325 of file oaktrail_lvds.c.