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

Commit eff7ac69 authored by Hareesh Gundu's avatar Hareesh Gundu
Browse files

msm: kgsl: Enable 64 bit GPU and HW preemption for A505 & A506



Enable 64 bit GPU and HW preemption for A505 & A506 via gpulist.

Change-Id: I094bdee7607f93fab29abfa03e25ab4ba6611bc2
Signed-off-by: default avatarHareesh Gundu <hareeshg@codeaurora.org>
parent 090e59ba
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -191,6 +191,7 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.major = 0,
		.minor = 5,
		.patchid = ANY_ID,
		.features = ADRENO_PREEMPTION | ADRENO_64BIT,
		.pm4fw_name = "a530_pm4.fw",
		.pfpfw_name = "a530_pfp.fw",
		.gpudev = &adreno_a5xx_gpudev,
@@ -204,6 +205,7 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.major = 0,
		.minor = 6,
		.patchid = ANY_ID,
		.features = ADRENO_PREEMPTION | ADRENO_64BIT,
		.pm4fw_name = "a530_pm4.fw",
		.pfpfw_name = "a530_pfp.fw",
		.gpudev = &adreno_a5xx_gpudev,