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

Commit 98506bee authored by Raghu Ananya Arabolu's avatar Raghu Ananya Arabolu
Browse files

msm: kgsl: Add support for A650 v2 GPU



Add required support for A650 v2 GPU ID.

Change-Id: I6b2e0d55c7aabe6a8583996045b32de5db49044a
Signed-off-by: default avatarRaghu Ananya Arabolu <rarabolu@codeaurora.org>
parent 648dc229
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1102,7 +1102,7 @@ static const struct adreno_reglist a650_hwcg_regs[] = {

static const struct adreno_a6xx_core adreno_gpu_core_a650 = {
	{
		DEFINE_ADRENO_REV(ADRENO_REV_A650, 6, 5, 0, 0),
		DEFINE_ADRENO_REV(ADRENO_REV_A650, 6, 5, 0, ANY_ID),
		.features = ADRENO_64BIT | ADRENO_RPMH | ADRENO_GPMU |
			ADRENO_IOCOHERENT | ADRENO_CONTENT_PROTECTION |
			ADRENO_IFPC,