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

Commit bba15c04 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: Set primFifo thresholds value for A640" into msm-4.14

parents 9ccf705f 64e87bfb
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -801,7 +801,10 @@ static void a6xx_start(struct adreno_device *adreno_dev)
	/* Setting the mem pool size */
	kgsl_regwrite(device, A6XX_CP_MEM_POOL_SIZE, 128);

	/* Setting the primFifo thresholds default values */
	/* Setting the primFifo thresholds values */
	if (adreno_is_a640(adreno_dev))
		kgsl_regwrite(device, A6XX_PC_DBG_ECO_CNTL, (0x400 << 11));
	else
		kgsl_regwrite(device, A6XX_PC_DBG_ECO_CNTL, (0x300 << 11));

	/* Set the AHB default slave response to "ERROR" */