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