diff options
Diffstat (limited to 'include/drm/ttm/ttm_execbuf_util.h')
| -rw-r--r-- | include/drm/ttm/ttm_execbuf_util.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/drm/ttm/ttm_execbuf_util.h b/include/drm/ttm/ttm_execbuf_util.h index 1926cae373ba..547e19f06e57 100644 --- a/include/drm/ttm/ttm_execbuf_util.h +++ b/include/drm/ttm/ttm_execbuf_util.h | |||
| @@ -39,8 +39,6 @@ | |||
| 39 | * | 39 | * |
| 40 | * @head: list head for thread-private list. | 40 | * @head: list head for thread-private list. |
| 41 | * @bo: refcounted buffer object pointer. | 41 | * @bo: refcounted buffer object pointer. |
| 42 | * @new_sync_obj_arg: New sync_obj_arg for @bo, to be used once | ||
| 43 | * adding a new sync object. | ||
| 44 | * @reserved: Indicates whether @bo has been reserved for validation. | 42 | * @reserved: Indicates whether @bo has been reserved for validation. |
| 45 | * @removed: Indicates whether @bo has been removed from lru lists. | 43 | * @removed: Indicates whether @bo has been removed from lru lists. |
| 46 | * @put_count: Number of outstanding references on bo::list_kref. | 44 | * @put_count: Number of outstanding references on bo::list_kref. |
| @@ -50,7 +48,6 @@ | |||
| 50 | struct ttm_validate_buffer { | 48 | struct ttm_validate_buffer { |
| 51 | struct list_head head; | 49 | struct list_head head; |
| 52 | struct ttm_buffer_object *bo; | 50 | struct ttm_buffer_object *bo; |
| 53 | void *new_sync_obj_arg; | ||
| 54 | bool reserved; | 51 | bool reserved; |
| 55 | bool removed; | 52 | bool removed; |
| 56 | int put_count; | 53 | int put_count; |
