summaryrefslogtreecommitdiff
path: root/src/drivers/intel/gma/i915.h
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-09-02 22:25:36 +0200
committerVladimir Serbinenko <phcoder@gmail.com>2014-09-11 21:53:33 +0200
commit35c0f439fc2bc29817d643a7629a4d2b79d6b903 (patch)
tree1cb70aedcc75e29752a50fde10eca720c0e6f0ac /src/drivers/intel/gma/i915.h
parent955ca5d948519e89573b1508bb85d3b01353ac60 (diff)
downloadcoreboot-35c0f439fc2bc29817d643a7629a4d2b79d6b903.tar.xz
Move nehalem/sandy/ivy to per-device acpi
Change-Id: I3d664ab575bf9c49a7bff9a395fbab96748430d0 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/6802 Reviewed-by: Aaron Durbin <adurbin@google.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/drivers/intel/gma/i915.h')
-rw-r--r--src/drivers/intel/gma/i915.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/intel/gma/i915.h b/src/drivers/intel/gma/i915.h
index 8161d68094..bc43fc5ec0 100644
--- a/src/drivers/intel/gma/i915.h
+++ b/src/drivers/intel/gma/i915.h
@@ -285,6 +285,7 @@ u32 gtt_read(u32 reg);
int i915lightup(unsigned int physbase, unsigned int mmio,
unsigned int gfx, unsigned int init_fb);
int panel_lightup(struct intel_dp *dp, unsigned int init_fb);
+void *igd_make_opregion(void);
/* display.c */
void compute_display_params(struct intel_dp *dp);