summaryrefslogtreecommitdiff
path: root/src/i830_sdvo.c
AgeCommit message (Expand)Author
2008-08-06Fix SDVO HDMI encoding detect (#16920)Zhenyu Wang
2008-08-01Fix SDVO reg definitionZhenyu Wang
2008-06-26Fix SDVO HDMI output.Hong Liu
2008-06-26Fix a crash in i830_sdvo_init error paths by setting up dev_priv earlier.Eric Anholt
2008-06-26Automatically detect the presence of HDMI.Eric Anholt
2008-06-04Set SDVO sync polarity to default on 965Hong Liu
2008-04-09SDVO: Rename output_dtd variable to input_dtd, which is its new job.Eric Anholt
2008-04-09SDVO: Set adjusted_mode in mode_fixup from the preferred input timings for TV.Eric Anholt
2008-04-09SDVO: Fix lols TV mode list handling.Eric Anholt
2008-04-09SDVO: Use the TV reference clock for SDVO TV outputs.Eric Anholt
2008-04-02SDVO: Fix DDC bus selection based on output priority list.Hong Liu
2008-04-02SDVO: Fix mixups with input and output channels.Eric Anholt
2008-04-02SDVO: Handle RGB outputs that are really TV outputs, and select a TV format.Eric Anholt
2008-04-02Add WIP SDVO TV-out support.Eric Anholt
2008-03-26More compile warning fixes.Paulo Cesar Pereira de Andrade
2008-03-17Add support for new ->get_crtc output callbacksJesse Barnes
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt
2008-03-07Avoid setting reserved bits in SDVOx on everything 965-class.Eric Anholt
2008-02-05Bug 10584: Mac Mini EDID data assigned to TMDS outputHong Liu
2008-01-09Add new integrated graphics chipset idsZhenyu Wang
2007-12-13i830_sdvo_mode_valid: Fix return values to match what we actually check.Adam Jackson
2007-06-19Fix left G33 issuesWang Zhenyu
2007-06-15sdvo: add support for RGB outputs on SDVODave Airlie
2007-05-17Make each output control clones/crtcs. Split DVO into LVDS, TMDS, TV.Keith Packard
2007-04-19Use I2C delay function instead of usleep.Keith Packard
2007-04-18Fix return statusAlan Hourihane
2007-04-18Update read_response to include the try on PENDING statusAlan Hourihane
2007-04-17Check for the PENDING message when reading the attachedAlan Hourihane
2007-04-03Move a bunch of debugging verbosity under Option "ModeDebug".Eric Anholt
2007-03-20Merge branch 'master' of git://proxy.ims.intel.com:9419/git/xorg/driver/xf86-...Wang Zhenyu
2007-03-18Make i830_sdvo_write_sdvox write everything twice.Keith Packard
2007-03-13Get SDVO DPMS working on the Mac Mini by writing SDVOB and SDVOC together.Eric Anholt
2007-03-13Use a POSTING_READ(reg) macro instead of using the (void)INREG(reg) pattern.Eric Anholt
2007-03-13Add write posting protection for the SDVO DPMS-on path.Eric Anholt
2007-03-13Fix uninitialized string use in SDVO non-TMDS case.Eric Anholt
2007-03-05Fix 965GM SDVO by not setting fields in SDVO[BC] which have new meanings.Eric Anholt
2007-03-04Support new CRTC/Output prepare/commit hooks.Keith Packard
2007-02-01Add "Ignore" option to per-output monitor, removes output from server.Keith Packard
2007-01-06More sparse cleanups:Jesse Barnes
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