summaryrefslogtreecommitdiff
path: root/src/i830_sdvo.c
AgeCommit message (Expand)Author
2007-01-03Allow initial position to be set in config file. Increase 965 max size.Keith Packard
2006-12-30Detect in ProbeModes. Let get_modes set edid. Prune interlace/dblscan.Keith Packard
2006-12-16Not restoring active outputs. Wait for input sync before enabling outputs.Keith Packard
2006-12-14Turn pll/pipe/plane on in crtc_set_modeKeith Packard
2006-12-13Move xf86CrtcConfig to ScrnInfo private.Keith Packard
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-12Correct typo in mac mini hack, and return modes when the hack is unnecessary.Eric Anholt
2006-12-12Fix mac mini SDVO output: write the SDVO[BC] enabled register state twice.Eric Anholt
2006-12-12Move the SDVO sync detection to after we've turned the port on.Eric Anholt
2006-12-12Set the SDVO port to on before sending the SDVO output on command.Eric Anholt
2006-12-12Add a hack for DDC on my Mac Mini.Eric Anholt
2006-12-06Cannot modify DPLL register in output mode_set function.Keith Packard
2006-12-06Merge branch 'modesetting' into nonrandr-setupnonrandr-setupKeith Packard
2006-12-06Use xf86 structures for default config instead of RandR.Keith Packard
2006-12-05WIP code to move mode set sequencing to XFree86 handlers.Eric Anholt
2006-12-01Fix copy'n'paste-o from restructure-outputs that resulted in crashes.Eric Anholt
2006-11-30Merge branch 'restructure-outputs' into modesetting.Keith Packard
2006-11-27Move crtc/output config to sub-structure.Keith Packard
2006-11-27Postpone SDVO DDC bus creation until we've detected the SDVO device.Eric Anholt
2006-11-27Reduce the severity of many informational log messages.Eric Anholt
2006-11-26Start output/crtc restructuring work. It compiles.Keith Packard
2006-11-20Enable second SDVO channel.Keith Packard
2006-11-10Fill in some of the high bits of mode timings for SDVO.Eric Anholt
2006-11-05Avoid crashing when disabling sdvo output. XXXKeith Packard
2006-11-02set the v_sync_off_high to zero. XXX should check docsKeith Packard
2006-11-01Move mode lists from per-pipe to per-output.Eric Anholt
2006-10-31Give each output a get_modes function and expose those modes through RandR.Eric Anholt
2006-10-31Move output connection detection to a per-output method.Eric Anholt
2006-10-31Fix many inconsistencies in the SDVO code compared to the spec.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-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-16Add a per-output mode-valid method.Eric Anholt
2006-10-09Move per-output mode setting code to per-output methods.Eric Anholt
2006-10-05Remove checks for output privates in various bits of code.Eric Anholt
2006-10-05Give each output type an init method in its file, making other methods static.Eric Anholt
2006-10-04Move the save, restore, and DPMS per-output settings to per-output files.Eric Anholt
2006-09-20Add standard C headers to fix build on some systems after xf86_ansic.h removal.Linus Torvals
2006-09-08Remove xf86_ansic.h usage.Eric Anholt
2006-08-04Fix a problem creating the I2C bus for the SDVOCAlan Hourihane
2006-06-26Clean up warnings.Eric Anholt
2006-06-21Detect SDVO display presence at startup and default to displaying to it, too.Eric Anholt
2006-06-21Add decoding of SDVO command names for debug output.Eric Anholt
2006-06-04Get sDVO output working on mac mini.Keith Packard
2006-05-18fixup I830SDVOGetActiveInputs to use return values not argsDave Airlie
2006-05-12add sdvo capability reading supportDave Airlie
2006-04-24Save/restore the output's SDVO reg. Note that we might be programming the otherEric Anholt