OSDN Git Service

i915: add basic VBT support
authorJesse Barnes <jbarnes@jbarnes-t61.(none)>
Fri, 9 May 2008 21:19:00 +0000 (14:19 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 9 May 2008 21:19:00 +0000 (14:19 -0700)
commit12725a37af691345e74fe22d53300abec2581852
tree78287fef05d529d0a3056050bd15b38ded351048
parenteeff906aa0f64da12a0154c66d99e8492dd95107
i915:  add basic VBT support

Map the VBIOS (and therefore VBT) at init time for use by various output
initialization routines.
linux-core/Makefile.kernel
linux-core/intel_bios.c [new file with mode: 0644]
linux-core/intel_bios.h [new file with mode: 0644]
shared-core/i915_drv.h
shared-core/i915_init.c