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

Commit 869b4190 authored by Vicky Wallace's avatar Vicky Wallace
Browse files

clk: qcom: Add clock debug support for GFX3D clocks for SDM855



Update debug mux structure for measuring GFX3D clocks.

Change-Id: I104f96dd2b35f7dc62bd526dc3fe1690c24be587
Signed-off-by: default avatarVicky Wallace <vwallace@codeaurora.org>
parent ead8a348
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -282,6 +282,9 @@ static const char *const debug_mux_parent_names[] = {
	"gpu_cc_gx_qdss_tsctr_clk",
	"gpu_cc_gx_vsense_clk",
	"gpu_cc_sleep_clk",
	"measure_only_gpu_cc_cx_gfx3d_clk",
	"measure_only_gpu_cc_cx_gfx3d_slv_clk",
	"measure_only_gpu_cc_gx_gfx3d_clk",
	"npu_cc_armwic_core_clk",
	"npu_cc_bto_core_clk",
	"npu_cc_bwmon_clk",
@@ -814,6 +817,12 @@ static struct clk_debug_mux gcc_debug_mux = {
			0xC, 0xFF, 0, 0x3, 0, 2, 0x1568, 0x10FC, 0x1100 },
		{ "gpu_cc_sleep_clk", 0x162, 1, GPU_CC,
			0x16, 0xFF, 0, 0x3, 0, 2, 0x1568, 0x10FC, 0x1100 },
		{ "measure_only_gpu_cc_cx_gfx3d_clk", 0x162, 1, GPU_CC,
			0x1A, 0xFF, 0, 0x3, 0, 2, 0x1568, 0x10FC, 0x1100 },
		{ "measure_only_gpu_cc_cx_gfx3d_slv_clk", 0x162, 1, GPU_CC,
			0x1B, 0xFF, 0, 0x3, 0, 2, 0x1568, 0x10FC, 0x1100 },
		{ "measure_only_gpu_cc_gx_gfx3d_clk", 0x162, 1, GPU_CC,
			0xB, 0xFF, 0, 0x3, 0, 2, 0x1568, 0x10FC, 0x1100 },
		{ "npu_cc_armwic_core_clk", 0x180, 1, NPU_CC,
			0x4, 0xFF, 0, 0x3, 0, 2, 0x4000, 0x3004, 0x3008 },
		{ "npu_cc_bto_core_clk", 0x180, 1, NPU_CC,