提交 1ba2faf2 编写于 作者: D Dmytro Laktyushkin 提交者: Alex Deucher

drm/amd/display: hide inconsistent mpcc programming from dtn log

Signed-off-by: NDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Reviewed-by: NTony Cheng <Tony.Cheng@amd.com>
Acked-by: NHarry Wentland <harry.wentland@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 4173c0bd
...@@ -157,10 +157,11 @@ void dcn10_log_hw_state(struct dc *dc) ...@@ -157,10 +157,11 @@ void dcn10_log_hw_state(struct dc *dc)
struct mpcc_state s = {0}; struct mpcc_state s = {0};
pool->mpc->funcs->read_mpcc_state(pool->mpc, i, &s); pool->mpc->funcs->read_mpcc_state(pool->mpc, i, &s);
DTN_INFO("[%2d]: %2xh %2xh %6xh %4d %10d %7d %12d %4d\n", if (s.opp_id != 0xf)
i, s.opp_id, s.dpp_id, s.bot_mpcc_id, DTN_INFO("[%2d]: %2xh %2xh %6xh %4d %10d %7d %12d %4d\n",
s.mode, s.alpha_mode, s.pre_multiplied_alpha, s.overlap_only, i, s.opp_id, s.dpp_id, s.bot_mpcc_id,
s.idle); s.mode, s.alpha_mode, s.pre_multiplied_alpha, s.overlap_only,
s.idle);
} }
DTN_INFO("\n"); DTN_INFO("\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册