提交 78178dea 编写于 作者: T Tom St Denis 提交者: Alex Deucher

drm/amd/display: Fix indentation in dce120_tg_program_timing()

Signed-off-by: NTom St Denis <tom.stdenis@amd.com>
Reviewed-by: NHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 a4b0a5b8
......@@ -733,9 +733,9 @@ void dce120_tg_program_timing(struct timing_generator *tg,
bool use_vbios)
{
if (use_vbios)
dce110_timing_generator_program_timing_generator(tg, timing);
else
dce120_timing_generator_program_blanking(tg, timing);
dce110_timing_generator_program_timing_generator(tg, timing);
else
dce120_timing_generator_program_blanking(tg, timing);
}
bool dce120_tg_is_blanked(struct timing_generator *tg)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册