Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371629
b: refs/heads/master
c: 43b2729
h: refs/heads/master
i:
  371627: fc402b0
v: v3
  • Loading branch information
Zhang, Xiong Y authored and Daniel Vetter committed Apr 27, 2013
1 parent c6e5e93 commit 85cd086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 988b36e511fb0a8068f7e7f7f90df06bf5172196
refs/heads/master: 43b27290dd42b40f3f23f49677a7faa5a4eb1eff
3 changes: 1 addition & 2 deletions trunk/drivers/gpu/drm/i915/i915_gem_gtt.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@ static int gen6_ppgtt_init(struct i915_hw_ppgtt *ppgtt)
/* ppgtt PDEs reside in the global gtt pagetable, which has 512*1024
* entries. For aliasing ppgtt support we just steal them at the end for
* now. */
first_pd_entry_in_global_pt =
gtt_total_entries(dev_priv->gtt) - I915_PPGTT_PD_ENTRIES;
first_pd_entry_in_global_pt = gtt_total_entries(dev_priv->gtt);

ppgtt->num_pd_entries = I915_PPGTT_PD_ENTRIES;
ppgtt->enable = gen6_ppgtt_enable;
Expand Down

0 comments on commit 85cd086

Please sign in to comment.