aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-06-30 18:49:39 +0100
committerThomas White <taw@bitwiz.org.uk>2009-06-30 18:49:39 +0100
commit11954ff1745ec10e01db1d9b1e2037a5eea848ce (patch)
tree994c4e68b89914ee63c3a17882447c9e421b6505
parentc4d629aec2b282795d213855effd1cdd310de32a (diff)
Enable the LCD engine
Well, duh. Signed-off-by: Thomas White <taw@bitwiz.org.uk>
-rw-r--r--drivers/mfd/glamo/glamo-display.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mfd/glamo/glamo-display.c b/drivers/mfd/glamo/glamo-display.c
index 3e6d1f9543c..339c383805c 100644
--- a/drivers/mfd/glamo/glamo-display.c
+++ b/drivers/mfd/glamo/glamo-display.c
@@ -751,6 +751,9 @@ int glamo_display_init(struct drm_device *dev)
printk(KERN_CRIT "glamo_display_init\n");
+ glamo_engine_enable(gdrm->glamo_core, GLAMO_ENGINE_LCD);
+ glamo_engine_reset(gdrm->glamo_core, GLAMO_ENGINE_LCD);
+
drm_mode_config_init(dev);
dev->mode_config.min_width = 0;