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