aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_dp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-02Merge tag 'drm-intel-next-fixes-2015-07-02' of git://anongit.freedesktop.org/drm-intelLinus Torvalds1-0/+3
2015-06-30drm/i915: Clear pipe's pll hw state in hsw_dp_set_ddi_pll_sel()Ander Conselvan de Oliveira1-0/+3
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-147/+446
2015-06-01drm/i915/hsw: Fix workaround for server AUX channel clock divisorJim Bride1-3/+2
2015-05-28drm/i915: disable IPS while getting the sink CRCsPaulo Zanoni1-21/+45
2015-05-28drm/i915: s/dpio_lock/sb_lock/Ville Syrjälä1-14/+14
2015-05-21drm/i915: Fix the IBX transcoder B workaroundsVille Syrjälä1-16/+21
2015-05-21drm/i915: Fix DP enhanced framing for CPTVille Syrjälä1-0/+9
2015-05-21drm/i915: Clean up the CPT DP .get_hw_state() port readoutVille Syrjälä1-21/+5
2015-05-21drm/i915: Clarfify the DP code platform checksVille Syrjälä1-23/+23
2015-05-20drm/i915: add HAS_DP_MST feature test macroJani Nikula1-6/+4
2015-05-20drm/i915/dp: make link rate printing prettierJani Nikula1-1/+1
2015-05-20drm/i915: Don't overwrite (e)DP PLL selection on SKLAnder Conselvan de Oliveira1-0/+3
2015-05-20drm/edid: fix a debug messageDan Carpenter1-1/+1
2015-05-20Backmerge v4.1-rc4 into into drm-nextDave Airlie1-4/+5
2015-05-08drm/i915: Only wait for required lanes in vlv_wait_port_ready()Ville Syrjälä1-1/+3
2015-05-08drm/edid: Kerneldoc for newly added edid_corruptDaniel Vetter1-1/+1
2015-05-08drm/i915: Implement chv display PHY lane stagger setupVille Syrjälä1-2/+33
2015-05-08drm/i915: Rename dp rates array as per platformSonika Jindal1-5/+5
2015-05-08drm/i915: Implement the intel_dp_autotest_edid function for DP EDID complaince testsTodd Previte1-0/+42
2015-05-08drm/i915/skl: Add module parameter to select edp vswing tableSonika Jindal1-1/+1
2015-05-08drm/i915/skl: Fix the CTRL typo in the DPLL_CRTL1 definesDamien Lespiau1-6/+6
2015-05-08drm/i915: DP link training optimizationMika Kahola1-1/+3
2015-05-08drm/i915: eDP link training optimizationMika Kahola1-3/+24
2015-05-08drm/i915: Move Displayport test request and sink IRQ logic to intel_dp_detect()Todd Previte1-1/+16
2015-05-08Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-26/+189
2015-05-07drm/i915: Sink rate read should be saved in deca-kHzSonika Jindal1-1/+2
2015-05-06drm/i915/dp: there is no audio on port AJani Nikula1-3/+3
2015-04-16drm/i915: Add a delay in Displayport AUX transactions for compliance testingTodd Previte1-2/+11
2015-04-16drm/i915: Add automated testing support for Displayport compliance testingTodd Previte1-4/+71
2015-04-16drm/i915/dp: Remove intel_ prefix from hw signal_levels functionsDaniel Vetter1-14/+14
2015-04-16drm/i915/bxt: Update max level of vswingVandana Kannan1-1/+3
2015-04-16drm/i915/bxt: VSwing programming sequenceVandana Kannan1-2/+62
2015-04-16drm/i915/bxt: Determine programmed frequencySatheeshakrishna M1-0/+2
2015-04-13drm/i915: Allocate connector state together with the connectorsAnder Conselvan de Oliveira1-1/+1
2015-04-13drm/i915: skylake panel fitting using shared scalersChandra Konduru1-0/+8
2015-04-13drm/i915: Allocate connector state together with the connectorsAnder Conselvan de Oliveira1-1/+1
2015-04-10drm/i915/chv: Remove DPIO force latency causing interpair skew issueClint Taylor1-5/+0
2015-04-10drm/i915: Don't cancel DRRS worker synchronously for flush/invalidateDaniel Vetter1-2/+2
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