Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174675
b: refs/heads/master
c: 7cb7d1d
h: refs/heads/master
i:
  174673: 9c9d13a
  174671: 582246f
v: v3
  • Loading branch information
Jerome Glisse authored and Dave Airlie committed Dec 10, 2009
1 parent cafbe05 commit 6f0296f
Show file tree
Hide file tree
Showing 2 changed files with 5 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: cf0fe4566dcc0c5bd9b7da8c9a53e712593db118
refs/heads/master: 7cb7d1d7b650c9764c8a1b00e2b43d932acde779
4 changes: 4 additions & 0 deletions trunk/drivers/gpu/drm/ttm/ttm_bo.c
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,10 @@ static int ttm_bo_evict(struct ttm_buffer_object *bo, bool interruptible,
evict_mem = bo->mem;
evict_mem.mm_node = NULL;

placement.fpfn = 0;
placement.lpfn = 0;
placement.num_placement = 0;
placement.num_busy_placement = 0;
bdev->driver->evict_flags(bo, &placement);
ret = ttm_bo_mem_space(bo, &placement, &evict_mem, interruptible,
no_wait);
Expand Down

0 comments on commit 6f0296f

Please sign in to comment.