summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorRaphael Assenat <raph@8d.com>2006-10-03 01:15:03 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-10-03 08:04:12 -0700
commit8bc218410d6c2b22a7581fac6f3dc2ac1f8fc99f (patch)
treee4b0ef3693052742df0233ab9c3a706382307ee3 /kernel
parent9c5b39e0bcb407a95716de4650a2d1e6064baffa (diff)
downloadkernel-crypto-8bc218410d6c2b22a7581fac6f3dc2ac1f8fc99f.tar.gz
kernel-crypto-8bc218410d6c2b22a7581fac6f3dc2ac1f8fc99f.tar.xz
kernel-crypto-8bc218410d6c2b22a7581fac6f3dc2ac1f8fc99f.zip
[PATCH] mbxfb: Fix a chip bug? resulting in wrong pixclock
This is a workaround for what I think is a bug in the 2700G chip. The PLL output frequency is adustable using 3 values (M, N and P. See code for formula). The N value range is documented to be 1 to 7 but when it is set to 1, the output frequency is lower than it should be (divided by 2), giving unexpected results such as no sync on a CRT display. This patch prevents N=1 when searching for the best value for the requested pixclock. Signed-off-by: Raphael Assenat <raph@8d.com> Signed-off-by: Antonino Daplas <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions