mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-28 21:46:02 -04:00
drm/amd/display: Fix indentation in dce120_tg_program_timing()
Signed-off-by: Tom St Denis <tom.stdenis@amd.com> Reviewed-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
a4b0a5b848
commit
78178dea7a
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user