summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-01drm/i915: Track pinned vma in intel_plane_stateChris Wilson1-83/+42
2017-01-29drm/i915: Check for NULL i915_vma in intel_unpin_fb_obj()Linus Torvalds1-0/+3
2017-01-25drm/i915: Move atomic state free from out of fence releaseChris Wilson1-2/+26
2017-01-25drm/i915: Check for NULL atomic state in intel_crtc_disable_noatomic()Ander Conselvan de Oliveira1-0/+6
2017-01-25drm/i915: Fix calculation of rotated x and y offsets for planar formatsAnder Conselvan de Oliveira1-2/+3
2017-01-25drm/i915: Release temporary load-detect state upon switchingChris Wilson1-0/+1
2017-01-25drm/i915: Avoid drm_atomic_state_put(NULL) in intel_display_resumeChris Wilson1-1/+2
2017-01-18drm/i915: Ignore bogus plane coordinates on SKL when the plane is not visibleVille Syrjälä1-0/+3
2017-01-03drm/i915: Move the min_pixclk[] handling to the end of readoutVille Syrjälä1-16/+16
2016-12-23Merge tag 'drm-intel-next-fixes-2016-12-22' of git://anongit.freedesktop.org/...Dave Airlie1-21/+10
2016-12-20drm/i915/gen9: Fix PCODE polling during CDCLK change notificationImre Deak1-21/+10
2016-12-20drm/i915: drop the struct_mutex when wedged or trying to resetMatthew Auld1-1/+2
2016-12-08Merge tag 'drm-intel-next-fixes-2016-12-07' of git://anongit.freedesktop.org/...Dave Airlie1-4/+7
2016-12-05drm/i915: Move priority bumping for flips earlierChris Wilson1-1/+1
2016-12-05drm/i915: Initialize dev_priv->atomic_cdclk_freq at init timeVille Syrjälä1-0/+1
2016-12-05drm/i915: Fix cdclk vs. dev_cdclk mess when not recomputing thingsVille Syrjälä1-3/+5
2016-12-05Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie1-1/+2
2016-11-30drm/i915: drop the struct_mutex when wedged or trying to resetMatthew Auld1-1/+2
2016-11-30Merge tag 'drm-misc-next-2016-11-29' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-36/+36
2016-11-18drm/i915: Always flush the dirty CPU cache when pinning the scanoutChris Wilson1-0/+2
2016-11-18drm/i915: Enable support for nonblocking modesetMaarten Lankhorst1-9/+0
2016-11-18drm/i915: Only dump dp_m2_n2 configuration when drrs is usedTvrtko Ursulin1-3/+4
2016-11-17drm/i915: Introduce enableddisabled helperTvrtko Ursulin1-8/+6
2016-11-17drm/i915: Only dump possible panel fitter config for the platformTvrtko Ursulin1-8/+12
2016-11-17drm/i915: Only dump scaler config where supportedTvrtko Ursulin1-16/+18
2016-11-17drm/i915: Compact a few pipe config debug linesTvrtko Ursulin1-8/+7
2016-11-17drm/i915: Don't log pipe config kernel pointer and duplicated pipe nameTvrtko Ursulin1-3/+2
2016-11-17drm/i915: Dump FDI config only where applicableTvrtko Ursulin1-13/+13
2016-11-17drm/i915: Extract intel_link_m_n config printing into a helperTvrtko Ursulin1-15/+17
2016-11-17drm/i915: Make scaler updates less chattyTvrtko Ursulin1-10/+0
2016-11-17drm/i915: dev_priv cleanup in intel_display.cTvrtko Ursulin1-95/+72
2016-11-17drm/i915: dev_priv cleanup in intel_dp.cTvrtko Ursulin1-3/+3
2016-11-17drm/i915: dev_priv cleanup in i915_suspend.cTvrtko Ursulin1-11/+7
2016-11-17drm/i915: dev_priv cleanup in i915_gpu_error.cTvrtko Ursulin1-4/+3
2016-11-17Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-33/+18
2016-11-17drm: Nuke modifier[1-3]Ville Syrjälä1-36/+36
2016-11-15drm/i915/gen9+: Kill off hw_ddb from intel_crtc.Maarten Lankhorst1-3/+12
2016-11-15drm/i915/gen9+: Preserve old allocation from crtc_state.Maarten Lankhorst1-1/+1
2016-11-15drm/i915/gen9+: Program watermarks as a separate step during evasion, v3.Maarten Lankhorst1-27/+13
2016-11-15drm/i915: Add an atomic evasion step to watermark programming, v4.Maarten Lankhorst1-14/+27
2016-11-15drm/i915: Add execution priority boosting for mmioflipsChris Wilson1-0/+1
2016-11-14drm/i915/scheduler: Boost priorities for flipsChris Wilson1-0/+2
2016-11-14drm/i915: Remove some duplicated plane swapping logicVille Syrjälä1-12/+9
2016-11-14drm/i915: Kill dp_encoder_is_mstVille Syrjälä1-2/+2
2016-11-14drm/i915: Add horizontal mirroring support for CHV pipe B planesVille Syrjälä1-0/+9
2016-11-14drm/i915: Clean up rotation DSPCNTR/DVSCNTR/etc. setupVille Syrjälä1-11/+13
2016-11-14drm/i915: Use & instead if == to check for rotationsVille Syrjälä1-4/+4
2016-11-12drm: move allocation out of drm_get_format_name()Eric Engestrom1-25/+16
2016-11-11drm/i915: Pass dev_priv to INTEL_INFO everywhere apart from the gen useTvrtko Ursulin1-15/+13
2016-11-11drm/i915: More assorted dev_priv cleanupsTvrtko Ursulin1-2/+2