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

Commit fbdd082d 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: Unprotect the VBIF performance counters"

parents f75660a7 b60d5eb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4252,7 +4252,7 @@ static void a3xx_protect_init(struct kgsl_device *device)
	adreno_set_protected_registers(device, &index, 0xCC0, 0);

	/* VBIF registers */
	adreno_set_protected_registers(device, &index, 0x3000, 11);
	adreno_set_protected_registers(device, &index, 0x3000, 6);
}

static void a3xx_start(struct adreno_device *adreno_dev)