diff options
author | Marcin Slusarz <marcin.slusarz@gmail.com> | 2012-11-06 16:49:53 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-11-20 01:06:21 -0500 |
commit | 830e2837f5f6811b77cf3aa72e63343a8e6e9ef6 (patch) | |
tree | 34f33b1ae7c2dbbe99afedd97f99aaaa85155bca /include/drm | |
parent | 0b91c4a1cd7cc368763de2fe25b8ea64ea803c08 (diff) |
drm/ttm: remove ttm_bo_device->nice_mode
It's unused.
Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/ttm/ttm_bo_driver.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/drm/ttm/ttm_bo_driver.h b/include/drm/ttm/ttm_bo_driver.h index d803b92b0324..95628e7da5bf 100644 --- a/include/drm/ttm/ttm_bo_driver.h +++ b/include/drm/ttm/ttm_bo_driver.h | |||
@@ -521,8 +521,6 @@ struct ttm_bo_global { | |||
521 | * lru_lock: Spinlock that protects the buffer+device lru lists and | 521 | * lru_lock: Spinlock that protects the buffer+device lru lists and |
522 | * ddestroy lists. | 522 | * ddestroy lists. |
523 | * @val_seq: Current validation sequence. | 523 | * @val_seq: Current validation sequence. |
524 | * @nice_mode: Try nicely to wait for buffer idle when cleaning a manager. | ||
525 | * If a GPU lockup has been detected, this is forced to 0. | ||
526 | * @dev_mapping: A pointer to the struct address_space representing the | 524 | * @dev_mapping: A pointer to the struct address_space representing the |
527 | * device address space. | 525 | * device address space. |
528 | * @wq: Work queue structure for the delayed delete workqueue. | 526 | * @wq: Work queue structure for the delayed delete workqueue. |
@@ -556,7 +554,6 @@ struct ttm_bo_device { | |||
556 | * Protected by load / firstopen / lastclose /unload sync. | 554 | * Protected by load / firstopen / lastclose /unload sync. |
557 | */ | 555 | */ |
558 | 556 | ||
559 | bool nice_mode; | ||
560 | struct address_space *dev_mapping; | 557 | struct address_space *dev_mapping; |
561 | 558 | ||
562 | /* | 559 | /* |