Linux Kernel
3.7.1
|
#include <drm/drmP.h>
#include <drm/drm.h>
#include <drm/gma_drm.h>
#include "psb_drv.h"
#include "mid_bios.h"
Go to the source code of this file.
Data Structures | |
struct | mid_vbt_header |
struct | vbt_r0 |
struct | vbt_r10 |
Macros | |
#define | FB_REG06 0xD0810600 |
#define | FB_MIPI_DISABLE (1 << 11) |
#define | FB_REG09 0xD0810900 |
#define | FB_REG09 0xD0810900 |
#define | FB_SKU_MASK 0x7000 |
#define | FB_SKU_SHIFT 12 |
#define | FB_SKU_100 0 |
#define | FB_SKU_100L 1 |
#define | FB_SKU_83 2 |
Functions | |
int | mid_chip_setup (struct drm_device *dev) |
Variables | |
struct mid_vbt_header | __packed |
#define FB_MIPI_DISABLE (1 << 11) |
#define FB_REG06 0xD0810600 |
#define FB_REG09 0xD0810900 |
#define FB_REG09 0xD0810900 |
#define FB_SKU_100 0 |
#define FB_SKU_100L 1 |
#define FB_SKU_83 2 |
#define FB_SKU_MASK 0x7000 |
#define FB_SKU_SHIFT 12 |
int mid_chip_setup | ( | struct drm_device * | dev | ) |
Definition at line 331 of file mid_bios.c.