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

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

Merge "msm: kgsl: Correct a650 LLC configuration"

parents 3ddc0fd7 332ab138
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1803,7 +1803,7 @@ static void a6xx_llc_configure_gpuhtw_scid(struct adreno_device *adreno_dev)
	 * On A640, the GPUHTW SCID is configured via a NoC override in the
	 * XBL image.
	 */
	if (adreno_is_a640(adreno_dev) || adreno_is_a612(adreno_dev))
	if (adreno_is_a640_family(adreno_dev) || adreno_is_a612(adreno_dev))
		return;

	gpuhtw_scid = adreno_llc_get_scid(adreno_dev->gpuhtw_llc_slice);
@@ -1824,7 +1824,7 @@ static void a6xx_llc_enable_overrides(struct adreno_device *adreno_dev)
	 * Attributes override through GBIF is not supported with MMU-500.
	 * Attributes are used as configured through SMMU pagetable entries.
	 */
	if (adreno_is_a640(adreno_dev) || adreno_is_a612(adreno_dev))
	if (adreno_is_a640_family(adreno_dev) || adreno_is_a612(adreno_dev))
		return;

	/*