Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33632
b: refs/heads/master
c: b8cf368
h: refs/heads/master
v: v3
  • Loading branch information
Paul A. Clarke authored and Linus Torvalds committed Aug 27, 2006
1 parent d309816 commit fa3c7e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 01cfaf0d12ae5fa092cc916ca4066ee1598e857d
refs/heads/master: b8cf368944807e29b16b24588a2a35c829bc9d9a
8 changes: 8 additions & 0 deletions trunk/drivers/video/matrox/g450_pll.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,15 @@ static int __g450_setclk(WPMINFO unsigned int fout, unsigned int pll,
tmp |= M1064_XPIXCLKCTRL_PLL_UP;
}
matroxfb_DAC_out(PMINFO M1064_XPIXCLKCTRL, tmp);
#ifdef __powerpc__
/* This is necessary to avoid jitter on PowerPC
* (OpenFirmware) systems, but apparently
* introduces jitter, at least on a x86-64
* using DVI.
* A simple workaround is disable for non-PPC.
*/
matroxfb_DAC_out(PMINFO M1064_XDVICLKCTRL, 0);
#endif /* __powerpc__ */
matroxfb_DAC_out(PMINFO M1064_XPWRCTRL, xpwrctrl);

matroxfb_DAC_unlock_irqrestore(flags);
Expand Down

0 comments on commit fa3c7e9

Please sign in to comment.