aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_sdvo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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