fix formatting
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user