aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ddi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie1-5/+2
2018-03-19drm/i915/dp: Write to SET_POWER dpcd to enable MST hub.Dhinakaran Pandiyan1-5/+2
2018-03-16drm/i915/icl: do not save DDI A/E sharing bit for ICLJani Nikula1-3/+6
2018-03-06drm/i915: Track whether the DP link is trained or notVille Syrjälä1-0/+2
2018-03-06drm/i915: Move SST DP link retraining into the ->post_hotplug() hookVille Syrjälä1-5/+5
2018-03-06drm/i915: Reinitialize sink scrambling/TMDS clock ratio on HPDVille Syrjälä1-0/+146
2018-03-05drm/i915/icl: remove port A/E lane sharing limitation.Mahesh Kumar1-46/+39
2018-03-01Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-1/+1
2018-02-16Merge tag 'topic/hdcp-2018-02-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-0/+36
2018-02-09drm/i915: Use INTEL_GEN everywhereTvrtko Ursulin1-1/+1
2018-01-30drm/i915/cnl: Enable DDI-F on Cannonlake.Rodrigo Vivi1-0/+4
2018-01-24drm/i915: Implement display w/a #1143Ville Syrjälä1-0/+42
2018-01-08drm/i915: Implement HDCP for HDMISean Paul1-0/+29
2018-01-08drm/i915: Add HDCP framework + base implementationSean Paul1-0/+7
2017-12-19drm/i915: Fix indentation for intel_ddi_clk_selectChris Wilson1-2/+2
2017-12-18drm/i915: Protect DDI port to DPLL map from theoretical race.Rodrigo Vivi1-0/+4
2017-12-01drm/i915/cnl: Mask previous DDI - PLL mappingJames Ausmus1-0/+1
2017-12-01drm/i915: Fix has_audio readout for DDI AVille Syrjälä1-10/+10
2017-11-14drm/i915: Generalize transcoder loopingMika Kahola1-4/+6
2017-11-09drm/i915: Nuke intel_digital_port->portVille Syrjälä1-7/+6
2017-10-31drm/i915: Pass around crtc and connector states for audioVille Syrjälä1-2/+4
2017-10-30drm/i915: Use intel_ddi_get_config() for MSTVille Syrjälä1-3/+3
2017-10-30drm/i915: Pass a crtc state to ddi post_disable from MST codeVille Syrjälä1-11/+26
2017-10-30drm/i915: Eliminate pll->state usage from bxt_calc_pll_link()Ville Syrjälä1-12/+5
2017-10-30drm/i915: Nuke intel_ddi_get_encoder_port()Ville Syrjälä1-33/+17
2017-10-30drm/i915: Stop frobbing with DDI encoder->typeVille Syrjälä1-8/+24
2017-10-30drm/i915: Populate output_types from .get_config()Ville Syrjälä1-0/+11
2017-10-27drm/i915: Fix BXT lane latency optimal setting with MSTVille Syrjälä1-2/+1
2017-10-27drm/i915: Stop using encoder->type in intel_ddi_enable_transcoder_func()Ville Syrjälä1-10/+5
2017-10-27drm/i915: Pass crtc state to intel_prepare_dp_ddi_buffers()Ville Syrjälä1-16/+9
2017-10-27drm/i915: Don't use encoder->type in intel_ddi_set_pipe_settings()Ville Syrjälä1-23/+24
2017-10-25drm/i915: Adjust system agent voltage on CNL if required by DDI portsVille Syrjälä1-0/+11
2017-10-24drm/i915/cnl: Force DDI_A_4_LANES when needed.Rodrigo Vivi1-11/+35
2017-10-20drm/i915: Let's use more enum intel_dpll_id pll_id.Rodrigo Vivi1-16/+18
2017-10-19drm/i915: Drop the redundant hdmi prefix/suffix from a lot of variablesVille Syrjälä1-33/+30
2017-10-19drm/i915: Unify error handling for missing DDI buf trans tablesVille Syrjälä1-5/+22
2017-10-19drm/i915: Centralize the SKL DDI A/E vs. B/C/D buf trans handlingVille Syrjälä1-26/+34
2017-10-19drm/i915: Kill off the BXT buf_trans default_indexVille Syrjälä1-46/+34
2017-10-19drm/i915: Pass encoder type to cnl_ddi_vswing_sequence() explicitlyVille Syrjälä1-28/+25
2017-10-19drm/i915: Integrate BXT into intel_ddi_dp_voltage_max()Ville Syrjälä1-24/+45
2017-10-19drm/i915: Pass the level to intel_prepare_hdmi_ddi_buffers()Ville Syrjälä1-5/+4
2017-10-19drm/i915: Pass the encoder type explicitly to skl_set_iboost()Ville Syrjälä1-35/+22
2017-10-19drm/i915: Extract intel_ddi_get_buf_trans_hdmi()Ville Syrjälä1-22/+28
2017-10-19drm/i915: Relocate intel_ddi_get_buf_trans_*() functionsVille Syrjälä1-60/+55
2017-10-16drm/i915/cnl: Fix PLL mapping.Rodrigo Vivi1-2/+1
2017-10-13drm/i915: Use bdw_ddi_translations_fdi for BroadwellChris Wilson1-2/+2
2017-10-13drm/i915: Split intel_enable_ddi() into DP and HDMI variantsVille Syrjälä1-34/+46
2017-10-13drm/i915: Plumb crtc_state etc. directly to intel_ddi_pre_enable_{dp,hdmi}()Ville Syrjälä1-34/+20
2017-10-13drm/i915: Split intel_disable_ddi() into DP vs. HDMI variantsVille Syrjälä1-17/+28
2017-10-13drm/i915: Remove useless eDP check from intel_ddi_pre_enable_dp()Ville Syrjälä1-2/+2