commit | 2e3c9ec4d151c04d75546dfdc2f85a84ad546eb0 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Mon Aug 05 16:01:11 2019 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Tue Aug 06 08:21:54 2019 +0200 |
tree | 5ba9fb5c312e7e58905eae03468197c3917a943f | |
parent | b96f3e7c8069b749a40ca3a33c97835d57dd45d2 [diff] |
drm/ttm: set both resv and base.resv pointers Initialize both ttm_buffer_object->resv and ttm_buffer_object->base.resv pointers. This allows to move users from the former to the latter. When all users are moved we can drop ttm_buffer_object->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-10-kraxel@redhat.com