aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_dp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-26i915: remove unneeded null checksDan Carpenter1-2/+2
2010-05-26drm/i915/dp: Add DPCD data to debug outputAdam Jackson1-0/+2
2010-05-26drm/i915/dp: Only enable enhanced framing if the sink supports itAdam Jackson1-3/+2
2010-05-18drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie1-0/+2
2010-04-20Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next into drm-core-nextDave Airlie1-91/+163
2010-04-18drm/i915: Don't touch PORT_HOTPLUG_EN in intel_dp_detect()Karsten Wiese1-10/+0
2010-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intelLinus Torvalds1-128/+128
2010-04-12drm/i915: convert DP/eDP driver to new encoder/connector structureZhenyu Wang1-27/+43
2010-04-12drm/i915: Set sync polarity correctly on DisplayPortAdam Jackson1-3/+6
2010-04-12drm/i915: Un-magic a DPCD register writeAdam Jackson1-1/+1
2010-04-12drm/i915: enable DP/eDP for Sandybridge/CougarpointZhenyu Wang1-19/+112
2010-04-12drm/i915: Remove dead KMS encoder save/restore code.Eric Anholt1-30/+0
2010-04-09drm/i915: change intel_ddc_get_modes() function parametersZhenyu Wang1-1/+1
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 intel_output to intel_encoder.Eric Anholt1-128/+128
2010-02-26drm/i915: More s/IS_IRONLAKE/HAS_PCH_SPLIT for Sandybridge.Eric Anholt1-3/+3
2010-01-15drm/i915: fix eDP pipe maskZhenyu Wang1-4/+3
2010-01-15drm/i915: fix pixel color depth setting on eDPZhenyu Wang1-4/+12
2010-01-12drm/i915: Don't use the child device parsed from VBT to setup HDMI/DPZhao Yakui1-51/+1
2009-12-16drm/i915: only enable hotplug for detected outputsJesse Barnes1-0/+6
2009-12-08Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie1-22/+74
2009-12-08drm/intel: refactor DP i2c support and DP common header to drm helperDave Airlie1-6/+66
2009-12-07drm/i915: Fix product names and #definesAdam Jackson1-10/+10
2009-12-01drm/i915: Declare the new VBT parsing functions as staticZhao Yakui1-1/+1
2009-12-01drm/i915: Add the missing clonemask for display port on IronlakeZhao Yakui1-3/+3
2009-12-01drm/i915: fix the incorrect condition judgement in dp_is_present_in_vbtZhao Yakui1-3/+3
2009-11-30drm/i915: Don't set up DP ports that aren't in the BIOS device table.Zhao Yakui1-1/+52
2009-11-05drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMSZhao Yakui1-5/+6
2009-10-19drm/i915: quiet DP i2c initZhenyu Wang1-1/+1
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-09-08drm/i915: fix mask bits settingZhenyu Wang1-1/+1
2009-08-24drm/i915: Set crtc/clone mask in different output devicesMa Ling1-0/+12
2009-07-29drm/i915: Add eDP support on IGDNG mobile chipZhenyu Wang1-7/+105
2009-07-29drm/i915: enable DisplayPort support on IGDNGZhenyu Wang1-19/+83
2009-07-29drm/i915: Fix channel ending action for DP aux transactionZhenyu Wang1-4/+4
2009-07-01drm/i915: Make driver less chattyKeith Packard1-4/+7
2009-06-18drm/i915: Generate 2MHz clock for display port aux channel I/O. Retry I/O.Keith Packard1-32/+70
2009-06-18drm/i915: Clarify error returns from display port aux channel I/OKeith Packard1-7/+13
2009-06-18drm/i915: Use hotplug callback to retrain DP linkKeith Packard1-2/+13
2009-06-18drm/i915: Add Display Port supportKeith Packard1-0/+1098