summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_dp.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-04drm/i915: Don't try to ack sink irqs when there are noneVille Syrjälä1-4/+6
2016-08-04drm/i915: Remove useless rate_to_index() usageVille Syrjälä1-1/+1
2016-08-04drm/i915: Allow MST sinks to work even if drm_probe_ddc() failsVille Syrjälä1-15/+30
2016-08-04drm/i915: Track active streams also for DP SSTVille Syrjälä1-1/+7
2016-08-04drm/i915: Avoid mixing up SST and MST in DDI setupVille Syrjälä1-0/+1
2016-08-04drm/i915: Read PSR caps/intermediate freqs/etc. only once on eDPVille Syrjälä1-71/+84
2016-08-02drm/i915: Warn about aux msg buffer vs. size mismatchVille Syrjälä1-2/+2
2016-07-18drm/i915: Treat eDP as always connected, againVille Syrjälä1-1/+1
2016-07-07drm/i915: s/INTEL_OUTPUT_DISPLAYPORT/INTEL_OUTPUT_DP/Ville Syrjälä1-5/+5
2016-07-07drm/i915: Kill has_dp_encoder from pipe_configVille Syrjälä1-3/+0
2016-07-07drm/i915: Remove encoder type checks from MST suspend/resumeVille Syrjälä1-18/+10
2016-07-07drm/i915: Don't mark eDP encoders as MST capableVille Syrjälä1-1/+1
2016-07-05drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson1-15/+15
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson1-54/+53
2016-06-30drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson1-2/+4
2016-06-30drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson1-2/+3
2016-06-28drm/i915: Avoid early timeout during AUX transfersImre Deak1-1/+1
2016-06-24drm/i915: Move connector registration to driver registrationChris Wilson1-2/+0
2016-06-24drm/i915: Move backlight registration to connector registrationChris Wilson1-0/+5
2016-06-24drm/i915: Move registration actions to connector->late_registerChris Wilson1-27/+21
2016-06-24Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-11/+11
2016-06-22drm/i915: Refresh cached DP port register value on resumeVille Syrjälä1-3/+5
2016-06-22drm/i915: Sanity check PPS HW stateImre Deak1-14/+44
2016-06-22drm/i915: Factor out helper to read out PPS HW stateImre Deak1-24/+32
2016-06-22drm/i915: Deduplicate PPS register retrievalImre Deak1-66/+65
2016-06-22drm/i915/bxt: Fix PPS lost state after suspend breaking eDP link trainingImre Deak1-21/+50
2016-06-22drm/i915: Group all the PPS init steps to one placeImre Deak1-22/+24
2016-06-22drm/i915: Initialize the PPS HW before its first useImre Deak1-5/+1
2016-06-22drm/i915/ibx, cpt: Don't attempt to register eDP if LVDS was detectedImre Deak1-0/+13
2016-06-20drm/i915: Avoid use-after-free of intel_encoder in intel_dp_connector_destrpyChris Wilson1-2/+3
2016-06-20drm/i915: Revert DisplayPort fast link training featureMika Kahola1-3/+0
2016-06-19drm/i915: Move intel_connector->unregister to connector->early_unregisterChris Wilson1-11/+10
2016-06-10drm: i915: Rely on the default ->best_encoder() behavior where appropriateBoris Brezillon1-1/+0
2016-06-09Merge tag 'drm-intel-next-2016-06-06' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-9/+32
2016-06-02drm/doc: Appease sphinxDaniel Vetter1-8/+8
2016-06-02drm/i915: Extract physical display dimensions from VBTVille Syrjälä1-1/+4
2016-06-01drm/i915: Only ignore eDP ports that are connectedChris Wilson1-7/+6
2016-05-30drm/i915: Give encoders useful namesVille Syrjälä1-1/+1
2016-05-23drm/i915: Rename skl_vco_freq to cdclk_pll.vcoVille Syrjälä1-2/+2
2016-05-23drm/i915: Move the SKL DPLL0 VCO computation into intel_dp_compute_config()Ville Syrjälä1-0/+21
2016-05-20drm/i915/psr: Use ->get_aux_send_ctl functionsDaniel Vetter1-0/+1
2016-05-17Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-58/+23
2016-05-04Merge tag 'topic/drm-misc-2016-04-29' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-58/+23
2016-04-29drm/i915: Unduplicate pre encoder enabling phy codeAnder Conselvan de Oliveira1-23/+1
2016-04-29drm/i915: Unduplicate VLV phy pre pll enabling codeAnder Conselvan de Oliveira1-24/+1
2016-04-29drm/i915: Unduplicate VLV signal level codeAnder Conselvan de Oliveira1-17/+3
2016-04-29drm/i915: Unduplicate CHV encoders' post pll disable codeAnder Conselvan de Oliveira1-29/+1
2016-04-29drm/i915: Unduplicate CHV pre-encoder enabling phy logicAnder Conselvan de Oliveira1-81/+2
2016-04-29drm/i915: Unduplicate CHV phy-releated pre pll enabling codeAnder Conselvan de Oliveira1-82/+1
2016-04-29drm/i915: Unduplicate chv_data_lane_soft_reset()Ander Conselvan de Oliveira1-44/+0