Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22a5a20e authored by Kalyan Thota's avatar Kalyan Thota
Browse files

disp:msm: update the apsace in msm gem object



Update the address space in the msm gem object as it
is needed to get smmu device for mdss.

Change-Id: Ia8295aa765268e94aaf9687b2afcb7b07d532f8d
Signed-off-by: default avatarKalyan Thota <kalyant@codeaurora.org>
parent 700f3cc7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -349,6 +349,7 @@ static struct msm_gem_vma *add_vma(struct drm_gem_object *obj,
		return ERR_PTR(-ENOMEM);

	vma->aspace = aspace;
	msm_obj->aspace = aspace;

	list_add_tail(&vma->list, &msm_obj->vmas);