summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_dp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21Merge branch 'edp-training-fixes' into drm-intel-nextKeith Packard1-115/+358
2011-10-12drm/i915: No need to wait for eDP power off delay if panel is onKeith Packard1-0/+9
2011-10-12drm/i915: Restrict ILK-specific eDP power hack to ILKKeith Packard1-22/+34
2011-10-06drm/i915: Disable eDP VDD in a delayed work proc instead of synchronouslyKeith Packard1-25/+101
2011-10-06drm/i915: Create helper functions to determine eDP power stateKeith Packard1-13/+26
2011-10-06drm/i915: edp_panel_on does not need to return a boolKeith Packard1-4/+2
2011-10-06drm/i915: Move eDP panel fixed mode from dev_priv to intel_dpKeith Packard1-19/+16
2011-10-06drm/i915: Correct eDP panel power sequencing delay computationsKeith Packard1-35/+100
2011-10-06drm/i915: Ensure eDP powered up during DP_SET_POWER operation in dp_prepareKeith Packard1-0/+2
2011-10-06drm/i915: Enable eDP panel power during I2C initialization sequenceKeith Packard1-1/+9
2011-10-06drm/i915: Wrap DP EDID fetch functions to enable eDP panel powerKeith Packard1-3/+28
2011-10-06drm/i915: Delay DP i2c initialization until panel power timings are computedKeith Packard1-2/+2
2011-10-06drm/i915: Ensure panel is on during DPMS offKeith Packard1-0/+2
2011-10-01drm/i915: Turn force VDD back off when panel running in intel_dp_dpmsKeith Packard1-1/+2
2011-10-01drm/i915: Check for eDP inside edp panel on/off funcsKeith Packard1-14/+15
2011-10-01drm/i915: Unlock PCH_PP_CONTROL alwaysKeith Packard1-1/+13
2011-10-01drm/i915: Check eDP power when doing aux channel communicationsKeith Packard1-0/+22
2011-10-01drm/i915: Only use VBT panel mode on eDP if no EDID is foundKeith Packard1-10/+10
2011-09-22drm/i915: pass ELD to HDMI/DP audio driverWu Fengguang1-1/+5
2011-09-20Drivers: i915: Fix all space related issues.Akshay Joshi1-13/+13
2011-08-15Not all systems expose a firmware or platform mechanism for changing the back...Matthew Garrett1-0/+7
2011-08-03Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard1-4/+11
2011-08-03Revert "drm/i915/dp: Zero the DPCD data before connection probe"Keith Packard1-1/+0
2011-08-02drm/i915/dp: wait for previous AUX channel activity to clearJesse Barnes1-3/+11
2011-07-29Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard1-22/+33
2011-07-29Revert and fix "drm/i915/dp: remove DPMS mode tracking from DP"Keith Packard1-0/+8
2011-07-29drm/i915: In intel_dp_init, replace read of DPCD with intel_dp_get_dpcdKeith Packard1-5/+3
2011-07-29drm/i915: Rename i915_dp_detect_common to intel_dp_get_dpcdKeith Packard1-9/+15
2011-07-29drm/i915: Use dp_detect_common in hotplug helper functionKeith Packard1-20/+19
2011-07-26Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard1-6/+14
2011-07-26drm/i915/dp: Don't turn CPT DP ports on too earlyAdam Jackson1-4/+10
2011-07-26drm/i915/dp: Explicitly disable symbol scrambling while trainingAdam Jackson1-2/+4
2011-07-26Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard1-21/+24
2011-07-25drm/i915/dp: Explicitly request 8/10 channel codingAdam Jackson1-0/+1
2011-07-25drm/i915/dp: Retry DPCD fetch on G4X tooAdam Jackson1-18/+15
2011-07-25drm/i915/dp: Better hexdump of DPCDAdam Jackson1-4/+4
2011-07-25drm/i915/dp: Read more DPCD registers on connection probeAdam Jackson1-3/+5
2011-07-25drm/i915/dp: Move DPCD dump to common code instead of PCH-onlyAdam Jackson1-2/+4
2011-07-25drm/i915/dp: Zero the DPCD data before connection probeAdam Jackson1-0/+1
2011-07-08Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard1-27/+91
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-07-08drm/i915: use pipe bpp in DP link bandwidth calculationJesse Barnes1-5/+7
2011-07-08drm/i915: use pipe bpp in DP link bandwidth calculationsJesse Barnes1-3/+2
2011-06-04drm/i915: Share the common force-audio property between connectorsChris Wilson1-13/+2