Linux Kernel
3.7.1
|
#include <linux/dmi.h>
#include <drm/drm_dp_helper.h>
#include <drm/drmP.h>
#include <drm/i915_drm.h>
#include "i915_drv.h"
#include "intel_bios.h"
Go to the source code of this file.
Macros | |
#define | SLAVE_ADDR1 0x70 |
#define | SLAVE_ADDR2 0x72 |
Functions | |
int | intel_parse_bios (struct drm_device *dev) |
void | intel_setup_bios (struct drm_device *dev) |
#define SLAVE_ADDR1 0x70 |
Definition at line 34 of file intel_bios.c.
#define SLAVE_ADDR2 0x72 |
Definition at line 35 of file intel_bios.c.
int intel_parse_bios | ( | struct drm_device * | dev | ) |
intel_parse_bios - find VBT and initialize settings from the BIOS : DRM device
Loads the Video BIOS and checks that the VBT exists. Sets scratch registers to appropriate values.
Returns 0 on success, nonzero on failure.
Definition at line 688 of file intel_bios.c.
void intel_setup_bios | ( | struct drm_device * | dev | ) |
Definition at line 753 of file intel_bios.c.