diff options
author | Thomas White <taw@bitwiz.org.uk> | 2009-06-30 18:49:39 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2009-06-30 18:49:39 +0100 |
commit | 11954ff1745ec10e01db1d9b1e2037a5eea848ce (patch) | |
tree | 994c4e68b89914ee63c3a17882447c9e421b6505 | |
parent | c4d629aec2b282795d213855effd1cdd310de32a (diff) |
Enable the LCD engine
Well, duh.
Signed-off-by: Thomas White <taw@bitwiz.org.uk>
-rw-r--r-- | drivers/mfd/glamo/glamo-display.c | 3 |
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; |