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

Commit eb66fc7e authored by Harshdeep Dhatt's avatar Harshdeep Dhatt
Browse files

msm: kgsl: Enable preemption for A6XX



Set the ADRENO_DEVICE_PREEMPTION_EXECUTION bit to
enable preemption for A6XX.

Change-Id: I5a23f09b21a4a4240a397aa21fbd01bf63d3e70c
Signed-off-by: default avatarHarshdeep Dhatt <hdhatt@codeaurora.org>
parent a8118139
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -119,6 +119,7 @@ static struct adreno_device device_3d0 = {
		.skipsaverestore = 1,
		.usesgmem = 1,
	},
	.priv = BIT(ADRENO_DEVICE_PREEMPTION_EXECUTION),
};

/* Ptr to array for the current set of fault detect registers */