summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Move the min_pixclk[] handling to the end of readoutVille Syrjälä2017-01-031-16/+16
* Merge tag 'drm-intel-next-fixes-2016-12-22' of git://anongit.freedesktop.org/...Dave Airlie2016-12-231-21/+10
|\
| * drm/i915/gen9: Fix PCODE polling during CDCLK change notificationImre Deak2016-12-201-21/+10
| * drm/i915: drop the struct_mutex when wedged or trying to resetMatthew Auld2016-12-201-1/+2
* | Merge tag 'drm-intel-next-fixes-2016-12-07' of git://anongit.freedesktop.org/...Dave Airlie2016-12-081-4/+7
|\ \ | |/
| * drm/i915: Move priority bumping for flips earlierChris Wilson2016-12-051-1/+1
| * drm/i915: Initialize dev_priv->atomic_cdclk_freq at init timeVille Syrjälä2016-12-051-0/+1
| * drm/i915: Fix cdclk vs. dev_cdclk mess when not recomputing thingsVille Syrjälä2016-12-051-3/+5
* | 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: 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/+0
* | | 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/+6
* | | 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/+7
* | | drm/i915: Don't log pipe config kernel pointer and duplicated pipe nameTvrtko Ursulin2016-11-171-3/+2
* | | 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/+0
* | | drm/i915: dev_priv cleanup in intel_display.cTvrtko Ursulin2016-11-171-95/+72
* | | drm/i915: dev_priv cleanup in intel_dp.cTvrtko Ursulin2016-11-171-3/+3
* | | drm/i915: dev_priv cleanup in i915_suspend.cTvrtko Ursulin2016-11-171-11/+7
* | | drm/i915: dev_priv cleanup in i915_gpu_error.cTvrtko Ursulin2016-11-171-4/+3
* | | Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-11-171-33/+18
|\ \ \ | |/ /
| * | drm: move allocation out of drm_get_format_name()Eric Engestrom2016-11-121-25/+16
| * | Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-11-111-8/+2
| |\ \
| | * | drm: add helpers to go from plane state to drm_rectRob Clark2016-11-081-8/+2
* | | | drm/i915/gen9+: Kill off hw_ddb from intel_crtc.Maarten Lankhorst2016-11-151-3/+12
* | | | drm/i915/gen9+: Preserve old allocation from crtc_state.Maarten Lankhorst2016-11-151-1/+1
* | | | drm/i915/gen9+: Program watermarks as a separate step during evasion, v3.Maarten Lankhorst2016-11-151-27/+13
* | | | drm/i915: Add an atomic evasion step to watermark programming, v4.Maarten Lankhorst2016-11-151-14/+27
* | | | drm/i915: Add execution priority boosting for mmioflipsChris Wilson2016-11-151-0/+1
* | | | drm/i915/scheduler: Boost priorities for flipsChris Wilson2016-11-141-0/+2
* | | | drm/i915: Remove some duplicated plane swapping logicVille Syrjälä2016-11-141-12/+9
* | | | drm/i915: Kill dp_encoder_is_mstVille Syrjälä2016-11-141-2/+2
* | | | drm/i915: Add horizontal mirroring support for CHV pipe B planesVille Syrjälä2016-11-141-0/+9
* | | | drm/i915: Clean up rotation DSPCNTR/DVSCNTR/etc. setupVille Syrjälä2016-11-141-11/+13
* | | | drm/i915: Use & instead if == to check for rotationsVille Syrjälä2016-11-141-4/+4
* | | | drm/i915: Pass dev_priv to INTEL_INFO everywhere apart from the gen useTvrtko Ursulin2016-11-111-15/+13
* | | | drm/i915: More assorted dev_priv cleanupsTvrtko Ursulin2016-11-111-2/+2
* | | | drm/i915: Pass atomic state to verify_connector_stateMaarten Lankhorst2016-11-091-9/+15
* | | | drm/i915: Update atomic modeset state synchronously, v2.Maarten Lankhorst2016-11-091-7/+8
OpenPOWER on IntegriCloud