From 47a56c579f88f1eff1d5862237c7bb56aeb50289 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 2 May 2009 19:10:40 +0100 Subject: Reorder startup of engines This just moves the engine enabling calls around a bit. Signed-off-by: Thomas White --- drivers/mfd/glamo/glamo-drm-drv.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'drivers/mfd/glamo/glamo-drm-drv.c') diff --git a/drivers/mfd/glamo/glamo-drm-drv.c b/drivers/mfd/glamo/glamo-drm-drv.c index 2c8b5b31445..cadf0545065 100644 --- a/drivers/mfd/glamo/glamo-drm-drv.c +++ b/drivers/mfd/glamo/glamo-drm-drv.c @@ -293,17 +293,6 @@ static int glamodrm_probe(struct platform_device *pdev) /* Initialise DRM */ drm_platform_init(&glamodrm_drm_driver, pdev, (void *)gdrm); - /* Enable 2D and 3D */ - glamo_engine_enable(gdrm->glamo_core, GLAMO_ENGINE_3D); - glamo_engine_reset(gdrm->glamo_core, GLAMO_ENGINE_3D); - msleep(5); - glamo_engine_enable(gdrm->glamo_core, GLAMO_ENGINE_2D); - glamo_engine_reset(gdrm->glamo_core, GLAMO_ENGINE_2D); - msleep(5); - glamo_engine_enable(gdrm->glamo_core, GLAMO_ENGINE_CMDQ); - glamo_engine_reset(gdrm->glamo_core, GLAMO_ENGINE_CMDQ); - msleep(5); - glamo_cmdq_init(gdrm); return 0; -- cgit v1.2.3