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

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

Merge "msm: kgsl: Continue snapshot parsing after an IB2 parsing failure"

parents 61203163 c47dec2c
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -764,13 +764,12 @@ static int adreno_ib_find_objs(struct kgsl_device *device,
				unsigned int gpuaddrib2 = src[i + 1];
				unsigned int size = src[i + 2];

				ret = adreno_ib_find_objs(
				adreno_ib_find_objs(
						device, ptbase,
						gpuaddrib2, size,
						SNAPSHOT_GPU_OBJECT_IB,
						ib_obj_list);
				if (ret < 0)
					goto done;

			} else {
				ret = ib_parse_type3(device, &src[i], ptbase,
						ib_obj_list,