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

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

Merge "drm/msm: Fix kernel address issue of profile buffer"

parents 54726d07 5cb62a17
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -482,7 +482,8 @@ int msm_ioctl_gem_submit(struct drm_device *dev, void *data,
		if (submit_cmd.type == MSM_SUBMIT_CMD_PROFILE_BUF) {
			submit->profile_buf_iova = submit->cmd[i].iova;
			submit->profile_buf_vaddr =
				msm_gem_vaddr(&msm_obj->base);
				msm_gem_vaddr(&msm_obj->base) +
				submit_cmd.submit_offset;
		}

		if (submit->valid)