drm/ttm: drop ttm_buffer_object->resv

All users moved to ttm_buffer_object->base.resv

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20190805140119.7337-18-kraxel@redhat.com
This commit is contained in:
Gerd Hoffmann
2019-08-05 16:01:19 +02:00
parent 7a4db29660
commit e7f0141a21
2 changed files with 0 additions and 3 deletions

View File

@@ -230,7 +230,6 @@ struct ttm_buffer_object {
struct sg_table *sg;
struct reservation_object *resv;
struct mutex wu_mutex;
};