Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334387
b: refs/heads/master
c: eda2d7f
h: refs/heads/master
i:
  334385: 4f7b1b3
  334383: da0cab4
v: v3
  • Loading branch information
Rodrigo Vivi authored and Daniel Vetter committed Oct 12, 2012
1 parent bd106d1 commit 4d5f120
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 4afa0ace429624fde392b29d05a803672a41192e
refs/heads/master: eda2d7f582d51a4b5e01d48845ea28321357b136
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/i915/i915_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -3961,6 +3961,9 @@ i915_gem_init_hw(struct drm_device *dev)
if (!intel_enable_gtt())
return -EIO;

if (IS_HASWELL(dev) && (I915_READ(0x120010) == 1))
I915_WRITE(0x9008, I915_READ(0x9008) | 0xf0000);

i915_gem_l3_remap(dev);

i915_gem_init_swizzling(dev);
Expand Down

0 comments on commit 4d5f120

Please sign in to comment.