diff options
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 | /* |