aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_fbc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-14drm/i915/fbc: convert intel_fbc.c to use INTEL_GEN()Paulo Zanoni1-13/+13
2016-11-14drm/i915/fbc: use drm_atomic_get_existing_crtc_state when appropriatePaulo Zanoni1-11/+4
2016-11-14drm/i915/fbc: inline intel_fbc_can_choose()Paulo Zanoni1-22/+11
2016-11-14drm/i915/fbc: extract intel_fbc_can_enable()Paulo Zanoni1-2/+12
2016-11-14drm/i915/fbc: replace a loop with drm_atomic_get_existing_crtc_state()Paulo Zanoni1-10/+7
2016-11-14drm/i915/fbc: move the intel_fbc_can_choose() call out of the loopPaulo Zanoni1-3/+3
2016-11-01drm/i915: Pass intel_crtc to intel_crtc_active()Ville Syrjälä1-1/+1
2016-10-25Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-1/+1
2016-10-25Merge tag 'drm-intel-next-2016-10-24' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-0/+67
2016-10-24drm/i915/fbc: fix CFB size calculation for gen8+Paulo Zanoni1-1/+3
2016-10-21drm: Add drm_rotation_90_or_270()Ville Syrjälä1-1/+1
2016-09-22drm/i915/fbc: disable FBC on FIFO underrunsPaulo Zanoni1-0/+67
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-18drm/i915: Fallback to using unmappable memory for scanoutChris Wilson1-0/+4
2016-08-18drm/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-intel into drm-nextDave 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