diff options
author | Dave Airlie | 2020-09-17 16:13:03 +1000 |
---|---|---|
committer | Dave Airlie | 2020-09-18 06:23:38 +1000 |
commit | 4856e5aa0ef1d4c62f6f30bf273a778735507837 (patch) | |
tree | e3b5ed781db8e7a72238ac04359f135b0e36122f /include/drm/ttm | |
parent | e46f468fef953dea30e7a7c69ad7e0370af26855 (diff) |
drm/ttm: drop evicted from ttm_bo.
This was unused.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200917064132.148521-3-airlied@gmail.com
Diffstat (limited to 'include/drm/ttm')
-rw-r--r-- | include/drm/ttm/ttm_bo_api.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/ttm/ttm_bo_api.h b/include/drm/ttm/ttm_bo_api.h index fd8d29f5f370..0f7cd21d6d74 100644 --- a/include/drm/ttm/ttm_bo_api.h +++ b/include/drm/ttm/ttm_bo_api.h @@ -141,7 +141,6 @@ struct ttm_buffer_object { struct ttm_resource mem; struct file *persistent_swap_storage; struct ttm_tt *ttm; - bool evicted; bool deleted; /** |