diff options
author | Thierry Reding <treding@nvidia.com> | 2019-09-16 16:19:25 +0200 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2019-09-17 14:50:16 +1000 |
commit | 641f53c07d2760f1a53288c3cab0300030f049cb (patch) | |
tree | bf3a033bc07e7d512dab9bf5e7fb2e5492ae0edf /kernel | |
parent | 0bb21c9677e5a5e2355f4f81a4e48afe62257a75 (diff) |
drm/nouveau: Fix ordering between TTM and GEM release
When the last reference to a TTM BO is dropped, ttm_bo_release() will
acquire the DMA reservation object's wound/wait mutex while trying to
clean up (ttm_bo_cleanup_refs_or_queue() via ttm_bo_release()). It is
therefore essential that drm_gem_object_release() be called after the
TTM BO has been uninitialized, otherwise drm_gem_object_release() has
already destroyed the wound/wait mutex (via dma_resv_fini()).
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions