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

Commit 88b04acc authored by Pankaj Gupta's avatar Pankaj Gupta
Browse files

msm: kgsl: Add snapshot size and highest bank bit for a619



Add GPU core configuration of snapshot_size and highest_bank_bit
for A619 GPU.

Change-Id: I1df21e8f32b6a2e120bf80697fc40a0a6ff65775
Signed-off-by: default avatarPankaj Gupta <gpankaj@codeaurora.org>
parent c65a75e3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -938,6 +938,7 @@ static const struct adreno_a6xx_core adreno_gpu_core_a619 = {
		.gpudev = &adreno_a630_gpudev,
		.gmem_size = SZ_512K,
		.bus_width = 32,
		.snapshot_size = SZ_2M,
	},
	.prim_fifo_threshold = 0x0018000,
	.gmu_major = 1,
@@ -951,6 +952,7 @@ static const struct adreno_a6xx_core adreno_gpu_core_a619 = {
	.vbif_count = ARRAY_SIZE(a615_gbif_regs),
	.hang_detect_cycles = 0x3fffff,
	.protected_regs = a630_protected_regs,
	.highest_bank_bit = 14,
};

static const struct adreno_a6xx_core adreno_gpu_core_a619_variant = {
@@ -961,6 +963,7 @@ static const struct adreno_a6xx_core adreno_gpu_core_a619_variant = {
		.gpudev = &adreno_a6xx_gpudev,
		.gmem_size = SZ_512K,
		.bus_width = 32,
		.snapshot_size = SZ_2M,
	},
	.prim_fifo_threshold = 0x0018000,
	.sqefw_name = "a630_sqe.fw",
@@ -972,6 +975,7 @@ static const struct adreno_a6xx_core adreno_gpu_core_a619_variant = {
	.hang_detect_cycles = 0x3fffff,
	.protected_regs = a630_protected_regs,
	.gx_cpr_toggle = true,
	.highest_bank_bit = 14,
};

static const struct adreno_reglist a620_hwcg_regs[] = {