diff options
author | Marcin Slusarz <marcin.slusarz@gmail.com> | 2012-11-06 21:49:53 +0000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-11-20 16:06:21 +1000 |
commit | 830e2837f5f6811b77cf3aa72e63343a8e6e9ef6 (patch) | |
tree | 34f33b1ae7c2dbbe99afedd97f99aaaa85155bca /include/drm/ttm | |
parent | 0b91c4a1cd7cc368763de2fe25b8ea64ea803c08 (diff) | |
download | linux-3.10-830e2837f5f6811b77cf3aa72e63343a8e6e9ef6.tar.gz linux-3.10-830e2837f5f6811b77cf3aa72e63343a8e6e9ef6.tar.bz2 linux-3.10-830e2837f5f6811b77cf3aa72e63343a8e6e9ef6.zip |
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/ttm')
-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 d803b92b032..95628e7da5b 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 { * 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. @@ -556,7 +554,6 @@ struct ttm_bo_device { * Protected by load / firstopen / lastclose /unload sync. */ - bool nice_mode; struct address_space *dev_mapping; /* |