commit | 00d041d087c1715039bf7a610140ffe1af347b55 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Wed Nov 01 03:56:20 2017 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Thu Nov 02 13:32:33 2017 +1000 |
tree | 9c389b7198096b98949153192c9149854a519998 | |
parent | 814a23243bd2aaa9aafe03d85d0502a73be42b58 [diff] |
drm/nouveau: queue delayed unmapping of VMAs on client workqueue VMAs are about to not take references on the VMM they belong to, which means more care is required when handling delayed unmapping. Queuing it on the client workqueue ensures all pending VMA unmaps will have completed before the VMM is destroyed. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>