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

Commit b997f3dc 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: Disable VPC all flat shading optimization for A5XX"

parents 4b84bad9 d75d4cdb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2030,6 +2030,9 @@ static void a5xx_start(struct adreno_device *adreno_dev)

	}

	/* Disable All flat shading optimization */
	kgsl_regrmw(device, A5XX_VPC_DBG_ECO_CNTL, 0, 0x1 << 10);

	/*
	 * VPC corner case with local memory load kill leads to corrupt
	 * internal state. Normal Disable does not work for all a5x chips.