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

Commit 18295fa2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "disp: msm: attach address space to msm_gem_object" into display-kernel.lnx.1.0

parents 230741fe 79d42e98
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -348,6 +348,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);