Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228800
b: refs/heads/master
c: a8e9312
h: refs/heads/master
v: v3
  • Loading branch information
Chris Wilson committed Dec 9, 2010
1 parent e48b784 commit 0d19a47
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: d1c3b177b9940541e89015a726ac279caf1a21f3
refs/heads/master: a8e93126a6f10d0a14ba8407ec112b1b3a5e2e97
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/i915/i915_gem_gtt.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ void i915_gem_restore_gtt_mappings(struct drm_device *dev)
struct drm_i915_gem_object *obj;

list_for_each_entry(obj, &dev_priv->mm.gtt_list, gtt_list) {
i915_gem_clflush_object(obj);

if (dev_priv->mm.gtt->needs_dmar) {
BUG_ON(!obj->sg_list);

Expand All @@ -51,7 +53,6 @@ void i915_gem_restore_gtt_mappings(struct drm_device *dev)
obj->agp_type);
}

/* Be paranoid and flush the chipset cache. */
intel_gtt_chipset_flush();
}

Expand Down

0 comments on commit 0d19a47

Please sign in to comment.