summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_fbc.c
AgeCommit message (Expand)Author
2017-01-19drm/i915: Track pinned vma in intel_plane_stateChris Wilson
2017-01-12drm/i915: Remove useless casts to intel_plane_stateMaarten Lankhorst
2017-01-04drm/i915: enable FBC on gen9+ tooPaulo Zanoni
2017-01-04Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Daniel Vetter
2016-12-20drm/i915: fully apply WaSkipStolenMemoryFirstPagePaulo Zanoni
2016-12-15drm/i915: Store a pointer to the pixel format info for fbcVille Syrjälä
2016-11-14drm/i915/fbc: convert intel_fbc.c to use INTEL_GEN()Paulo Zanoni
2016-11-14drm/i915/fbc: use drm_atomic_get_existing_crtc_state when appropriatePaulo Zanoni
2016-11-14drm/i915/fbc: inline intel_fbc_can_choose()Paulo Zanoni
2016-11-14drm/i915/fbc: extract intel_fbc_can_enable()Paulo Zanoni
2016-11-14drm/i915/fbc: replace a loop with drm_atomic_get_existing_crtc_state()Paulo Zanoni
2016-11-14drm/i915/fbc: move the intel_fbc_can_choose() call out of the loopPaulo Zanoni
2016-11-01drm/i915: Pass intel_crtc to intel_crtc_active()Ville Syrjälä
2016-10-25Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter
2016-10-25Merge tag 'drm-intel-next-2016-10-24' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-10-24drm/i915/fbc: fix CFB size calculation for gen8+Paulo Zanoni
2016-10-21drm: Add drm_rotation_90_or_270()Ville Syrjälä
2016-09-22drm/i915/fbc: disable FBC on FIFO underrunsPaulo Zanoni
2016-08-24Revert "drm/i915/fbc: Allow on unfenced surfaces, for recent gen"Chris Wilson
2016-08-19drm/i915/fbc: Allow on unfenced surfaces, for recent genChris Wilson
2016-08-19drm/i915/fbc: Don't set an illegal fence if unfencedChris Wilson
2016-08-18drm/i915: Fallback to using unmappable memory for scanoutChris Wilson
2016-08-18drm/i915: Move fence tracking from object to vmaChris Wilson
2016-08-15drm/i915: Track pinned VMAChris Wilson
2016-08-15Merge tag 'drm-intel-next-2016-08-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-08-08drm/i915: Use drm_plane_state.{src,dst,visible}Ville Syrjälä
2016-08-08drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen
2016-08-05drm/i915: Repack fence tiling mode and stride into a single integerChris Wilson
2016-08-04drm/i915/fbc: FBC causes display flicker when VT-d is enabled on SkylakeChris Wilson
2016-08-02drm/i915: remove redundant fbc warningsMatthew Auld
2016-07-19drm/i915: Update missing kerneldocDaniel Vetter
2016-07-05drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson
2016-06-30drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson
2016-06-20drm/i915/fbc: sanitize i915.enable_fbc during FBC initPaulo Zanoni
2016-06-20drm/i915/fbc: update busy_bits even for GTT and flip flushesPaulo Zanoni
2016-06-20drm/i915/fbc: Disable on HSW by default for nowLyude
2016-06-16Reapply "drm/i915: Pass atomic states to fbc update, functions."Maarten Lankhorst
2016-06-02drm/doc: Appease sphinxDaniel Vetter
2016-06-01drm/i915: Revert async unpin and nonblocking atomic commitDaniel Vetter
2016-05-19drm/i915: Pass atomic states to fbc update functions.Maarten Lankhorst
2016-05-11drm/i915: Introduce IS_GEN macroTvrtko Ursulin
2016-05-09drm/i915: Store a i915 backpointer from engine, and use itChris Wilson
2016-03-31drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen
2016-03-18drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen
2016-02-19drm/i915/fbc: enable FBC by default on HSW and BDWPaulo Zanoni
2016-02-04drm/i915/fbc: set fbc->active from the new activation functionsPaulo Zanoni
2016-02-04drm/i915/fbc: unexport the HW level activation functionsPaulo Zanoni
2016-01-29drm/i915/fbc: refactor some small functions called only oncePaulo Zanoni
2016-01-29drm/i915/fbc: don't store/check a pointer to the FBPaulo Zanoni