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

Commit ba23552f 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: Trace GMU register writes before adjusting offset"

parents b3e65f2c da6ef637
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2645,10 +2645,9 @@ static void adreno_gmu_regwrite(struct kgsl_device *device,
	void __iomem *reg;
	struct gmu_device *gmu = &device->gmu;

	offsetwords -= gmu->gmu2gpu_offset;

	trace_kgsl_regwrite(device, offsetwords, value);

	offsetwords -= gmu->gmu2gpu_offset;
	reg = gmu->reg_virt + (offsetwords << 2);

	/*