commit | fc2f07566a2cb198eb5902684163e7c4f5309619 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@chromium.org> | Mon Mar 20 07:43:25 2023 -0700 |
committer | Rob Clark <robdclark@chromium.org> | Sat Mar 25 16:31:44 2023 -0700 |
tree | 30f2a22ee441ad1fb23bbd167a8c4f6919920a44 | |
parent | 769fec1e4f918d840b1917eb2a371b6b94fb1984 [diff] |
drm/msm/gem: Tidy up VMA API Stop open coding VMA construction, which will be needed in the next commit. And since the VMA already has a ptr to the adress space, stop passing that around everywhere. (Also, an aspace always has an mmu so we can drop a couple pointless NULL checks.) Signed-off-by: Rob Clark <robdclark@chromium.org> Patchwork: https://patchwork.freedesktop.org/patch/527833/ Link: https://lore.kernel.org/r/20230320144356.803762-4-robdclark@gmail.com