aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_sdvo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-26i915/intel_sdvo: remove unneeded null checkDan Carpenter1-1/+1
2010-05-19Merge remote branch 'anholt/drm-intel-next' into drm-nextDave Airlie1-56/+30
2010-05-18drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie1-0/+2
2010-05-10drm/i915: Be extra careful about A/D matching for multifunction SDVOAdam Jackson1-24/+21
2010-05-10drm/i915: Fix DDC bus selection for multifunction SDVOAdam Jackson1-32/+9
2010-04-20Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next into drm-core-nextDave Airlie1-468/+465
2010-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intelLinus Torvalds1-363/+368
2010-04-12drm/i915: Fix the incorrect argument for SDVO SET_TV_format commandZhao Yakui1-1/+1
2010-04-12drm/i915: Add support of SDVO on Ibexpeak PCHZhao Yakui1-13/+31
2010-04-12Revert "drm/i915: Use a dmi quirk to skip a broken SDVO TV output."Zhenyu Wang1-21/+1
2010-04-12drm/i915: implement multifunction SDVO device supportZhenyu Wang1-236/+375
2010-04-12drm/i915: convert SDVO driver to new encoder/connector structureZhenyu Wang1-66/+94
2010-04-12drm/i915: Remove dead KMS encoder save/restore code.Eric Anholt1-161/+0
2010-04-09drm/i915: change intel_ddc_get_modes() function parametersZhenyu Wang1-10/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-25drm/i915: Rename many remaining uses of "output" to encoder or connector.Eric Anholt1-88/+93
2010-03-25drm/i915: Rename intel_output to intel_encoder.Eric Anholt1-286/+286
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