Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286845
b: refs/heads/master
c: bdfcdb6
h: refs/heads/master
i:
  286843: b13d8bb
v: v3
  • Loading branch information
Daniel Vetter authored and Keith Packard committed Jan 19, 2012
1 parent 97be5dd commit 5c9c230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 4cd53c0c8b01fc05c3ad5b2acdad02e37d3c2f55
refs/heads/master: bdfcdb63795b058bba9e78d32102b39014f649fe
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/i915/i915_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -1751,7 +1751,8 @@ static void ironlake_irq_preinstall(struct drm_device *dev)
INIT_WORK(&dev_priv->rps_work, gen6_pm_rps_work);

I915_WRITE(HWSTAM, 0xeffe);
if (IS_GEN6(dev) || IS_GEN7(dev)) {

if (IS_GEN6(dev)) {
/* Workaround stalls observed on Sandy Bridge GPUs by
* making the blitter command streamer generate a
* write to the Hardware Status Page for
Expand Down

0 comments on commit 5c9c230

Please sign in to comment.