fix type 0 instead of O
This commit is contained in:
parent
2991d81a3b
commit
0ba7b13fb4
|
|
@ -722,7 +722,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
# define PLLB_REF_INPUT_SPREADSPECTRUMIN (3 << 13)
|
||||
# define DISPLAY_RATE_SELECT_FPA1 (1 << 8)
|
||||
# define SDVO_MULTIPLIER_MASK 0x000000ff
|
||||
# define SDV0_DEFAULT_MULTIPLIER 0x00000003
|
||||
# define SDVO_DEFAULT_MULTIPLIER 0x00000003
|
||||
|
||||
#define FPA0 0x06040
|
||||
#define FPA1 0x06044
|
||||
|
|
|
|||
|
|
@ -384,7 +384,7 @@ i830PipeSetMode(ScrnInfoPtr pScrn, DisplayModePtr pMode, int pipe)
|
|||
dpll |= PLL_REF_INPUT_TVCLKINBC;
|
||||
else
|
||||
dpll |= PLL_REF_INPUT_DREFCLK;
|
||||
dpll |= SDV0_DEFAULT_MULTIPLIER;
|
||||
dpll |= SDVO_DEFAULT_MULTIPLIER;
|
||||
|
||||
if (is_sdvo) {
|
||||
dpll |= DPLL_DVO_HIGH_SPEED;
|
||||
|
|
|
|||
Loading…
Reference in New Issue