Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345327
b: refs/heads/master
c: 830e283
h: refs/heads/master
i:
  345325: f819663
  345323: bf6f792
  345319: bde433f
  345311: f651214
v: v3
  • Loading branch information
Marcin Slusarz authored and Dave Airlie committed Nov 20, 2012
1 parent ba050e5 commit ed083f8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 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: 0b91c4a1cd7cc368763de2fe25b8ea64ea803c08
refs/heads/master: 830e2837f5f6811b77cf3aa72e63343a8e6e9ef6
1 change: 0 additions & 1 deletion trunk/drivers/gpu/drm/ttm/ttm_bo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,6 @@ int ttm_bo_device_init(struct ttm_bo_device *bdev,
goto out_no_addr_mm;

INIT_DELAYED_WORK(&bdev->wq, ttm_bo_delayed_workqueue);
bdev->nice_mode = true;
INIT_LIST_HEAD(&bdev->ddestroy);
bdev->dev_mapping = NULL;
bdev->glob = glob;
Expand Down
3 changes: 0 additions & 3 deletions trunk/include/drm/ttm/ttm_bo_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,6 @@ struct ttm_bo_global {
* lru_lock: Spinlock that protects the buffer+device lru lists and
* ddestroy lists.
* @val_seq: Current validation sequence.
* @nice_mode: Try nicely to wait for buffer idle when cleaning a manager.
* If a GPU lockup has been detected, this is forced to 0.
* @dev_mapping: A pointer to the struct address_space representing the
* device address space.
* @wq: Work queue structure for the delayed delete workqueue.
Expand Down Expand Up @@ -556,7 +554,6 @@ struct ttm_bo_device {
* Protected by load / firstopen / lastclose /unload sync.
*/

bool nice_mode;
struct address_space *dev_mapping;

/*
Expand Down

0 comments on commit ed083f8

Please sign in to comment.