aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_sdvo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-26drm/i915: Use a dmi quirk to skip a broken SDVO TV output.Zhao Yakui1-1/+22
2010-01-29drm/i915: Add support for SDVO composite TVZhao Yakui1-0/+8
2010-01-12drm/i915: try another possible DDC bus for the SDVO device with multiple outputsZhao Yakui1-0/+26
2010-01-12drm/i915: Read the response after issuing DDC bus switch commandZhao Yakui1-4/+53
2009-12-16drm/i915: only enable hotplug for detected outputsJesse Barnes1-0/+3
2009-12-10Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-10/+4
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-12-01drm/i915: Add 30ms delay to make SDVO TV detection reliable.Zhao Yakui1-0/+4
2009-11-05drm/i915: Enable the SDVO debug code, which is now under DEBUG_KMS.Eric Anholt1-10/+0
2009-09-10drm/i915: Add the missing clone_mask for SDVO-VGA(RGB1)Zhao Yakui1-0/+2
2009-09-10drm/i915: Add the brightness property for SDVO-LVDSZhao Yakui1-6/+8
2009-09-10drm/i915: Add the enhancement property for SDVO-TVZhao Yakui1-5/+495
2009-09-07Merge intel drm-intel-next branchDave Airlie1-69/+238
2009-09-04drm/I915: Use the CRT DDC to get the EDID for DVI-connector on MacKeith Packard1-22/+74
2009-09-04drm/i915: Enable PAL and SECAM format and add the propery for SDVO-TVZhao Yakui1-48/+153
2009-08-24drm/i915: Set crtc/clone mask in different output devicesMa Ling1-0/+11
2009-08-24drm/i915: Fix typo that broke SVID1 in intel_sdvo_multifunc_encoder()Roel Kluin1-1/+1
2009-08-20Merge Linus master to drm-nextDave Airlie1-81/+171
2009-08-04drm: Remove the unused prefix in DRM_DEBUG_KMS/DRIVER/MODEZhao Yakui1-19/+16
2009-07-30drm/i915: Return disconnected for SDVO DVI when there's no digital EDID.ling.ma@intel.com1-6/+21
2009-07-29drm/i915: Choose real sdvo output according to result from detectionling.ma@intel.com1-78/+153
2009-07-01drm/i915: enable sdvo lvds scaling function.ling.ma@intel.com1-12/+102
2009-06-18drm/i915: Clean up SDVO i2c handlingKeith Packard1-33/+21
2009-06-18drm/i915: Change I2C api to pass around i2c_adaptersKeith Packard1-26/+26
2009-06-12Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-35/+75
2009-06-11drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMS in intel_sdvoyakui_zhao1-32/+35
2009-06-05drm/i915: Initialize the SDVO device based on the sdvo info parsed from VBTyakui_zhao1-3/+40
2009-06-04drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_dpms.Keith Packard1-0/+1
2009-05-22drm/i915: Use an I2C algo to do the flip to SDVO DDC bus.Ma Ling1-4/+63
2009-05-22drm/i915: Determine type before initialising connectorJonas Bonn1-19/+10
2009-05-22drm/i915: Return SDVO LVDS VBT mode if no EDID modes are detected.Ma Ling1-0/+41
2009-04-08drm/i915: sync hdmi detection by hdmi identifier with 2DMa Ling1-2/+20
2009-04-01drm/i915: Fix SDVO TV supportZhenyu Wang1-52/+88
2009-04-01drm/i915: Fix SDVO CREATE_PREFERRED_INPUT_TIMING commandZhenyu Wang1-0/+3
2009-04-01drm/i915: Fix error in SDVO DTD and modeline convertZhenyu Wang1-21/+4
2009-04-01drm/i915: Fix SDVO command debug functionZhenyu Wang1-12/+13
2009-02-20drm/i915: Storage class should be before const qualifierTobias Klauser1-1/+1
2009-02-08drm/i915: sync SDVO code with stable userland modesetting driverJesse Barnes1-98/+772
2009-01-07drm/i915: Add support for integrated HDMI on G4X hardware.Eric Anholt1-4/+4
2008-12-29drm/i915: fix sparse warnings: make symbols staticHannes Eder1-4/+5
2008-12-29DRM: i915: add mode setting supportJesse Barnes1-0/+1127