summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-11-02Disable the panel fitter when not using it. Cleans up SDVO DVI output.Keith Packard
2006-11-02Add another couple of new registersKeith Packard
2006-11-02Remove duplicated register defs that were just added.Eric Anholt
2006-11-02Add airlied's I2C code, ifdeffed out.Eric Anholt
2006-11-02Remove dead specifiedMonitor field.Eric Anholt
2006-11-02Dump more registers for debug purposesKeith Packard
2006-11-02Add a few more registers from the 965 specKeith Packard
2006-11-02ch7xxxSaveRegs receives real type instead of void *Keith Packard
2006-11-01Remove dead VESARec struct.Eric Anholt
2006-11-01Remove the refresh rate appended to some mode names.Eric Anholt
2006-11-01Attempt to pull monitor physical size information out of DDC EDID data.Eric Anholt
2006-11-01Move mode lists from per-pipe to per-output.Eric Anholt
2006-11-01Update for the move of RandR phyiscal size information.Eric Anholt
2006-11-01walk around to VBIOS bug in Crestline B0Zou Nanhai
2006-10-31Give each output a get_modes function and expose those modes through RandR.Eric Anholt
2006-10-31Add compat definitions for M_T_PREFERRED and M_T_DRIVER for older X Servers.Eric Anholt
2006-10-31Connect output detection up to RandR.Eric Anholt
2006-10-31Move output connection detection to a per-output method.Eric Anholt
2006-10-31Move SDVOB_PRESERVE_MASK next to SDVOC_PRESERVE_MASK.Eric Anholt
2006-10-31i830SetLVDSPanelPower is now a static function in i830_lvds.c, so remove it.Eric Anholt
2006-10-31Fix many inconsistencies in the SDVO code compared to the spec.Eric Anholt
2006-10-30Remove some dead code from BIOS modesetting.Eric Anholt
2006-10-30Remove GetBIOSVersion().Eric Anholt
2006-10-30Warning fix.Eric Anholt
2006-10-30Remove SetPipeAccess and now-unnecessary VBE reinit.Eric Anholt
2006-10-30Use the new fields for SDVO pixel multiply on the G965.Eric Anholt
2006-10-30Return and use valid status bits for i830_sdvo_get_trained_inputs().Eric Anholt
2006-10-30Clean up whitespace in i830_randr.c.Eric Anholt
2006-10-30Bug 8594: Fix Xv hang with G965Wang Zhenyu
2006-10-27Add support for the new DRM memory manager.Thomas Hellstrom
2006-10-26Major cleanup of 3D invariant state, fixing hangs with rotation and render.Eric Anholt
2006-10-26Note alignment requirement for i915 3D (texturing).Eric Anholt
2006-10-26Don't write unused values beyond the end of scale_units array.Eric Anholt
2006-10-25Move vbeInfo out of the driver struct to the one place it's used.Eric Anholt
2006-10-25Remove dead memsize reporting.Eric Anholt
2006-10-25Remove disabled I830DetectMonitorChange().Eric Anholt
2006-10-25Move LVDS initialization and blacklisting damage to the LVDS support file.Eric Anholt
2006-10-25Clean up the SDVO code.Eric Anholt
2006-10-25Nuke trailing whitespace in SDVO code not already cleaned up.Eric Anholt
2006-10-25Clean up SDVO code, moving the private structure internal and cleaning up caps.Eric Anholt
2006-10-24Merge branch 'modesetting-origin' into modesettingKeith Packard
2006-10-23Merge branch 'overhaul' into modesettingEric Anholt
2006-10-23Add work-in-progress integrated TV-out support.Eric Anholt
2006-10-23Add some MergedFB checks for accelerator limitationsAlan Hourihane
2006-10-17Don't crash if SetCursorPosition is called with pScrn->currentMode == NULL.Michel Dänzer
2006-10-16Add a per-output mode-valid method.Eric Anholt
2006-10-13Advertise textured video adapter firstKeith Packard
2006-10-13* New upstream versionDavid Nusinow
2006-10-13Make VIDEO_DEBUG into a configure optionAlan Hourihane
2006-10-13Bump to 1.7.2Alan Hourihane