Loading drivers/gpu/msm/adreno_snapshot.c +4 −3 Original line number Diff line number Diff line Loading @@ -400,6 +400,8 @@ static void snapshot_rb_ibs(struct kgsl_device *device, ibsize = rbptr[index + 3]; } index = (index + 1) % KGSL_RB_DWORDS; /* Don't parse known global IBs */ if (iommu_is_setstate_addr(device, ibaddr, ibsize)) continue; Loading @@ -410,8 +412,7 @@ static void snapshot_rb_ibs(struct kgsl_device *device, parse_ib(device, snapshot, snapshot->process, ibaddr, ibsize); } } else index = (index + 1) % KGSL_RB_DWORDS; } Loading Loading
drivers/gpu/msm/adreno_snapshot.c +4 −3 Original line number Diff line number Diff line Loading @@ -400,6 +400,8 @@ static void snapshot_rb_ibs(struct kgsl_device *device, ibsize = rbptr[index + 3]; } index = (index + 1) % KGSL_RB_DWORDS; /* Don't parse known global IBs */ if (iommu_is_setstate_addr(device, ibaddr, ibsize)) continue; Loading @@ -410,8 +412,7 @@ static void snapshot_rb_ibs(struct kgsl_device *device, parse_ib(device, snapshot, snapshot->process, ibaddr, ibsize); } } else index = (index + 1) % KGSL_RB_DWORDS; } Loading