diff options
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/ttm/ttm_bo_driver.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/drm/ttm/ttm_bo_driver.h b/include/drm/ttm/ttm_bo_driver.h index 37527d671f80..9da182b400ec 100644 --- a/include/drm/ttm/ttm_bo_driver.h +++ b/include/drm/ttm/ttm_bo_driver.h | |||
@@ -136,11 +136,6 @@ enum ttm_caching_state { | |||
136 | * @dummy_read_page: Page to map where the ttm_tt page array contains a NULL | 136 | * @dummy_read_page: Page to map where the ttm_tt page array contains a NULL |
137 | * pointer. | 137 | * pointer. |
138 | * @pages: Array of pages backing the data. | 138 | * @pages: Array of pages backing the data. |
139 | * @first_himem_page: Himem pages are put last in the page array, which | ||
140 | * enables us to run caching attribute changes on only the first part | ||
141 | * of the page array containing lomem pages. This is the index of the | ||
142 | * first himem page. | ||
143 | * @last_lomem_page: Index of the last lomem page in the page array. | ||
144 | * @num_pages: Number of pages in the page array. | 139 | * @num_pages: Number of pages in the page array. |
145 | * @bdev: Pointer to the current struct ttm_bo_device. | 140 | * @bdev: Pointer to the current struct ttm_bo_device. |
146 | * @be: Pointer to the ttm backend. | 141 | * @be: Pointer to the ttm backend. |
@@ -157,8 +152,6 @@ enum ttm_caching_state { | |||
157 | struct ttm_tt { | 152 | struct ttm_tt { |
158 | struct page *dummy_read_page; | 153 | struct page *dummy_read_page; |
159 | struct page **pages; | 154 | struct page **pages; |
160 | long first_himem_page; | ||
161 | long last_lomem_page; | ||
162 | uint32_t page_flags; | 155 | uint32_t page_flags; |
163 | unsigned long num_pages; | 156 | unsigned long num_pages; |
164 | struct ttm_bo_global *glob; | 157 | struct ttm_bo_global *glob; |