aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_dp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-13drm/i915: Implement Link Rate fallback on Link training failureManasi Navare1-0/+27
2017-04-13drm/i915: Perform link quality check unconditionally during long pulseVille Syrjälä1-2/+13
2017-04-12drm/i915/dp: Validate cached link rate and lane count before retrainingManasi Navare1-3/+23
2017-04-12drm/i915: Remove unused dp properties for dp-mst.Maarten Lankhorst1-1/+1
2017-04-12Merge airlied/drm-next into drm-intel-next-queuedDaniel Vetter1-12/+9
2017-04-11drm/i915/dp: read sink count to a temporary variable firstJani Nikula1-3/+4
2017-04-11drm/i915/dp: use readb and writeb calls for single byte DPCD accessJani Nikula1-20/+17
2017-04-11drm/i915/dp: localize link rate index variable moreJani Nikula1-6/+7
2017-04-11drm/i915/mst: use max link not sink lane countJani Nikula1-1/+1
2017-04-11drm/i915/dp: add functions for max common link rate and lane countJani Nikula1-12/+17
2017-04-11drm/i915/dp: don't call the link parameters sink parametersJani Nikula1-13/+12
2017-04-11drm/i915/dp: do not limit rate seek when not neededJani Nikula1-19/+12
2017-04-11drm/i915/dp: cache common rates with sink ratesJani Nikula1-33/+42
2017-04-11drm/i915/dp: use the sink rates array for max sink ratesJani Nikula1-21/+7
2017-04-06drm/atomic: Acquire connection_mutex lock in drm_helper_probe_single_connector_modes, v4.Maarten Lankhorst1-12/+9
2017-04-06drm/i915/dp: generate and cache sink rate array for all DP, not just eDP 1.4Jani Nikula1-25/+56
2017-04-06drm/i915/dp: cache source rates at initJani Nikula1-14/+21
2017-04-06drm/i915/dp: rename rate_to_index() to intel_dp_rate_index() and reuseJani Nikula1-19/+15
2017-04-06drm/i915/dp: return errors from rate_to_index()Jani Nikula1-4/+9
2017-04-06drm/i915/dp: use known correct array size in rate_to_indexJani Nikula1-5/+6
2017-02-27drm/i915: Store encoder power domain in struct intel_encoderAnder Conselvan de Oliveira1-4/+4
2017-02-27drm/i915: Store aux power domain in intel_dpAnder Conselvan de Oliveira1-38/+23
2017-02-24drm/i915/lspcon: Switch back to PCON mode after output replugImre Deak1-0/+4
2017-02-24drm/i915: Introduce intel_ddi_dp_voltage_max()Ville Syrjälä1-3/+2
2017-02-23Revert "drm/i915/dp: Ratelimit DP aux timeout messages"Chris Wilson1-2/+1
2017-02-22drm/i915/dp: Ratelimit DP aux timeout messagesLyude1-1/+2
2017-02-15drm/i915/dp: Reset the link params on HPD/connected boot/resumeManasi Navare1-4/+12
2017-02-10drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS codeVille Syrjälä1-3/+3
2017-02-09drm/i915/dp: Move initialization of hpd_pin to a new functionAnder Conselvan de Oliveira1-20/+28
2017-02-09drm/i915: Remove WA for swapped HPD pins in broxton A steppingAnder Conselvan de Oliveira1-2/+0
2017-02-08drm/i915: Track full cdclk state for the logical and actual cdclk frequenciesVille Syrjälä1-1/+1
2017-02-08drm/i915: Start moving the cdclk stuff into a distinct state structureVille Syrjälä1-1/+1
2017-02-06drm/i915/lspcon: Fix resume time initialization due to unasserted HPDImre Deak1-2/+2
2017-02-01Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-1/+3
2017-02-01Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-1/+3
2017-01-26drm/edid: Introduce drm_default_rgb_quant_range()Ville Syrjälä1-1/+3
2017-01-26drm/i915: Add support for DP Video pattern compliance testsManasi Navare1-2/+66
2017-01-26drm/i915: Fixes to support DP Compliance EDID testsManasi Navare1-2/+2
2017-01-26drm/i915: Add support for DP link training complianceManasi Navare1-6/+59
2017-01-24drm/i915: Introduce IS_GEN9_BC for Skylake and Kabylake.Rodrigo Vivi1-3/+2
2017-01-24drm/i915/dp: do not proceed with autotests if we don't ACK themJani Nikula1-12/+9
2017-01-16drm/i915/dp: Silence compiler for missing prototypeChris Wilson1-1/+1
2017-01-12drm/i915/psr: enable ALPM for psr2Nagaraju, Vathsala1-0/+10
2017-01-10drm/i915/psr: program vsc header for psr2Nagaraju, Vathsala1-0/+26
2017-01-10drm/i915/glk: Convert a few more IS_BROXTON() to IS_GEN9_LP()Michel Thierry1-1/+1
2016-12-22drm/i915: Force VDD off on the new power seqeuencer before starting to use itVille Syrjälä1-7/+34
2016-12-22drm/i915/ddi: Rely on VBT DDI port info for eDP detectionImre Deak1-1/+1
2016-12-19drm/i915: Prevent PPS stealing from a normal DP port on VLV/CHVVille Syrjälä1-47/+105
2016-12-13drm/i915: tune down the fast link training vs boot failDaniel Vetter1-2/+2
2016-12-13drm/i915: Intel panel downclock cleanupMika Kahola1-1/+1