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

Commit 6d5d54ec authored by Urvashi Agrawal's avatar Urvashi Agrawal
Browse files

msm: kgsl: Include the list of clockgating registers for A650



Include the list of hardware clockgating registers for Adreno
A650.

Change-Id: I9990fcba338a8e0225be902d62ad3344557f54ea
Signed-off-by: default avatarUrvashi Agrawal <urvaagra@codeaurora.org>
parent f74668f9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1213,6 +1213,8 @@ static const struct adreno_a6xx_core adreno_gpu_core_a650 = {
	.sqefw_name = "a650_sqe.fw",
	.gmufw_name = "a650_gmu.bin",
	.zap_name = "a650_zap",
	.hwcg = a650_hwcg_regs,
	.hwcg_count = ARRAY_SIZE(a650_hwcg_regs),
	.vbif = a650_gbif_regs,
	.vbif_count = ARRAY_SIZE(a650_gbif_regs),
	.veto_fal10 = true,
@@ -1242,6 +1244,8 @@ static const struct adreno_a6xx_core adreno_gpu_core_a650v2 = {
	.sqefw_name = "a650_sqe.fw",
	.gmufw_name = "a650_gmu.bin",
	.zap_name = "a650_zap",
	.hwcg = a650_hwcg_regs,
	.hwcg_count = ARRAY_SIZE(a650_hwcg_regs),
	.vbif = a650_gbif_regs,
	.vbif_count = ARRAY_SIZE(a650_gbif_regs),
	.veto_fal10 = true,