summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-12-19Reinitialize DGA mode list whenever we update the global list.Keith Packard
2006-12-19TV output I830OutputPrivate had wrong type (crashed in SetMode).Keith Packard
2006-12-19Re-initialize physical screen size only if -dpi was passed.Keith Packard
2006-12-19Merge branch 'modesetting-origin' into modesettingKeith Packard
2006-12-19Align textured video dither matrix to windowKeith Packard
2006-12-19Bug #9382: Save the CRTC's desired mode in the old RandR 1.0 mode set path.Eric Anholt
2006-12-19Turn on dithering for 915 textured videoKeith Packard
2006-12-19Remove 8k framebuffer stride restriction on 965.Eric Anholt
2006-12-19Only erase curMode in i830DisableUnusedFunctions when the CRTC is disabled.Eric Anholt
2006-12-19Respect the srcdir.Daniel Stone
2006-12-19Disable configure-disabled outputs before mode setting.Eric Anholt
2006-12-19Simplify i830DisableUnusedFunctions() by using the CRTC dpms routines.Eric Anholt
2006-12-19Writing 1 to I2C line means to tristate the bus so others can manipulate it.Keith Packard
2006-12-18Add a detect() function for DVO chips, and implement it on sil164.Eric Anholt
2006-12-18Fix crash in xf86SetScrnInfoModes when pScrn->modes ends up empty.Eric Anholt
2006-12-18Clean up i2c_vid interface, including de-StudlyCapsing and removing dead code.Eric Anholt
2006-12-19ch7xxx: add lookup table for nameDave Airlie
2006-12-18Limit modes to 165Mhz on CH7009, according to spec.Eric Anholt
2006-12-18Align the driver to the CH7009[AB] spec.Eric Anholt
2006-12-18Clean up a bunch of log noise from ch7xxx startup.Eric Anholt
2006-12-18Fix DVO mode valid function to not throw out all modes.Eric Anholt
2006-12-18Add save/restore to ch7xxx to avoid segfaults on server start.Eric Anholt
2006-12-18Move the ch7xxx code to the style I've been settling on for output code.Eric Anholt
2006-12-18Bug #8786: Treat pictures with no color data as non-component alpha.Eric Anholt
2006-12-16Follow mode setting order in RestoreHWState.Keith Packard
2006-12-16Prefer earliest CRTC when mapping to outputs.Keith Packard
2006-12-16Not restoring active outputs. Wait for input sync before enabling outputs.Keith Packard
2006-12-16Follow BIOS order in writing DPLL/DPLL_MD registers.Keith Packard
2006-12-16reorder restore writes for 965 VGAKeith Packard
2006-12-14Follow BIOS PLL write protocol (disable,enable,enable).Keith Packard
2006-12-14Turn pll/pipe/plane on in crtc_set_modeKeith Packard
2006-12-14Respect Virtual in xorg.confKeith Packard
2006-12-14Set frame buffer size ranges in xf86_config.Keith Packard
2006-12-14Change TV modes from Preferred to Driver.Keith Packard
2006-12-13Move xf86CrtcConfig to ScrnInfo private.Keith Packard
2006-12-13Merge branch 'modesetting-origin' into modesettingKeith Packard
2006-12-13Auto-detect working TV output by checking TV regs functionality.Keith Packard
2006-12-13Add magic double-write of the dpll register to fix mac mini cold boot.Eric Anholt
2006-12-13Add some caution with PCI write posting and DPLL delays to i830_crtc_dpms.Eric Anholt
2006-12-13Rename outputs to TMDS-1/TMDS-2, LVDS, TV and VGA.Keith Packard
2006-12-12Write dpll_md register while updating dpll as that appears to be required.Keith Packard
2006-12-12Merge branch 'modesetting-origin' into modesettingKeith Packard
2006-12-12Elide duplicate modes in pScrn->monitor.Keith Packard
2006-12-12Correct typo in mac mini hack, and return modes when the hack is unnecessary.Eric Anholt
2006-12-12Replace custom, partially broken DPMS implementation with a generic one.Eric Anholt
2006-12-12Fix mac mini SDVO output: write the SDVO[BC] enabled register state twice.Eric Anholt
2006-12-12Flush the plane changes in i830_crtc_dpms()Eric Anholt
2006-12-12Move the SDVO sync detection to after we've turned the port on.Eric Anholt
2006-12-12Extend the error state reporting to cover ESR and decode PGTBL_ERR for 945.Eric Anholt
2006-12-12Move PrintErrorState and CheckInheritedErrors code to i830_debug.c.Eric Anholt