提交 a515264c 编写于 作者: C Christian Gmeiner 提交者: Lucas Stach

drm/etnaviv: add SE perf domain

Signed-off-by: NChristian Gmeiner <christian.gmeiner@gmail.com>
Signed-off-by: NLucas Stach <l.stach@pengutronix.de>
上级 c3787ff6
...@@ -238,6 +238,24 @@ static const struct etnaviv_pm_domain doms_3d[] = { ...@@ -238,6 +238,24 @@ static const struct etnaviv_pm_domain doms_3d[] = {
&pipe_reg_read &pipe_reg_read
} }
} }
},
{
.name = "SE",
.profile_read = VIVS_MC_PROFILE_SE_READ,
.profile_config = VIVS_MC_PROFILE_CONFIG1,
.nr_signals = 2,
.signal = (const struct etnaviv_pm_signal[]) {
{
"CULLED_TRIANGLE_COUNT",
VIVS_MC_PROFILE_CONFIG1_SE_CULLED_TRIANGLE_COUNT,
&perf_reg_read
},
{
"CULLED_LINES_COUNT",
VIVS_MC_PROFILE_CONFIG1_SE_CULLED_LINES_COUNT,
&perf_reg_read
}
}
} }
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册