We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f99756 commit 479ecb2Copy full SHA for 479ecb2
sm6115.c
@@ -96,6 +96,14 @@ static struct debug_mux gpu_cc = {
96
.div_val = 2,
97
};
98
99
+static struct debug_mux mc_cc = {
100
+ .phys = 0x447d000, /* 0x447d220 */
101
+ .size = 0x1000, /* 0x100 */
102
+ .block_name = "mc",
103
+
104
+ .measure = measure_mccc,
105
+};
106
107
static struct measure_clk sm6115_clocks[] = {
108
//{ "mc_cc_debug_mux", &gcc.mux, 0x9e },
109
{ "perfcl_clk", &cpu_cc, 0x1 },
@@ -219,6 +227,8 @@ static struct measure_clk sm6115_clocks[] = {
219
227
{ "gpu_cc_gx_cxo_clk", &gpu_cc, 0xe },
220
228
{ "gpu_cc_gx_gfx3d_clk", &gpu_cc, 0xb },
221
229
{ "gpu_cc_sleep_clk", &gpu_cc, 0x16 },
230
231
+ { "measure_only_mccc_clk", &mc_cc, 0x220 },
222
232
{}
223
233
224
234
0 commit comments