summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_dp.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-10drm/i915: Fix locking in DRRS flush/invalidate hooksDaniel Vetter1-7/+15
2015-04-07drm/i915: add i915 specific connector debugfs file for DPCDJani Nikula1-0/+2
2015-04-07drm/i915/skl: Enabling PSR2 SU with frame syncSonika Jindal1-0/+15
2015-03-31drm/i915: Convert the ddi cdclk code to get_display_clock_speedVille Syrjälä1-1/+1
2015-03-31drm/i915: Simplify ilk_get_aux_clock_dividerVille Syrjälä1-4/+2
2015-03-27drm/i915: Don't look at staged config crtc when changing DRRS stateAnder Conselvan de Oliveira1-1/+1
2015-03-26drm/i915: Don't depend on encoder->new_crtc in intel_dp_compute_config()Ander Conselvan de Oliveira1-1/+1
2015-03-26drm/i915: Implement connector state duplicationAnder Conselvan de Oliveira1-0/+1
2015-03-24drm/i915: Removing the drrs capability enum initializationRamalingam C1-2/+0
2015-03-20drm/i915: Send out the full AUX addressVille Syrjälä1-2/+3
2015-03-20drm/i915/dp: return number of bytes written for short aux/i2c writesJani Nikula1-3/+8
2015-03-20drm/i915: Unconfuse DP link rate array namesVille Syrjälä1-35/+35
2015-03-20drm/i915: Include the sink/source/supported rates in debug outputVille Syrjälä1-0/+43
2015-03-20drm/i915: Add eDP intermediate frequencies for CHVVille Syrjälä1-0/+6
2015-03-20drm/i915: Avoid overflowing the DP link rate arraysVille Syrjälä1-0/+2
2015-03-20drm/i915: Fix MST link rate handlingVille Syrjälä1-4/+8
2015-03-20drm/i915: Use DP_LINK_RATE_SET whenever possibleVille Syrjälä1-6/+7
2015-03-20drm/i915: Fix max link rate in intel_dp_mode_valid()Ville Syrjälä1-1/+14
2015-03-20drm/i915: Hide the source vs. sink rate handling from intel_dp_compute_config()Ville Syrjälä1-14/+23
2015-03-20drm/i915: Fully separate source vs. sink ratesVille Syrjälä1-17/+11
2015-03-20drm/i915: Remove special case from intel_supported_rates()Ville Syrjälä1-8/+0
2015-03-20drm/i915: Don't copy sink rates eitherVille Syrjälä1-15/+9
2015-03-20drm/i915: Don't copy the DP source rates arraysVille Syrjälä1-14/+10
2015-03-20drm/i915: Store the converted link rates in intel_dp->supported_rates[]Ville Syrjälä1-14/+19
2015-03-20drm/i915: Make the DP rates int instead of uint32_tVille Syrjälä1-12/+12
2015-03-17drm/i915/skl: Implement WaDisableHBR2Damien Lespiau1-1/+4
2015-03-17drm/i915/skl: Program PLL for edp1.4 intermediate frequenciesSonika Jindal1-6/+22
2015-03-17drm/i915/skl: Add support for edp 1.4 intermediate frequenciesSonika Jindal1-8/+101
2015-03-17drm/i915/skl: Read sink supported rates from edp panelSonika Jindal1-0/+38
2015-03-17drm/i915: Fixing mutex deadlock window at eDP DRRSRamalingam C1-3/+4
2015-03-09Merge tag 'drm-intel-next-2015-02-27' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-7/+128
2015-03-05Merge tag 'drm-intel-next-2015-02-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-2/+2
2015-02-25drm/i915/skl: Add support for edp1.4 low vswingSonika Jindal1-2/+10
2015-02-24drm/i915: Enhancing eDP DRRS debug messageRamalingam C1-1/+1
2015-02-24Documentation/drm: DocBook integration for DRRSVandana Kannan1-0/+95
2015-02-24drm/i915: Enable eDP DRRS for CHVDurgadoss R1-1/+1
2015-02-24drm/i915: Support for RR switching on VLVVandana Kannan1-2/+8
2015-02-24drm/i915/bdw: Add support for DRRS to switch RRVandana Kannan1-2/+14
2015-02-13drm/i915: Make intel_dp_unpack_aux() staticDamien Lespiau1-1/+1
2015-02-13drm/i915: Make intel_dp_check_link_status() staticDamien Lespiau1-1/+1
2015-02-11drm/i915: Really ignore long HPD pulses on eDPVille Syrjälä1-1/+1
2015-02-09drm/i915: Drop vblank wait from intel_dp_link_downDaniel Vetter1-16/+1
2015-01-27drm/i915: Add atomic_get_property entrypoint for connectors (v2)Matt Roper1-0/+1
2015-01-27drm/i915: Setup dummy atomic state for connectors (v3)Matt Roper1-0/+2
2015-01-27drm/i915: DRRS calls based on frontbufferVandana Kannan1-0/+51
2015-01-27drm/i915: Enable/disable DRRSVandana Kannan1-0/+55
2015-01-27drm/i915: Initialize DRRS delayed workVandana Kannan1-8/+30
2015-01-27drm/i915: Use symbolic irqreturn for ->hpd_pulseDaniel Vetter1-3/+5
2015-01-27drm/i915: Make intel_crtc->config a pointerAnder Conselvan de Oliveira1-8/+9
2015-01-27drm/i915: Embedded struct drm_crtc_state in intel_crtc_stateAnder Conselvan de Oliveira1-4/+4