Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357889
b: refs/heads/master
c: d83779a
h: refs/heads/master
i:
  357887: 39060d6
v: v3
  • Loading branch information
Daniel Vetter committed Dec 6, 2012
1 parent 4599216 commit f86effe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4a06e201dae98ed893bae677b7b05bff29fcbab0
refs/heads/master: d83779a9cb9374977c1c05364b4d7dfe9ec68ef3
4 changes: 0 additions & 4 deletions trunk/drivers/gpu/drm/i915/i915_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,6 @@ static irqreturn_t valleyview_irq_handler(int irq, void *arg)
unsigned long irqflags;
int pipe;
u32 pipe_stats[I915_MAX_PIPES];
bool blc_event;

atomic_inc(&dev_priv->irq_received);

Expand Down Expand Up @@ -587,9 +586,6 @@ static irqreturn_t valleyview_irq_handler(int irq, void *arg)
I915_READ(PORT_HOTPLUG_STAT);
}

if (pipe_stats[pipe] & PIPE_LEGACY_BLC_EVENT_STATUS)
blc_event = true;

if (pm_iir & GEN6_PM_DEFERRED_EVENTS)
gen6_queue_rps_work(dev_priv, pm_iir);

Expand Down

0 comments on commit f86effe

Please sign in to comment.