summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2006-12-12Set the SDVO port to on before sending the SDVO output on command.Eric Anholt
2006-12-12More debugging output for SDVO.Eric Anholt
2006-12-12Add a hack for DDC on my Mac Mini.Eric Anholt
2006-12-11Move the overlay mode switch status updates to when we enable/disable crtcs.Eric Anholt
2006-12-11Remove remnants of old savedCurrentMode hack. Man, that was gross.Eric Anholt
2006-12-11Remove dead remnants of old clone mode support.Eric Anholt
2006-12-11Include i830.h to get M_T_* compat defines for older X Servers.Joshua J. Berry
2006-12-11Add error messages for previous silent DRI initialization failures.Eric Anholt
2006-12-06Merge branch 'modesetting-origin' into modesettingKeith Packard
2006-12-06Move vga restore to end of RestoreHWState.Keith Packard
2006-12-06Use DOUBLE_WIDE mode on all hardware.Keith Packard
2006-12-06Include render.h to get SubPixelUnknown define.Eric Anholt
2006-12-06Merge branch 'modesetting-origin' into modesettingKeith Packard
2006-12-06Harmless warning fix.Eric Anholt
2006-12-06Reduce dumpregs to X startup, after a mode set, and LeaveVT.Eric Anholt
2006-12-06Save/restore registers around calls in PreInit with register side-effects.Eric Anholt
2006-12-06Remove stale i830_tv_pre_set_mode. Replaced by generic dpms hook call.Eric Anholt
2006-12-06Save/restore more TV registers.Eric Anholt
2006-12-06Cannot modify DPLL register in output mode_set function.Keith Packard
2006-12-06Clean up SDVO multiplier debug outputKeith Packard
2006-12-06Merge branch 'modesetting' into nonrandr-setupnonrandr-setupKeith Packard
2006-12-06Merge branch 'generic-mode-set' into modesettingEric Anholt