summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gen9: Fix PCODE polling during CDCLK change notificationImre Deak2016-12-081-21/+10Star
* drm/i915: Shrink pipe config checkerTvrtko Ursulin2016-12-081-17/+34
* drm/i915: distinguish G33 and Pineview from each otherJani Nikula2016-12-071-2/+3
* drm/i915: add some more "i" in platform names for consistencyJani Nikula2016-12-071-7/+7
* drm/i915: rename BROADWATER and CRESTLINE to I965G and I965GM, respectivelyJani Nikula2016-12-071-4/+4
* drm/i915: Implement local atomic_state_free callbackChris Wilson2016-12-051-0/+12
* drm/i915: Skip vblank wait if cxsr was already offVille Syrjälä2016-12-051-6/+4Star
* drm/i915: Protect cxsr state with wm_mutexVille Syrjälä2016-12-051-2/+0Star
* drm/i915: Use the ilk_disable_lp_wm() return valueVille Syrjälä2016-12-051-3/+1Star
* drm/i915: Drop the nop intel_update_watermarks() call from haswell_crtc_enable()Ville Syrjälä2016-12-051-4/+1Star
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-12-051-36/+36
|\
| * Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie2016-12-051-1/+2
| |\
| | * drm/i915: drop the struct_mutex when wedged or trying to resetMatthew Auld2016-11-301-1/+2
| | * drm/i915/dp: Extend BDW DP audio workaround to GEN9 platformsDhinakaran Pandiyan2016-11-071-2/+4
| | * drm/i915/dp: BDW cdclk fix for DP audioDhinakaran Pandiyan2016-11-071-3/+24
| | * drm/i915: Fix SKL+ 90/270 degree rotated plane coordinate computationVille Syrjälä2016-10-281-1/+2
| | * drm: i915: Wait for fences on new fb, not oldDaniel Stone2016-10-281-1/+1
| * | Merge tag 'drm-misc-next-2016-11-29' of git://anongit.freedesktop.org/git/drm...Dave Airlie2016-11-301-36/+36
| |\ \
| | * | drm: Nuke modifier[1-3]Ville Syrjälä2016-11-171-36/+36
* | | | drm/i915/glk: Allow dotclock up to 2 * cdclk on geminilakeAnder Conselvan de Oliveira2016-12-021-4/+6
* | | | drm/i915/glk: Reuse broxton's cdclk code for GLKAnder Conselvan de Oliveira2016-12-021-8/+65
* | | | drm/i915/glk: Reuse broxton code for geminilakeAnder Conselvan de Oliveira2016-12-021-7/+7
* | | | drm/i915: Make gmbus setup take dev_privTvrtko Ursulin2016-12-011-1/+1
* | | | drm/i915: Make GEM object create and create from data take dev_privTvrtko Ursulin2016-12-011-1/+1
* | | | drm/i915: Make GEM object alloc/free and stolen created take dev_privTvrtko Ursulin2016-12-011-1/+1
* | | | drm/i915: Initialize dev_priv->atomic_cdclk_freq at init timeVille Syrjälä2016-11-291-0/+1
* | | | drm/i915: Convert vm->dev backpointer to vm->i915Chris Wilson2016-11-291-3/+2Star
* | | | drm/i915: drop the struct_mutex when wedged or trying to resetMatthew Auld2016-11-291-1/+2
* | | | drm/i915: Move priority bumping for flips earlierChris Wilson2016-11-291-1/+1
* | | | drm/i915: Pass dev_priv to intel_setup_outputs()Ander Conselvan de Oliveira2016-11-251-64/+56Star
* | | | drm/i915: Simplify error handling in intel_modeset_all_pipes()Ville Syrjälä2016-11-231-5/+6
* | | | drm/i915: Protect dev_priv->atomic_cdclk_freq with all the crtc locksVille Syrjälä2016-11-231-5/+36
* | | | drm/i915: Fix cdclk vs. dev_cdclk mess when not recomputing thingsVille Syrjälä2016-11-231-3/+5
* | | | drm/i915: Use enum plane_id in VLV/CHV sprite codeVille Syrjälä2016-11-231-1/+1
* | | | drm/i915: Use enum plane_id in SKL plane codeVille Syrjälä2016-11-231-15/+16
* | | | drm/i915: Add crtc->plane_ids_maskVille Syrjälä2016-11-231-0/+3
* | | | drm/i915: Add per-pipe plane identifierVille Syrjälä2016-11-231-0/+2
|/ / /
* | | drm/i915: Always flush the dirty CPU cache when pinning the scanoutChris Wilson2016-11-181-0/+2
* | | drm/i915: Enable support for nonblocking modesetMaarten Lankhorst2016-11-181-9/+0Star
* | | drm/i915: Only dump dp_m2_n2 configuration when drrs is usedTvrtko Ursulin2016-11-181-3/+4
* | | drm/i915: Introduce enableddisabled helperTvrtko Ursulin2016-11-171-8/+6Star
* | | drm/i915: Only dump possible panel fitter config for the platformTvrtko Ursulin2016-11-171-8/+12
* | | drm/i915: Only dump scaler config where supportedTvrtko Ursulin2016-11-171-16/+18
* | | drm/i915: Compact a few pipe config debug linesTvrtko Ursulin2016-11-171-8/+7Star
* | | drm/i915: Don't log pipe config kernel pointer and duplicated pipe nameTvrtko Ursulin2016-11-171-3/+2Star
* | | drm/i915: Dump FDI config only where applicableTvrtko Ursulin2016-11-171-13/+13
* | | drm/i915: Extract intel_link_m_n config printing into a helperTvrtko Ursulin2016-11-171-15/+17
* | | drm/i915: Make scaler updates less chattyTvrtko Ursulin2016-11-171-10/+0Star
* | | drm/i915: dev_priv cleanup in intel_display.cTvrtko Ursulin2016-11-171-95/+72Star
* | | drm/i915: dev_priv cleanup in intel_dp.cTvrtko Ursulin2016-11-171-3/+3