summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-11-06Move PFIT_CONTROL disable for G965 up before post_set_mode.Eric Anholt
2006-11-03Report pipe status (and status mismatches) in i830DescribeOutputConfiguration()Eric Anholt
2006-11-03Merge branch 'modesetting-origin' into modesettingEric Anholt
2006-11-03Add support for load-based CRT detection.Eric Anholt
2006-11-03Print out modelines as info, not error (which had been used for debugging).Eric Anholt
2006-11-03Don't memset the modes pointer on init, which was dereferencing NULL.Eric Anholt
2006-11-03Create I830PipeRec to hold pipe-specific data. Remove unused I830 members.Keith Packard
2006-11-03Fix a pasteo in I965 register restore.Eric Anholt
2006-11-02set the v_sync_off_high to zero. XXX should check docsKeith Packard
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-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-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-16Add a per-output mode-valid method.Eric Anholt
2006-10-13Advertise textured video adapter firstKeith Packard
2006-10-10Only disable the output when marked disabled.Eric Anholt
2006-10-09Fix LVDS restore path, and move pipe assignment for outputs to the right place.Eric Anholt