Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271362
b: refs/heads/master
c: 13eae1f
h: refs/heads/master
v: v3
  • Loading branch information
Dima Zavin authored and Tomi Valkeinen committed Sep 14, 2011
1 parent 534ad5d commit 42caab0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0f770b4765846846cc531f6828fb8402f92e2649
refs/heads/master: 13eae1f98255bddcbfe27ae4bd58fe3dc374bc0b
4 changes: 4 additions & 0 deletions trunk/drivers/video/omap2/dss/dispc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3306,6 +3306,8 @@ static void dispc_error_worker(struct work_struct *work)
dispc.error_irqs = 0;
spin_unlock_irqrestore(&dispc.irq_lock, flags);

dispc_runtime_get();

if (errors & DISPC_IRQ_GFX_FIFO_UNDERFLOW) {
DSSERR("GFX_FIFO_UNDERFLOW, disabling GFX\n");
for (i = 0; i < omap_dss_get_num_overlays(); ++i) {
Expand Down Expand Up @@ -3492,6 +3494,8 @@ static void dispc_error_worker(struct work_struct *work)
dispc.irq_error_mask |= errors;
_omap_dispc_set_irqs();
spin_unlock_irqrestore(&dispc.irq_lock, flags);

dispc_runtime_put();
}

int omap_dispc_wait_for_irq_timeout(u32 irqmask, unsigned long timeout)
Expand Down

0 comments on commit 42caab0

Please sign in to comment.