Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130077
b: refs/heads/master
c: 260883c
h: refs/heads/master
i:
  130075: ad5731b
v: v3
  • Loading branch information
Dave Airlie committed Jan 22, 2009
1 parent fa1028b commit c3a9b9e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ad2563c2e42fc67b0976aeb70e9f3faf1c1196e8
refs/heads/master: 260883c85611d3a7e27130af9aef15252856e14f
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/i915_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -3364,7 +3364,7 @@ void i915_gem_free_all_phys_object(struct drm_device *dev)
{
int i;

for (i = 0; i < I915_MAX_PHYS_OBJECT; i++)
for (i = I915_GEM_PHYS_CURSOR_0; i <= I915_MAX_PHYS_OBJECT; i++)
i915_gem_free_phys_object(dev, i);
}

Expand Down

0 comments on commit c3a9b9e

Please sign in to comment.