summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_fbc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko2017-09-221-5/+6
* drm/i915: Quietly cancel FBC activation if CRTC is turned off before workerChris Wilson2017-08-261-3/+1
* drm/i915: Fix FBC cfb stride programming for non X-tiled FBPraveen Paneri2017-08-251-0/+17
* drm/i915/fbc: only update no_fbc_reason when activeDaniel Vetter2017-08-111-1/+3
* drm/i915: Fix 90/270 rotated coordinates for FBCVille Syrjälä2017-06-061-12/+7
* Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-05-301-3/+1
|\
| * drm/i915: Consolidate #ifdef CONFIG_INTEL_IOMMUChris Wilson2017-05-251-3/+1
* | drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss2017-05-221-1/+1
|/
* drm/i915: Use new atomic iterator macros in fbcMaarten Lankhorst2017-03-131-1/+1
* drm/i915: Suppress fbc suggestion to increase stolen if disabledChris Wilson2017-02-231-1/+2
* drm/i915: Start moving the cdclk stuff into a distinct state structureVille Syrjälä2017-02-081-1/+1
* drm/i915: Store the pipe pixel rate in the crtc stateVille Syrjälä2017-02-081-2/+1
* drm/i915: Introduce IS_GEN9_BC for Skylake and Kabylake.Rodrigo Vivi2017-01-241-2/+1
* drm/i915: Track pinned vma in intel_plane_stateChris Wilson2017-01-191-32/+20
* drm/i915: Remove useless casts to intel_plane_stateMaarten Lankhorst2017-01-121-1/+1
* drm/i915: enable FBC on gen9+ tooPaulo Zanoni2017-01-041-1/+1
* Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Daniel Vetter2017-01-041-7/+7
|\
| * drm/i915: Store a pointer to the pixel format info for fbcVille Syrjälä2016-12-151-7/+7
* | drm/i915: fully apply WaSkipStolenMemoryFirstPagePaulo Zanoni2016-12-201-1/+1
|/
* drm/i915/fbc: convert intel_fbc.c to use INTEL_GEN()Paulo Zanoni2016-11-141-13/+13
* drm/i915/fbc: use drm_atomic_get_existing_crtc_state when appropriatePaulo Zanoni2016-11-141-11/+4
* drm/i915/fbc: inline intel_fbc_can_choose()Paulo Zanoni2016-11-141-22/+11
* drm/i915/fbc: extract intel_fbc_can_enable()Paulo Zanoni2016-11-141-2/+12
* drm/i915/fbc: replace a loop with drm_atomic_get_existing_crtc_state()Paulo Zanoni2016-11-141-10/+7
* drm/i915/fbc: move the intel_fbc_can_choose() call out of the loopPaulo Zanoni2016-11-141-3/+3
* drm/i915: Pass intel_crtc to intel_crtc_active()Ville Syrjälä2016-11-011-1/+1
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-10-251-1/+1
|\
| * Merge tag 'drm-intel-next-2016-10-24' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-10-251-0/+67
| |\
| * | drm: Add drm_rotation_90_or_270()Ville Syrjälä2016-10-211-1/+1
* | | drm/i915/fbc: fix CFB size calculation for gen8+Paulo Zanoni2016-10-241-1/+3
| |/ |/|
* | 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/+2
* 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/+1
| * 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/+1
OpenPOWER on IntegriCloud