aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_sdvo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-21drm/i915: wait for actual vblank, not just 20msJesse Barnes1-1/+2
2010-08-09drm/i915/sdvo: Only set is_lvds if we have a valid fixed mode.Chris Wilson1-7/+3
2010-08-09drm/i915/sdvo: Markup a few constant strings.Chris Wilson1-2/+2
2010-08-09drm/i915/sdvo: Add dot crawl propertyChris Wilson1-0/+24
2010-08-09drm/i915/sdvo: Add missing TV filtersChris Wilson1-360/+284
2010-08-09drm/i915/sdvo: Check for allocation failure when constructing propertiesChris Wilson1-2/+38
2010-08-09drm/i915/sdvo: Use an integer mapping for supported tv format modesChris Wilson1-23/+11
2010-08-09drm/i915/sdvo: Propagate errors from reading/writing control bus.Chris Wilson1-551/+379
2010-08-09drm/i915: Subclass intel_connector.Chris Wilson1-146/+130
2010-08-09drm/i915: Subclass intel_encoder.Chris Wilson1-502/+470
2010-08-05Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-3/+5
2010-08-01drm/i915/sdvo: Set sync polarity based on actual modeAdam Jackson1-3/+5
2010-07-20drm: i915: use ARRAY_SIZEKulikov Vasiliy1-2/+2
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