diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-10-22 19:06:06 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-10-22 19:06:06 -0200 |
commit | 1efe36ed5cf5b0931daa915ca3ce231b78168d87 (patch) | |
tree | 29080b36b6d9cb93bdcac1a799bbf44ca71e9067 /src/smi_501.h | |
parent | dd083c26de400cee8c67977f46cf90d048b22ff9 (diff) |
Make UseFBDev option functional again.
It is mean't to be a fallback option, that as long as kernel boots
in framebuffer mode, the X Server should also work.
Correct incorrect value being checked when printing state of Dualhead
option.
The M value when programming PLL3 is actually an 8 bits integer,
so correct it and comments about it.
Diffstat (limited to 'src/smi_501.h')
-rw-r--r-- | src/smi_501.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smi_501.h b/src/smi_501.h index 1050a3c..ca49813 100644 --- a/src/smi_501.h +++ b/src/smi_501.h @@ -369,7 +369,7 @@ typedef struct _MSOCRegRec { * Requested Pixel Clock = Input Frequency * M / N * Input Frequency is the input crystal frequency value (24 MHz in * the SMI VGX Demo Board). N must be a value between 2 and 24. - * M can be any (7 bits) value, and a loop testing all possible N + * M can be any (8 bits) value, and a loop testing all possible N * values should be the best approach to calculate it's value. */ union { |