summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_dp.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-13drm/i915: DisplayPort hot remove notification to audio driverWu Fengguang1-0/+1
2011-11-11drm/i915: Wrap DP EDID fetch functions to enable eDP panel powerKeith Packard1-3/+28
2011-07-08drm/i915/dp: manage sink power state if possibleJesse Barnes1-0/+35
2011-07-08drm/i915/dp: consolidate AUX retry codeJesse Barnes1-21/+30
2011-07-08drm/i915/dp: remove DPMS mode tracking from DPJesse Barnes1-5/+1
2011-07-08drm/i915/dp: try to read receiver capabilities 3 times when detectingJesse Barnes1-5/+10
2011-07-08drm/i915/dp: read more receiver capability bits on hotplugJesse Barnes1-0/+11
2011-07-08drm/i915/dp: use DP DPCD defines when looking at DPCD valuesJesse Barnes1-8/+10
2011-07-08drm/i915/dp: retry link status read 3 times on failureJesse Barnes1-7/+13
2011-06-04drm/i915: Share the common force-audio property between connectorsChris Wilson1-13/+2
2011-05-04drm/i915/dp: Be paranoid in case we disable a DP before it is attachedChris Wilson1-2/+15
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-23drm/i915/dp: Correct the order of deletion for ghost eDP devicesTakashi Iwai1-2/+2
2011-03-07drm/i915/dp: Sanity check eDP existenceChris Wilson1-5/+8
2011-02-22drm/i915: Add support for limited color range of broadcast outputsChris Wilson1-2/+14
2011-02-16Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-6/+30
2011-02-16drm/i915: Move the lvds OpRegion lid detection code to panel and reuse for eDPChris Wilson1-3/+7
2011-02-11drm/i915: Trigger modesetting if force-audio changesChris Wilson1-6/+30
2011-02-08drm/i915: cleanup per-pipe reg usageJesse Barnes1-32/+13
2011-01-25drm/i915: use VDD AUX override to make panel power sequencing look betterJesse Barnes1-7/+58
2011-01-25drm/i915: remove now unnecessary delays in eDP panel power sequencingJesse Barnes1-10/+0
2011-01-11drm/i915: fix calculation of eDP signal levels on SandybridgeYuanhan Liu1-7/+16
2011-01-11drm/i915: make DP training try a little harderJesse Barnes1-4/+23
2010-12-09Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-7/+30
2010-12-08drm/i915/dp: Fix I2C/EDID handling with active DisplayPort to DVI converterDavid Flynn1-7/+30
2010-12-08Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-2/+5
2010-12-08drm/i915/dp: Only apply the workaround if the select is still activeChris Wilson1-2/+6
2010-12-05drm/i915/dp: Trivial code tidyChris Wilson1-3/+3
2010-12-03drm/i915: Apply a workaround for transitioning from DP on pipe B to HDMI.Eric Anholt1-0/+21
2010-11-30Revert "drm/i915/dp: use VBT provided eDP params if available"Chris Wilson1-89/+57
2010-10-27drm/i915: Fix typo from "Enable DisplayPort Audio"Takashi Iwai1-1/+1
2010-10-19drm/i915/dp: Add 'force_audio' propertyChris Wilson1-5/+69
2010-10-19drm/i915: Enable DisplayPort audioZhenyu Wang1-21/+41
2010-10-19drm/i915/dp: down the DP link even if the reg indicates it's already downJesse Barnes1-10/+6
2010-10-08drm/i915/dp: make eDP PLL functions work as advertisedJesse Barnes1-2/+4
2010-10-08drm/i915/dp: don't bother with DP PLL for PCH attached eDPJesse Barnes1-1/+1
2010-10-08drm/i915/dp: use VBT provided eDP params if availableJesse Barnes1-57/+89
2010-10-08drm/i915/dp: cache eDP DPCD dataJesse Barnes1-0/+20
2010-10-08drm/i915/dp: eDP power sequencing fixesJesse Barnes1-45/+32
2010-10-08drm/i915: remove broken intel_pch_has_edp functionJesse Barnes1-19/+0
2010-10-08drm/i915: add eDP checking functions for the display codeJesse Barnes1-0/+19
2010-10-08drm/i915/dp: correct eDP lane count and bppJesse Barnes1-2/+4
2010-10-08drm/i915/dp: remove redundant is_pch_edp checksJesse Barnes1-20/+16
2010-10-08drm/i915/dp: convert eDP checks to functions and documentJesse Barnes1-35/+57
2010-10-04drm/i915: mark display port DPMS state as 'ON' when enabling outputKeith Packard1-0/+1
2010-10-03Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-11/+12
2010-10-03drm/i915: vblank status not valid while training display portKeith Packard1-10/+9
2010-09-24drm/i915/dp: Wait for PP_CONTROL to take effect.Hette Visser1-0/+10
2010-09-24drm/i915: Parse the eDP link configuration from the vBIOSChris Wilson1-2/+2
2010-09-21Merge branch 'drm-intel-fixes' into HEADChris Wilson1-1/+1