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

Commit 6927b4db 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/sde: size check fix for NV12 buffer" into msm-4.9

parents a5e6c7b8 d6d4be44
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1072,6 +1072,7 @@ int sde_format_check_modified_format(
			DRM_ERROR("invalid handle for plane %d\n", i);
			return -EINVAL;
		}
		if ((i == 0) || (bos[i] != bos[0]))
			bos_total_size += bos[i]->size;
	}