summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_fbc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/fbc: disable FBC on FIFO underrunsPaulo Zanoni2016-09-221-0/+67
* Revert "drm/i915/fbc: Allow on unfenced surfaces, for recent gen"Chris Wilson2016-08-241-4/+2Star
* drm/i915/fbc: Allow on unfenced surfaces, for recent genChris Wilson2016-08-191-2/+4
* drm/i915/fbc: Don't set an illegal fence if unfencedChris Wilson2016-08-191-16/+32
* drm/i915: Fallback to using unmappable memory for scanoutChris Wilson2016-08-181-0/+4
* drm/i915: Move fence tracking from object to vmaChris Wilson2016-08-181-1/+9
* drm/i915: Track pinned VMAChris Wilson2016-08-151-1/+1
* Merge tag 'drm-intel-next-2016-08-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-08-151-5/+24
|\
| * drm/i915: Repack fence tiling mode and stride into a single integerChris Wilson2016-08-051-1/+1
| * drm/i915/fbc: FBC causes display flicker when VT-d is enabled on SkylakeChris Wilson2016-08-041-0/+20
| * drm/i915: remove redundant fbc warningsMatthew Auld2016-08-021-4/+1Star
| * drm/i915: Update missing kerneldocDaniel Vetter2016-07-191-0/+2
* | drm/i915: Use drm_plane_state.{src,dst,visible}Ville Syrjälä2016-08-081-6/+6
* | drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen2016-08-081-1/+1
|/
* drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson2016-07-051-2/+2
* drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson2016-07-041-12/+12
* drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson2016-06-301-1/+3
* drm/i915/fbc: sanitize i915.enable_fbc during FBC initPaulo Zanoni2016-06-201-7/+24
* drm/i915/fbc: update busy_bits even for GTT and flip flushesPaulo Zanoni2016-06-201-3/+4
* drm/i915/fbc: Disable on HSW by default for nowLyude2016-06-201-2/+1Star
* Reapply "drm/i915: Pass atomic states to fbc update, functions."Maarten Lankhorst2016-06-161-21/+18Star
* drm/doc: Appease sphinxDaniel Vetter2016-06-021-1/+2
* drm/i915: Revert async unpin and nonblocking atomic commitDaniel Vetter2016-06-011-18/+21
* drm/i915: Pass atomic states to fbc update functions.Maarten Lankhorst2016-05-191-21/+18Star
* drm/i915: Introduce IS_GEN macroTvrtko Ursulin2016-05-111-1/+1
* drm/i915: Store a i915 backpointer from engine, and use itChris Wilson2016-05-091-1/+1
* drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen2016-03-311-2/+3
* drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen2016-03-181-2/+2
* drm/i915/fbc: enable FBC by default on HSW and BDWPaulo Zanoni2016-02-191-1/+3
* drm/i915/fbc: set fbc->active from the new activation functionsPaulo Zanoni2016-02-041-14/+8Star
* drm/i915/fbc: unexport the HW level activation functionsPaulo Zanoni2016-02-041-25/+40
* drm/i915/fbc: refactor some small functions called only oncePaulo Zanoni2016-01-291-27/+14Star
* drm/i915/fbc: don't store/check a pointer to the FBPaulo Zanoni2016-01-291-3/+1Star
* drm/i915/fbc: don't store the fb_id on reg_paramsPaulo Zanoni2016-01-291-2/+0Star
* drm/i915/fbc: don't print no_fbc_reason to dmesgPaulo Zanoni2016-01-291-27/+16Star
* drm/i915/fbc: don't try to deactivate FBC if it's not enabledPaulo Zanoni2016-01-291-1/+1
* drm/i915/fbc: make FBC work with fastbootPaulo Zanoni2016-01-291-2/+8
* drm/i915/fbc: move intel_fbc_{enable, disable} call one level upPaulo Zanoni2016-01-291-1/+1
* drm/i915/fbc: choose the new FBC CRTC during atomic checkPaulo Zanoni2016-01-291-6/+71
* drm/i915/fbc: rewrite the multiple_pipes_ok() code for lockingPaulo Zanoni2016-01-291-14/+41
* drm/i915/fbc: make sure we cancel the work function at fbc_disablePaulo Zanoni2016-01-291-0/+4
* drm/i915/fbc: rename the FBC disable functionsPaulo Zanoni2016-01-291-4/+4
* drm/i915/fbc: unexport intel_fbc_deactivatePaulo Zanoni2016-01-291-24/+4Star
* drm/i915/fbc: fix the FBC state checking codePaulo Zanoni2016-01-291-15/+18
* drm/i915/fbc: split intel_fbc_update into pre and post updatePaulo Zanoni2016-01-291-51/+26Star
* drm/i915/fbc: introduce struct intel_fbc_state_cachePaulo Zanoni2016-01-291-58/+75
* drm/i915/fbc: don't flush for operations on the wrong frontbufferPaulo Zanoni2016-01-291-8/+11
* drm/i915/fbc: don't use the frontbuffer tracking subsystem for flipsPaulo Zanoni2016-01-291-6/+4Star
* drm/i915/fbc: replace frequent dev_priv->fbc.x with fbc->xPaulo Zanoni2016-01-291-107/+130
* drm/i915/fbc: introduce struct intel_fbc_reg_paramsPaulo Zanoni2016-01-291-57/+74