summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_ddi.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-11drm/i915: Fix wrong number of HDMI translation entriesDamien Lespiau1-3/+3
2014-08-08drm/i915: Remove now useless comments about the translation valuesDamien Lespiau1-5/+5
2014-08-08drm/i915/bdw: Remove the HDMI/DVI entry from the DP/eDP/FDI tablesDamien Lespiau1-3/+0
2014-08-08drm/i915/bdw: Provide the BDW specific HDMI buffer translation tableDamien Lespiau1-5/+23
2014-08-08drm/i915: Gather the HDMI level shifter logic into one placeDamien Lespiau1-1/+13
2014-08-08drm/i915: Make ddi_clock_gate() HSW/BDW specificDaniel Vetter1-3/+9
2014-08-08drm/i915: Split the CDCLK retrieval per-platformDamien Lespiau1-17/+38
2014-08-08drm/i915: Make intel_ddi_calculate_wrpll() HSW/BDW specificDamien Lespiau1-7/+8
2014-08-08drm/i915: Split the BDW/HSW specific shared pll selectionDamien Lespiau1-16/+23
2014-08-08drm/i915: Fix stale comment for intel_ddi_pll_select()Damien Lespiau1-4/+5
2014-08-08drm/i915: Extract the HSW/BDW shared dpll init codeDamien Lespiau1-3/+9
2014-08-04Merge tag 'drm-intel-next-2014-07-25-merged' of git://anongit.freedesktop.org...Dave Airlie1-1/+1
2014-08-04drm/i915: only hook up hpd pulse for DP outputsChris Wilson1-14/+17
2014-07-29Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter1-20/+73
2014-07-23drm/i915: Make the WRPLL names constDamien Lespiau1-1/+1
2014-07-22drm/i915: add DP 1.2 MST support (v0.7)Dave Airlie1-15/+60
2014-07-21i915: split some DP modesetting code into a separate functionDave Airlie1-5/+13
2014-07-11drm/i915: Only touch WRPLL hw state in enable/disable hooksDaniel Vetter1-11/+1
2014-07-11drm/i915: Switch to common shared dpll framework for WRPLLsDaniel Vetter1-128/+13
2014-07-11drm/i915: ->enable hook for WRPLLsDaniel Vetter1-32/+19
2014-07-11drm/i915: ->disable hook for WRPLLsDaniel Vetter1-11/+15
2014-07-11drm/i915: State readout support for WRPLLsDaniel Vetter1-0/+19
2014-07-11drm/i915: Basic shared dpll support for WRPLLsDaniel Vetter1-0/+17
2014-07-11drm/i915: Precompute static ddi_pll_sel values in encodersDaniel Vetter1-31/+3
2014-07-11drm/i915: State readout and cross-checking for ddi_pll_selDaniel Vetter1-39/+1
2014-07-11drm/i915: Move ddi_pll_sel into the pipe configDaniel Vetter1-17/+17
2014-07-11drm/i915: Move SPLL disabling into hsw_crt_post_disableDaniel Vetter1-7/+0
2014-07-11drm/i915: Move the SPLL enabling into hsw_crt_pre_enableDaniel Vetter1-18/+1
2014-07-11drm/i915: Clean up WRPLL/SPLL #definesDaniel Vetter1-6/+6
2014-07-11drm/i915: Remove spll_refcount for hswDaniel Vetter1-28/+13
2014-07-07drm/i915: Support pf CRC source on haswell transcoder edpDaniel Vetter1-1/+3
2014-07-07drm/i915: rework digital port IRQ handling (v2)Dave Airlie1-0/+3
2014-06-16drm/i915: update BDW DDI buffer translationsPaulo Zanoni1-2/+2
2014-05-22drm/i915: grab the audio power domain when enabling audio on HSW+Paulo Zanoni1-4/+10
2014-05-22drm/i915: don't read HSW_AUD_PIN_ELD_CP_VLD when the power well is offPaulo Zanoni1-3/+5
2014-05-16drm/i915/ddi: Remove ->mode_set callbackDaniel Vetter1-42/+24
2014-05-16drm/i915: Track has_audio in the pipe configDaniel Vetter1-24/+14
2014-05-16drm/i915: Simplify audio handling on DDI portsDaniel Vetter1-6/+4
2014-05-16drm/i915: Track hdmi mode in the pipe configDaniel Vetter1-4/+5
2014-04-02drm/i915: fix WARNs when reading DDI state while suspendedPaulo Zanoni1-0/+5
2014-03-18drm/i915: finish off reverting eDP VDD changesJani Nikula1-1/+1
2014-03-18drm/i915: properly disable the VDD when disabling the panelPaulo Zanoni1-0/+1
2014-03-11drm/i915: Make encoder cloning more flexibleVille Syrjälä1-1/+1
2014-03-08drm/i915: check port power domain when reading the encoder hw stateImre Deak1-0/+5
2014-02-12drm/i915: Consolidate FUSE_STRAP in one set of definesDamien Lespiau1-1/+1
2014-01-24drm/i915: fix WRPLL clock calculationJesse Barnes1-1/+2
2014-01-24drm/i915: clock readout support for DDI v3Jesse Barnes1-0/+92
2014-01-24drm/i915: drop ironlake_ prefix from edp panel/backlight functionsDaniel Vetter1-4/+4
2014-01-20Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie1-1/+7
2014-01-17Merge commit origin/master into drm-intel-nextDaniel Vetter1-3/+10