mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-03-24 01:24:12 +00:00
fix type 0 instead of O
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user