summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_dp.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Drop schedule_back from psr_exitDaniel Vetter2014-06-191-4/+3
* drm/i915: Ditch intel_edp_psr_updateDaniel Vetter2014-06-191-13/+0
* drm/i915: Drop unecessary complexity from psr_inactivateDaniel Vetter2014-06-191-21/+3
* drm/i915: Add missing statics to recent psr functionsDaniel Vetter2014-06-171-2/+2
* drm/i915: update intel_dp_voltage_max commentPaulo Zanoni2014-06-161-5/+1
* drm/i915: update BDW DDI buffer translationsPaulo Zanoni2014-06-161-52/+3
* drm/i915: Force PSR exit by inactivating it.Rodrigo Vivi2014-06-131-10/+81
* drm/i915: BDW PSR: Remove DDIA limitation for Broadwell.Rodrigo Vivi2014-06-131-6/+21
* drm/i915: BDW PSR: Remove limitations that aren't valid for BDW.Rodrigo Vivi2014-06-131-0/+5
* drm/i915: BDW PSR: Add single frame update support.Rodrigo Vivi2014-06-131-0/+1
* drm/i915: Do not try to enable PSR when Panel doesn't suport it.Rodrigo Vivi2014-06-131-7/+7
* drm/i915: Don't let update_psr function actually enable PSR.Rodrigo Vivi2014-06-131-3/+7
* drm/i915: Use HAS_PSR to avoid unecessary interactions.Rodrigo Vivi2014-06-131-5/+8
* drm/i915/chv: Force clock buffer enablesVille Syrjälä2014-06-111-0/+19
* drm/i915/chv: Try to program the PHY used clock channel overridesVille Syrjälä2014-06-111-0/+46
* drm/i915: move psr_setup_done to psr structRodrigo Vivi2014-06-111-4/+2
* Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie2014-06-051-10/+48
|\
| * drm/i915/dp: force eDP lane count to max available lanes on BDWJani Nikula2014-05-151-1/+6
| * drm/i915: use lane count and link rate from VBT as minimums for eDPJani Nikula2014-05-071-7/+23
| * drm/i915: consider the source max DP lane count tooPaulo Zanoni2014-05-071-2/+18
| * drm/i915: don't try DP_LINK_BW_5_4 on HSW ULXPaulo Zanoni2014-04-301-1/+2
* | drm: convert crtc and connection_mutex to ww_mutex (v5)Rob Clark2014-06-051-7/+7
* | drm/dp: add a hw mutex around the transfer functions. (v2)Dave Airlie2014-06-051-5/+5
* | drm: Split connection_mutex out of mode_config.mutex (v3)Daniel Vetter2014-06-041-7/+8
* | drm/i915: replace drm_get_encoder_name() with direct name field useJani Nikula2014-06-041-1/+1
* | drm/i915: replace drm_get_connector_name() with direct name field useJani Nikula2014-06-041-1/+1
* | drm/i915: Drop now misleading DDI comment from dp_link_downDaniel Vetter2014-05-201-16/+1
* | drm/i915/chv: Use RMW to toggle swing calc initVille Syrjälä2014-05-201-3/+14
* | drm/i915/chv: Don't do group access reads from TX lanes eitherVille Syrjälä2014-05-201-18/+31
* | drm/i915/chv: Don't use PCS group access readsVille Syrjälä2014-05-201-8/+24
* | drm/i915/chv: Set soft reset override bit for data lane resetsVille Syrjälä2014-05-201-0/+8
* | drm/i915/chv: Reset data lanes in encoder .post_disable() hookVille Syrjälä2014-05-201-0/+25
* | drm/i915/chv: Move data lane deassert to encoder pre_enableVille Syrjälä2014-05-201-1/+8
* | drm/i915/chv: Fix PORT_TO_PIPE for CHVVille Syrjälä2014-05-201-0/+2
* | drm/i915/chv: Configure crtc_mask correctly for CHVVille Syrjälä2014-05-201-1/+8
* | drm/i915/dp: Remove ->mode_set callbackDaniel Vetter2014-05-161-2/+5
* | drm/i915/dp: Move port A pll setup to g4x_pre_enable_dpDaniel Vetter2014-05-161-4/+4
* | drm/i915: Track has_audio in the pipe configDaniel Vetter2014-05-161-2/+6
* | drm/i915/chv: Pipe select change for DP and HDMIChon Ming Lee2014-05-121-2/+6
* | drm/i915/chv: Add phy supports for CherryviewChon Ming Lee2014-05-121-1/+187
* | drm/i915/chv: find the best divisor for the target clock v4Chon Ming Lee2014-05-121-0/+21
* | drm/i915: vlv: check port power domain instead of only D0 for eDP VDD onImre Deak2014-05-051-1/+5
* | drm/i915: remove unexplained vblank wait in the DP off codeJesse Barnes2014-05-051-3/+0
* | Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-05-011-12/+185
|\ \ | |/ |/|
| * drm/i915: Add support for DRRS to switch RRPradeep Bhat2014-04-101-0/+110
| * drm/i915: Parse EDID probed modes for DRRS supportPradeep Bhat2014-04-101-1/+43
| * Merge remote-tracking branch 'airlied/drm-next' into HEADDaniel Vetter2014-04-091-2/+2
| |\
| * | drm/i915: Split dp post_disable hooksVille Syrjälä2014-04-011-8/+15
| * | drm/i915: vlv: get power domain for eDP vddImre Deak2014-04-011-3/+17
* | | drm/i915: get power domain in case the BIOS enabled eDP VDDPaulo Zanoni2014-04-231-1/+10