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

Commit 8d6bc26a authored by Jordan Crouse's avatar Jordan Crouse
Browse files

msm: kgsl: Enable the shader corruption workaround for all A3XX targets



The power-on shader corruption workaround is required for all A3XX
targets.

CRs-fixed: 556872
Change-Id: Ic0dedbad5ef5a1bfec7cba148a652e1766517e57
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent fded6a74
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1811,8 +1811,8 @@ static int adreno_init(struct kgsl_device *device)
	if (ret)
		goto done;

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

	set_bit(ADRENO_DEVICE_INITIALIZED, &adreno_dev->priv);