summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_dp.c
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/i915: Move common PCH_PP_CONTROL setup to ironlake_get_pp_controlKeith Packard2011-11-171-18/+19
| * drm/i915: Use mode_config.mutex in ironlake_panel_vdd_workKeith Packard2011-11-011-2/+2
* | gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker2011-11-011-0/+1
|/
* drm/i915/dp: Fix eDP on PCH DP on CPT/PPTAdam Jackson2011-10-211-6/+6
* drm/i915/dp: Introduce is_cpu_edp()Adam Jackson2011-10-211-2/+13
* drm/i915: add DP test request handlingJesse Barnes2011-10-211-0/+37
* drm/i915: read full receiver capability field during DP hot plugJesse Barnes2011-10-211-2/+2
* drm/i915/dp: Remove eDP special cases from bandwidth checksAdam Jackson2011-10-211-18/+2Star
* drm/i915/dp: Fix the math in intel_dp_link_requiredAdam Jackson2011-10-211-5/+21
* drm/i915: export a CPT mode set verification functionJesse Barnes2011-10-211-0/+5
* drm/i915: support 3 pipes on IVB+Jesse Barnes2011-10-211-1/+1
* Merge branch 'edp-training-fixes' into drm-intel-nextKeith Packard2011-10-201-115/+358
|\
| * drm/i915: No need to wait for eDP power off delay if panel is onKeith Packard2011-10-121-0/+9
| * drm/i915: Restrict ILK-specific eDP power hack to ILKKeith Packard2011-10-121-22/+34
| * drm/i915: Disable eDP VDD in a delayed work proc instead of synchronouslyKeith Packard2011-10-061-25/+101
| * drm/i915: Create helper functions to determine eDP power stateKeith Packard2011-10-061-13/+26
| * drm/i915: edp_panel_on does not need to return a boolKeith Packard2011-10-061-4/+2Star
| * drm/i915: Move eDP panel fixed mode from dev_priv to intel_dpKeith Packard2011-10-061-19/+16Star
| * drm/i915: Correct eDP panel power sequencing delay computationsKeith Packard2011-10-061-35/+100
| * drm/i915: Ensure eDP powered up during DP_SET_POWER operation in dp_prepareKeith Packard2011-10-061-0/+2
| * drm/i915: Enable eDP panel power during I2C initialization sequenceKeith Packard2011-10-061-1/+9
| * drm/i915: Wrap DP EDID fetch functions to enable eDP panel powerKeith Packard2011-10-061-3/+28
| * drm/i915: Delay DP i2c initialization until panel power timings are computedKeith Packard2011-10-061-2/+2
| * drm/i915: Ensure panel is on during DPMS offKeith Packard2011-10-061-0/+2
| * drm/i915: Turn force VDD back off when panel running in intel_dp_dpmsKeith Packard2011-10-011-1/+2
| * drm/i915: Check for eDP inside edp panel on/off funcsKeith Packard2011-10-011-14/+15
| * drm/i915: Unlock PCH_PP_CONTROL alwaysKeith Packard2011-10-011-1/+13
| * drm/i915: Check eDP power when doing aux channel communicationsKeith Packard2011-10-011-0/+22
| * drm/i915: Only use VBT panel mode on eDP if no EDID is foundKeith Packard2011-10-011-10/+10
* | drm/i915: pass ELD to HDMI/DP audio driverWu Fengguang2011-09-211-1/+5
* | Drivers: i915: Fix all space related issues.Akshay Joshi2011-09-201-13/+13
|/
* Not all systems expose a firmware or platform mechanism for changing the back...Matthew Garrett2011-08-151-0/+7
* Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard2011-08-031-4/+11
|\
| * Revert "drm/i915/dp: Zero the DPCD data before connection probe"Keith Packard2011-08-031-1/+0Star
| * drm/i915/dp: wait for previous AUX channel activity to clearJesse Barnes2011-08-021-3/+11
* | Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard2011-07-291-22/+33
|\|
| * Revert and fix "drm/i915/dp: remove DPMS mode tracking from DP"Keith Packard2011-07-291-0/+8
| * drm/i915: In intel_dp_init, replace read of DPCD with intel_dp_get_dpcdKeith Packard2011-07-291-5/+3Star
| * drm/i915: Rename i915_dp_detect_common to intel_dp_get_dpcdKeith Packard2011-07-291-9/+15
| * drm/i915: Use dp_detect_common in hotplug helper functionKeith Packard2011-07-291-20/+19Star
* | Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard2011-07-261-6/+14
|\|
| * drm/i915/dp: Don't turn CPT DP ports on too earlyAdam Jackson2011-07-261-4/+10
| * drm/i915/dp: Explicitly disable symbol scrambling while trainingAdam Jackson2011-07-261-2/+4
* | Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard2011-07-251-21/+24
|\|
| * drm/i915/dp: Explicitly request 8/10 channel codingAdam Jackson2011-07-251-0/+1
| * drm/i915/dp: Retry DPCD fetch on G4X tooAdam Jackson2011-07-251-18/+15Star
| * drm/i915/dp: Better hexdump of DPCDAdam Jackson2011-07-251-4/+4
| * drm/i915/dp: Read more DPCD registers on connection probeAdam Jackson2011-07-251-3/+5
| * drm/i915/dp: Move DPCD dump to common code instead of PCH-onlyAdam Jackson2011-07-251-2/+4
| * drm/i915/dp: Zero the DPCD data before connection probeAdam Jackson2011-07-251-0/+1