summaryrefslogtreecommitdiff
path: root/rust/helpers
diff options
context:
space:
mode:
authorRob Clark <robdclark@chromium.org>2025-06-29 13:12:53 -0700
committerRob Clark <robin.clark@oss.qualcomm.com>2025-07-04 11:09:44 -0700
commit001ddc857c5ba1b093b289d2f52002bcbe95d177 (patch)
tree4b4c5d547cb707f66da02555f1ac333f64932953 /rust/helpers
parentb5e7a2f1a396f3cf80800a215878183059c3808e (diff)
drm/msm: Don't close VMAs on purge
Previously we'd also tear down the VMA, making the address space available again. But with drm_gpuvm conversion, this would require holding the locks of all VMs the GEM object is mapped in. Which is problematic for the shrinker. Instead just let the VMA hang around until the GEM object is freed. Signed-off-by: Rob Clark <robdclark@chromium.org> Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com> Tested-by: Antonino Maniscalco <antomani103@gmail.com> Reviewed-by: Antonino Maniscalco <antomani103@gmail.com> Patchwork: https://patchwork.freedesktop.org/patch/661472/
Diffstat (limited to 'rust/helpers')
0 files changed, 0 insertions, 0 deletions