summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/intel_dp.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-30drm/i915: Pimp AUX CH namesVille Syrjälä1-3/+10
2020-10-30drm/i915: Introduce AUX_CH_USBCnVille Syrjälä1-3/+50
2020-10-20drm/i915: s/intel_dp_sink_dpms/intel_dp_set_power/Ville Syrjälä1-12/+12
2020-10-20drm/i915: Move the lspcon resume from .reset() to intel_dp_sink_dpms()Ville Syrjälä1-3/+2
2020-10-16drm/i915: Inline intel_dp_ycbcr420_config()Ville Syrjälä1-24/+9
2020-10-16drm/i915: Nuke lspcon_ycbcr420_config()Ville Syrjälä1-5/+3
2020-10-14drm/i915/jsl: Split EHL/JSL platform info and PCI idsTejas Upadhyay1-1/+1
2020-10-12drm/i915: Switch to LTTPR non-transparent mode link trainingImre Deak1-14/+14
2020-10-12drm/i915: Switch to LTTPR transparent mode link trainingImre Deak1-0/+2
2020-10-12drm/i915: Simplify the link training functionsImre Deak1-7/+0
2020-10-12drm/i915: Fix DP link training pattern maskImre Deak1-5/+5
2020-10-09drm/i915: Wait for eDP panel power cycle delay on reboot on all platformsVille Syrjälä1-3/+2
2020-10-09drm/i915: Replace the VLV/CHV eDP reboot notifier with the .shutdown() hookVille Syrjälä1-44/+14
2020-10-07drm/i915/display/ehl: Limit eDP to HBR2José Roberto de Souza1-1/+10
2020-10-06drm/i915: Add an encoder hook to sanitize its state during init/resumeImre Deak1-0/+28
2020-10-06drm/i915: Check for unsupported DP link rates during initial commitImre Deak1-0/+12
2020-10-06drm/i915: Move the initial fastset commit check to encoder hooksImre Deak1-0/+22
2020-10-01drm/i915: Init lspcon after HPD in intel_dp_detect()Kai-Heng Feng1-6/+4
2020-10-01drm/i915: Eliminate intel_dp.regs.dp_tp_{ctl,status}Ville Syrjälä1-2/+0
2020-10-01drm/i915: Plumb crtc_state to link trainingVille Syrjälä1-39/+84
2020-10-01drm/i915: Shove the PHY test into the hotplug workVille Syrjälä1-26/+128
2020-10-01drm/i915: Make intel_dp_process_phy_request() staticVille Syrjälä1-1/+1
2020-10-01drm/i915: s/old_crtc_state/crtc_state/Ville Syrjälä1-2/+2
2020-10-01drm/i915: s/pre_empemph/preemph/Ville Syrjälä1-4/+4
2020-09-24drm/i915: Use the correct bpp when validating "4:2:0 only" modesVille Syrjälä1-22/+33
2020-09-24drm/i915: Decouple intel_dp_{min,output}_bpp() from crtc_stateVille Syrjälä1-7/+8
2020-09-24drm/i915: Extract intel_dp_output_format()Ville Syrjälä1-12/+20
2020-09-17drm/i915: Do YCbCr 444->420 conversion via DP protocol convertersVille Syrjälä1-20/+101
2020-09-17drm/i915: DP->HDMI TMDS clock limits vs. deep colorVille Syrjälä1-6/+57
2020-09-17drm/i915: Handle downstream facing ports w/o EDIDVille Syrjälä1-1/+14
2020-09-17drm/i915: Configure DP 1.3+ protocol converted HDMI modeVille Syrjälä1-0/+23
2020-09-17drm/i915: Deal with TMDS DFP clock limitsVille Syrjälä1-3/+33
2020-09-17drm/i915: Reworkd DP DFP clock handlingVille Syrjälä1-28/+27
2020-09-17drm/dp: Redo drm_dp_downstream_max_clock() as drm_dp_downstream_max_dotclock()Ville Syrjälä1-2/+2
2020-09-17drm/dp: Pimp drm_dp_downstream_max_bpc()Ville Syrjälä1-1/+1
2020-09-17drm/i915: Reworkd DFP max bpc handlingVille Syrjälä1-6/+16
2020-09-17drm/i915/lspcon: Do not send infoframes to non-HDMI sinksVille Syrjälä1-1/+6
2020-09-15drm/i915: Move hpd_pin setup to encoder initVille Syrjälä1-1/+1
2020-09-15drm/i915: Reduce INTEL_DISPLAY_ENABLED to just treat outputs as disconnectedVille Syrjälä1-0/+3
2020-09-12Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi1-101/+31
2020-09-01drm/i915: Factor out HDCP shim functions from dp for use by dp_mstSean Paul1-606/+1
2020-09-01drm/i915: Don't fully disable HDCP on a port if multiple pipes are using itSean Paul1-0/+2
2020-09-01drm/i915: Use the cpu_transcoder in intel_hdcp to toggle HDCP signallingSean Paul1-0/+1
2020-09-01drm/i915: Intercept Aksv writes in the aux hooksSean Paul1-33/+29
2020-09-01drm/i915/dp: Extract drm_dp_read_dpcd_caps()Lyude Paul1-58/+2
2020-09-01drm/i915/dp: Extract drm_dp_read_sink_count()Lyude Paul1-6/+5
2020-09-01drm/i915/dp: Extract drm_dp_read_sink_count_cap()Lyude Paul1-9/+12
2020-09-01drm/i915/dp: Extract drm_dp_read_downstream_info()Lyude Paul1-12/+2
2020-09-01drm/i915/dp: Extract drm_dp_read_mst_cap()Lyude Paul1-16/+2
2020-08-27drm/i915/display: Disable DRRS when needed in fastsetsJosé Roberto de Souza1-9/+62