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

Commit a40ca38d 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: Enable the shader corruption workaround for all A3XX targets"

parents 33f2c231 8d6bc26a
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -1810,8 +1810,8 @@ static int adreno_init(struct kgsl_device *device)
	if (ret)
	if (ret)
		goto done;
		goto done;


	/* Certain targets need the fixup.  You know who you are */
	/* Enable the power on shader corruption fix for all A3XX targets */
	if (adreno_is_a330v2(adreno_dev))
	if (adreno_is_a3xx(adreno_dev))
		adreno_a3xx_pwron_fixup_init(adreno_dev);
		adreno_a3xx_pwron_fixup_init(adreno_dev);


	set_bit(ADRENO_DEVICE_INITIALIZED, &adreno_dev->priv);
	set_bit(ADRENO_DEVICE_INITIALIZED, &adreno_dev->priv);