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

Commit 5c1ecb09 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Use the correct pointer for preemption records"

parents 7a70f58d c4d040d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1010,7 +1010,7 @@ void a5xx_snapshot(struct adreno_device *adreno_dev,
			kgsl_snapshot_add_section(device,
				KGSL_SNAPSHOT_SECTION_GPU_OBJECT_V2,
				snapshot, snapshot_preemption_record,
				&rb->preemption_desc);
				rb->preemption_desc);
		}
	}

+1 −1
Original line number Diff line number Diff line
@@ -1813,7 +1813,7 @@ void a6xx_snapshot(struct adreno_device *adreno_dev,
			kgsl_snapshot_add_section(device,
				KGSL_SNAPSHOT_SECTION_GPU_OBJECT_V2,
				snapshot, snapshot_preemption_record,
				&rb->preemption_desc);
				rb->preemption_desc);
		}
	}
}