summaryrefslogtreecommitdiff
path: root/src/i830_sdvo.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-06Remove UMS support.Eric Anholt1-2443/+0
2009-09-22Check whether the DVI-I/D is connected or disconnected based on EDIDZhao Yakui1-0/+3
2009-07-08enable sdvo lvds scaling functionling.ma@intel.com1-12/+81
2009-06-15GFX: Initialize the SDVO device based on the valid slave addressZhao Yakui1-4/+68
2009-06-03Provide mode line from VBT to xorg.Ma Ling1-15/+45
2009-04-24SDVO: switch bus once for i2c transferZhenyu Wang1-2/+10
2009-04-21free allocated name inside sdvo_destroyZdenek Kabelac1-0/+1
2009-04-21Staticize a bunch of functions and variables in the driver.Eric Anholt1-2/+8
2009-04-13set broadcast RGB mode for HDMI and TMDS from SDVOX outputMa Ling1-0/+93
2009-04-01SDVO: fix output flag dumping for unknown typeZhenyu Wang1-1/+1
2009-04-01SDVO: add composite TV out supportHugo Jacques1-0/+8
2009-03-12Revert "SDVO: Switch control bus only before DDC access"Zhenyu Wang1-4/+4
2009-03-12SDVO: reset privates before output setupZhenyu Wang1-0/+4
2009-03-10SDVO: fix pixel multiplier setting for TVZhenyu Wang1-1/+6
2009-03-05SDVO: handle multifunction encoder (try 2)Zhenyu Wang1-65/+160
2009-03-03SDVO: only check digital monitor when EDID existsZhenyu Wang1-1/+1
2009-02-13SDVO: Switch control bus only before DDC accessZhenyu Wang1-4/+4
2009-02-13SDVO: Fix TV supportZhenyu Wang1-20/+43
2009-02-13SDVO: fix CREATE_PREFERRED_INPUT_TIMING commandZhenyu Wang1-0/+3
2009-02-13SDVO: fix usage for SET_TV_FORMAT and GET_SDTV_RESOLUTION_SUPPORT commandZhenyu Wang1-2/+10
2009-02-13SDVO: fix error in modeline and DTD convertZhenyu Wang1-21/+4
2009-02-13SDVO: check EDID info for DVI-IZhenyu Wang1-4/+18
2009-02-13SDVO: Fix for HDMI encode and audio setup (try 5)Zhenyu Wang1-23/+66
2008-12-29Add support for SDVO LVDS.Henry unbongo1-0/+8
2008-12-22SDVO: reset pixel repeat in avi frameMa Ling1-1/+0
2008-11-13enable Intel G35 SDVO HDMI audio outputMa Ling1-4/+6
2008-11-06SDVO: add command for set monitor power stateZhenyu Wang1-1/+2
2008-11-06SDVO: add GetScaledHDTVResolutionSupport commandZhenyu Wang1-0/+2
2008-10-16Fix Mac mini crash in DDC mode probeAdam Jackson1-0/+2
2008-08-06Fix SDVO HDMI encoding detect (#16920)Zhenyu Wang1-4/+26
2008-07-31Fix SDVO reg definitionZhenyu Wang1-1/+8
2008-06-25Fix SDVO HDMI output.Hong Liu1-8/+225
2008-06-19Fix a crash in i830_sdvo_init error paths by setting up dev_priv earlier.Eric Anholt1-2/+3
2008-06-19Automatically detect the presence of HDMI.Eric Anholt1-9/+10
2008-06-04Set SDVO sync polarity to default on 965Hong Liu1-1/+3
2008-04-09SDVO: Rename output_dtd variable to input_dtd, which is its new job.Eric Anholt1-6/+8
2008-04-09SDVO: Set adjusted_mode in mode_fixup from the preferred input timings for TV.Eric Anholt1-55/+155
2008-04-09SDVO: Fix lols TV mode list handling.Eric Anholt1-5/+4
2008-04-09SDVO: Use the TV reference clock for SDVO TV outputs.Eric Anholt1-0/+1
2008-04-02SDVO: Fix DDC bus selection based on output priority list.Hong Liu1-3/+62
2008-04-02SDVO: Fix mixups with input and output channels.Eric Anholt1-46/+62
2008-04-02SDVO: Handle RGB outputs that are really TV outputs, and select a TV format.Eric Anholt1-22/+107
2008-04-02Add WIP SDVO TV-out support.Eric Anholt1-11/+106
2008-03-26More compile warning fixes.Paulo Cesar Pereira de Andrade1-0/+2
2008-03-17Add support for new ->get_crtc output callbacksJesse Barnes1-1/+16
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt1-50/+52
2008-03-07Avoid setting reserved bits in SDVOx on everything 965-class.Eric Anholt1-1/+1
2008-02-05Bug 10584: Mac Mini EDID data assigned to TMDS outputHong Liu1-4/+12
2008-01-09Add new integrated graphics chipset idsZhenyu Wang1-1/+1
2007-12-13i830_sdvo_mode_valid: Fix return values to match what we actually check.Adam Jackson1-2/+2