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

Commit e67609ec authored by Puranam V G Tejaswi's avatar Puranam V G Tejaswi
Browse files

msm: kgsl: enable preemption for A702



Set the bit ADRENO_PREEMPTION in adreno core features
to enable preemption for A702.

Change-Id: If750b2bf607576615a93e85c23d8173891b8018f
Signed-off-by: default avatarPuranam V G Tejaswi <pvgtejas@codeaurora.org>
parent 4dddc019
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1460,7 +1460,7 @@ static const struct adreno_a6xx_core adreno_gpu_core_a702 = {
	.base = {
	.base = {
		DEFINE_ADRENO_REV(ADRENO_REV_A702, 7, 0, 2, ANY_ID),
		DEFINE_ADRENO_REV(ADRENO_REV_A702, 7, 0, 2, ANY_ID),
		.features = ADRENO_64BIT | ADRENO_CONTENT_PROTECTION |
		.features = ADRENO_64BIT | ADRENO_CONTENT_PROTECTION |
			ADRENO_APRIV,
			ADRENO_APRIV | ADRENO_PREEMPTION,
		.gpudev = &adreno_a6xx_gpudev,
		.gpudev = &adreno_a6xx_gpudev,
		.gmem_size = SZ_128K,
		.gmem_size = SZ_128K,
		.busy_mask = 0xfffffffe,
		.busy_mask = 0xfffffffe,