diff options
| author | 2025-06-29 13:12:49 -0700 | |
|---|---|---|
| committer | 2025-07-04 11:09:44 -0700 | |
| commit | 057e55f337c5bb2aecc8967dc045c266a4e6c49d (patch) | |
| tree | e94d71487675c7ba8cac2dc108748b89db5f9d15 /drivers/gpu/drm/msm/msm_submitqueue.c | |
| parent | drm/msm: Improve msm_context comments (diff) | |
| download | wireguard-linux-057e55f337c5bb2aecc8967dc045c266a4e6c49d.tar.xz wireguard-linux-057e55f337c5bb2aecc8967dc045c266a4e6c49d.zip | |
drm/msm: Rename msm_gem_address_space -> msm_gem_vm
Re-aligning naming to better match drm_gpuvm terminology will make
things less confusing at the end of the drm_gpuvm conversion.
This is just rename churn, no functional change.
Signed-off-by: Rob Clark <robdclark@chromium.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
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/661466/
Diffstat (limited to 'drivers/gpu/drm/msm/msm_submitqueue.c')
| -rw-r--r-- | drivers/gpu/drm/msm/msm_submitqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/msm/msm_submitqueue.c b/drivers/gpu/drm/msm/msm_submitqueue.c index 1acc0fe36353..6298233c3568 100644 --- a/drivers/gpu/drm/msm/msm_submitqueue.c +++ b/drivers/gpu/drm/msm/msm_submitqueue.c @@ -59,7 +59,7 @@ void __msm_context_destroy(struct kref *kref) kfree(ctx->entities[i]); } - msm_gem_address_space_put(ctx->aspace); + msm_gem_vm_put(ctx->vm); kfree(ctx->comm); kfree(ctx->cmdline); kfree(ctx); |
