Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306970
b: refs/heads/master
c: 0ebb982
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Vetter committed Mar 20, 2012
1 parent 672e914 commit 583fc1f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 149c84077fe717af883bae459623ef1cebd86388
refs/heads/master: 0ebb98299357e1dbeeea470eec29241263c8f244
4 changes: 3 additions & 1 deletion trunk/drivers/gpu/drm/i915/i915_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -2762,7 +2762,9 @@ i915_gem_object_bind_to_gtt(struct drm_i915_gem_object *obj,

goto search_free;
}
i915_gem_gtt_bind_object(obj, obj->cache_level);

if (!dev_priv->mm.aliasing_ppgtt)
i915_gem_gtt_bind_object(obj, obj->cache_level);

list_add_tail(&obj->gtt_list, &dev_priv->mm.gtt_list);
list_add_tail(&obj->mm_list, &dev_priv->mm.inactive_list);
Expand Down

0 comments on commit 583fc1f

Please sign in to comment.