aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel/gma
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineeringinc.com>2015-04-06 22:01:23 -0500
committerPatrick Georgi <pgeorgi@google.com>2015-05-08 21:28:34 +0200
commite7f70907bab2d511e94482eb606f6e3e629f52f9 (patch)
treea21f3c6c64802396bbc8e8688a2cc05e8810cc2a /src/drivers/intel/gma
parent59c2c8b07966a06fd742bc79efb960b8a900fbbc (diff)
northbridge/intel/gm45/gma: Add backlight control register field
This allows the backlight control register to be set via devicetree.cb Change-Id: I32b42dfc1cc609fb6f8995c6158c85be67633770 Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/9330 Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/drivers/intel/gma')
-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 0d5b8af8ef..36ac5fc6d1 100644
--- a/src/drivers/intel/gma/i915.h
+++ b/src/drivers/intel/gma/i915.h
@@ -291,6 +291,7 @@ struct i915_gpu_controller_info
int lvds_dual_channel;
int link_frequency_270_mhz;
int lvds_num_lanes;
+ u32 backlight;
};
int i915lightup(unsigned int physbase, unsigned int mmio,