summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Do .init_clock_gating() earlier to avoid it clobbering watermarksVille Syrjälä2017-04-181-6/+3
* drm/i915: Nuke debug messages from the pipe update critical sectionVille Syrjälä2017-04-181-11/+1
* drm/i915: Move updating color management to before vblank evasionMaarten Lankhorst2017-04-181-5/+7
* drm/i915: fix use-after-free in page_flip_completed()Andrey Ryabinin2017-02-081-2/+2
* drm/i915: Track pinned vma in intel_plane_stateChris Wilson2017-02-011-83/+42
* drm/i915: Check for NULL i915_vma in intel_unpin_fb_obj()Linus Torvalds2017-01-291-0/+3
* drm/i915: Move atomic state free from out of fence releaseChris Wilson2017-01-251-2/+26
* drm/i915: Check for NULL atomic state in intel_crtc_disable_noatomic()Ander Conselvan de Oliveira2017-01-251-0/+6
* drm/i915: Fix calculation of rotated x and y offsets for planar formatsAnder Conselvan de Oliveira2017-01-251-2/+3
* drm/i915: Release temporary load-detect state upon switchingChris Wilson2017-01-251-0/+1
* drm/i915: Avoid drm_atomic_state_put(NULL) in intel_display_resumeChris Wilson2017-01-251-1/+2
* drm/i915: Ignore bogus plane coordinates on SKL when the plane is not visibleVille Syrjälä2017-01-181-0/+3
* 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
OpenPOWER on IntegriCloud