fix formatting

This commit is contained in:
Markus Fröschle
2017-04-15 08:29:05 +00:00
parent e360a9fa44
commit e043cff003

View File

@@ -1567,7 +1567,8 @@ static void radeon_calc_pll_regs(struct radeonfb_info *rinfo, struct radeon_regs
{ 12, 7 }, { 12, 7 },
{ 0, 0 }, { 0, 0 },
}; };
int32_t fb_div, pll_output_freq = 0; int32_t fb_div;
int32_t pll_output_freq = 0;
int32_t uses_dvo = 0; int32_t uses_dvo = 0;
/* Check if the DVO port is enabled and sourced from the primary CRTC. I'm /* Check if the DVO port is enabled and sourced from the primary CRTC. I'm
@@ -1576,7 +1577,7 @@ static void radeon_calc_pll_regs(struct radeonfb_info *rinfo, struct radeon_regs
*/ */
#if 1 #if 1
/* XXX I had reports of flicker happening with the cinema display /* XXX I had reports of flicker happening with the cinema display
* on TMDS1 that seem to be fixed if I also forbit odd dividers in * on TMDS1 that seem to be fixed if I also forbid odd dividers in
* this case. This could just be a bandwidth calculation issue, I * this case. This could just be a bandwidth calculation issue, I
* haven't implemented the bandwidth code yet, but in the meantime, * haven't implemented the bandwidth code yet, but in the meantime,
* forcing uses_dvo to 1 fixes it and shouln't have bad side effects, * forcing uses_dvo to 1 fixes it and shouln't have bad side effects,