diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-04-13 22:18:41 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-04-13 22:18:41 +0200 |
commit | e49965464471cbbf2b8b5ff0883959961d06a8a6 (patch) | |
tree | 2c38bd900941a7eb680ca0c445b8735f756a39e0 | |
parent | 7d10368cf1c59d5b474a27bb81b09dbe03e1862f (diff) |
Re-enable Glamo fence IRQ if it sticks
Also fix a formatting typo.
Signed-off-by: Thomas White <taw@bitwiz.org.uk>
-rw-r--r-- | drivers/mfd/glamo/glamo-fence.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mfd/glamo/glamo-fence.c b/drivers/mfd/glamo/glamo-fence.c index 91196758f47..ba3ed88362f 100644 --- a/drivers/mfd/glamo/glamo-fence.c +++ b/drivers/mfd/glamo/glamo-fence.c @@ -98,7 +98,7 @@ static void glamo_fence_emit(struct glamo_fence *fence) static void glamo_fence_enable(struct glamodrm_handle *gdrm) { - enable_irq( GLAMO_IRQ_2D); + enable_irq(GLAMO_IRQ_2D); } @@ -168,6 +168,7 @@ static void glamo_fence_debodge(struct glamodrm_handle *gdrm) glamo_cmdq_wait(gdrm, GLAMO_ENGINE_ALL); glamo_engine_reset(gdrm->glamo_core, GLAMO_ENGINE_2D); + glamo_fence_enable(gdrm); read_lock(&gdrm->fence_list_lock); list_for_each(tmp, &gdrm->fence_list) { |