Linux Kernel
3.7.1
|
#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) |
#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.
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.