Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318540
b: refs/heads/master
c: 98fd81c
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Vetter committed Jun 1, 2012
1 parent e69a049 commit 2bc023c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: d2ba8470ccfc90e0966c802632f8bb552f11143a
refs/heads/master: 98fd81cd64674545a30a4f95388f086a626d37d2
5 changes: 1 addition & 4 deletions trunk/drivers/gpu/drm/i915/i915_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -1723,10 +1723,6 @@ static void ironlake_irq_preinstall(struct drm_device *dev)

atomic_set(&dev_priv->irq_received, 0);


if (IS_IVYBRIDGE(dev))
INIT_WORK(&dev_priv->parity_error_work, ivybridge_parity_work);

I915_WRITE(HWSTAM, 0xeffe);

/* XXX hotplug from PCH */
Expand Down Expand Up @@ -2647,6 +2643,7 @@ void intel_irq_init(struct drm_device *dev)
INIT_WORK(&dev_priv->hotplug_work, i915_hotplug_work_func);
INIT_WORK(&dev_priv->error_work, i915_error_work_func);
INIT_WORK(&dev_priv->rps_work, gen6_pm_rps_work);
INIT_WORK(&dev_priv->parity_error_work, ivybridge_parity_work);

dev->driver->get_vblank_counter = i915_get_vblank_counter;
dev->max_vblank_count = 0xffffff; /* only 24 bits of frame count */
Expand Down

0 comments on commit 2bc023c

Please sign in to comment.