summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_dp.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Validate the mode for eDP by using fixed panel sizeZhao Yakui2010-08-021-0/+12
* drm/i915: Always use the fixed panel timing for eDPZhao Yakui2010-08-021-0/+26
* drm/i915: Add fixed panel mode parsed from EDID for eDP without fixed mode in...Zhao Yakui2010-08-021-1/+15
* drm/i915: Initialize LVDS and eDP outputs before anything elseAdam Jackson2010-08-021-1/+1
* drm/i915/dp: Correctly report eDP in the core connector typeAdam Jackson2010-08-021-12/+14
* drm/i915/dp: Rename has_edp to is_pch_edp to reflect its real meaningAdam Jackson2010-08-021-4/+4
* drm/i915: apply DP bandwidth workaround for PCH eDP as wellJesse Barnes2010-08-021-1/+1
* Merge remote branch 'origin/master' into drm-intel-nextEric Anholt2010-08-021-2/+51
|\
| * drm/i915: make sure we shut off the panel in eDP configsJesse Barnes2010-07-271-1/+1
| * drm/i915: make sure eDP panel is turned onJesse Barnes2010-07-261-2/+51
* | drm/i915: Add the support of eDP on DP-D for Ibex/CPTZhao Yakui2010-08-021-9/+62
|/
* i915: fix ironlake edp panel setup (v4)Dave Airlie2010-07-021-3/+24
* i915: remove unneeded null checksDan Carpenter2010-05-261-2/+2
* drm/i915/dp: Add DPCD data to debug outputAdam Jackson2010-05-261-0/+2
* drm/i915/dp: Only enable enhanced framing if the sink supports itAdam Jackson2010-05-261-3/+2Star
* drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie2010-05-181-0/+2
* Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next ...Dave Airlie2010-04-201-91/+163
|\
| * drm/i915: Don't touch PORT_HOTPLUG_EN in intel_dp_detect()Karsten Wiese2010-04-191-10/+0Star
| * drm/i915: convert DP/eDP driver to new encoder/connector structureZhenyu Wang2010-04-121-27/+43
| * drm/i915: Set sync polarity correctly on DisplayPortAdam Jackson2010-04-121-3/+6
| * drm/i915: Un-magic a DPCD register writeAdam Jackson2010-04-121-1/+1
| * drm/i915: enable DP/eDP for Sandybridge/CougarpointZhenyu Wang2010-04-121-19/+112
| * drm/i915: Remove dead KMS encoder save/restore code.Eric Anholt2010-04-121-30/+0Star
| * drm/i915: change intel_ddc_get_modes() function parametersZhenyu Wang2010-04-091-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-04-171-128/+128
|\|
| * drm/i915: Rename intel_output to intel_encoder.Eric Anholt2010-03-251-128/+128
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* drm/i915: More s/IS_IRONLAKE/HAS_PCH_SPLIT for Sandybridge.Eric Anholt2010-02-261-3/+3
* drm/i915: fix eDP pipe maskZhenyu Wang2010-01-151-4/+3Star
* drm/i915: fix pixel color depth setting on eDPZhenyu Wang2010-01-151-4/+12
* drm/i915: Don't use the child device parsed from VBT to setup HDMI/DPZhao Yakui2010-01-121-51/+1Star
* drm/i915: only enable hotplug for detected outputsJesse Barnes2009-12-161-0/+6
* Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie2009-12-081-22/+74
|\
| * drm/i915: Fix product names and #definesAdam Jackson2009-12-071-10/+10
| * drm/i915: Declare the new VBT parsing functions as staticZhao Yakui2009-12-021-1/+1
| * drm/i915: Add the missing clonemask for display port on IronlakeZhao Yakui2009-12-021-3/+3
| * drm/i915: fix the incorrect condition judgement in dp_is_present_in_vbtZhao Yakui2009-12-021-3/+3
| * drm/i915: Don't set up DP ports that aren't in the BIOS device table.Zhao Yakui2009-12-011-1/+52
| * drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMSZhao Yakui2009-11-051-5/+6
* | drm/intel: refactor DP i2c support and DP common header to drm helperDave Airlie2009-12-081-6/+66
|/
* drm/i915: quiet DP i2c initZhenyu Wang2009-10-191-1/+1
* trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
* drm/i915: fix mask bits settingZhenyu Wang2009-09-081-1/+1
* drm/i915: Set crtc/clone mask in different output devicesMa Ling2009-08-251-0/+12
* drm/i915: Add eDP support on IGDNG mobile chipZhenyu Wang2009-07-301-7/+105
* drm/i915: enable DisplayPort support on IGDNGZhenyu Wang2009-07-301-19/+83
* drm/i915: Fix channel ending action for DP aux transactionZhenyu Wang2009-07-301-4/+4
* drm/i915: Make driver less chattyKeith Packard2009-07-021-4/+7
* drm/i915: Generate 2MHz clock for display port aux channel I/O. Retry I/O.Keith Packard2009-06-191-32/+70
* drm/i915: Clarify error returns from display port aux channel I/OKeith Packard2009-06-191-7/+13