aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_fbc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-10drm/i915: Add debugfs file to clear FIFO underruns.Maarten Lankhorst1-0/+28
2018-03-07drm/i915: Handle changing enable_fbc parameter at runtime better.Maarten Lankhorst1-26/+36
2018-03-02drm/i915/gen9, gen10: Disable FBC on planes with a misaligned Y-offsetImre Deak1-0/+11
2018-03-01Merge drm-next into drm-intel-next-queued (this time for real)Joonas Lahtinen1-2/+1
2018-03-01Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-4/+9
2018-02-22drm/i915: Add a FIXME about FBC vs. fence. 90/270 degree rotationVille Syrjälä1-0/+6
2018-02-22drm/i915: Clean up fbc vs. plane checksVille Syrjälä1-24/+2
2018-02-20drm/i915/fbc: Use PLANE_HAS_FENCE to determine if the plane is fencedChris Wilson1-4/+9
2018-02-16Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-2/+1
2018-02-05drm/i915: Always update the no_fbc_reason when disablingChris Wilson1-7/+10
2018-01-29drm/i915: Provide a device level .mode_valid() hookVille Syrjälä1-2/+1
2018-01-24drm/i915: Use enum plane_id for frontbuffer trackingVille Syrjälä1-1/+1
2018-01-17drm/i915: Do not WARN_ON with small framebuffers.Maarten Lankhorst1-3/+5
2017-12-12drm/i915: make dsm struct resource centricMatthew Auld1-4/+9
2017-11-21drm/i915: Nuke crtc->planeVille Syrjälä1-2/+2
2017-11-21drm/i915: Switch fbc over to for_each_new_intel_plane_in_state()Ville Syrjälä1-13/+10
2017-11-21drm/i915: s/enum plane/enum i9xx_plane_id/Ville Syrjälä1-6/+6
2017-10-18drm/i915: adjust get_crtc_fence_y_offset() to use base.y instead of crtc.yJuha-Pekka Heikkila1-6/+4
2017-10-18drm/i915: move adjusted_x/y from crtc to cache.Juha-Pekka Heikkila1-3/+8
2017-09-22drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko1-5/+6
2017-08-26drm/i915: Quietly cancel FBC activation if CRTC is turned off before workerChris Wilson1-3/+1
2017-08-25drm/i915: Fix FBC cfb stride programming for non X-tiled FBPraveen Paneri1-0/+17
2017-08-11drm/i915/fbc: only update no_fbc_reason when activeDaniel Vetter1-1/+3
2017-06-06drm/i915: Fix 90/270 rotated coordinates for FBCVille Syrjälä1-12/+7
2017-05-30Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie1-3/+1
2017-05-25drm/i915: Consolidate #ifdef CONFIG_INTEL_IOMMUChris Wilson1-3/+1
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss1-1/+1
2017-03-13drm/i915: Use new atomic iterator macros in fbcMaarten Lankhorst1-1/+1
2017-02-23drm/i915: Suppress fbc suggestion to increase stolen if disabledChris Wilson1-1/+2
2017-02-08drm/i915: Start moving the cdclk stuff into a distinct state structureVille Syrjälä1-1/+1
2017-02-08drm/i915: Store the pipe pixel rate in the crtc stateVille Syrjälä1-2/+1
2017-01-24drm/i915: Introduce IS_GEN9_BC for Skylake and Kabylake.Rodrigo Vivi1-2/+1
2017-01-19drm/i915: Track pinned vma in intel_plane_stateChris Wilson1-32/+20
2017-01-12drm/i915: Remove useless casts to intel_plane_stateMaarten Lankhorst1-1/+1
2017-01-04drm/i915: enable FBC on gen9+ tooPaulo Zanoni1-1/+1
2017-01-04Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-intel-next-queuedDaniel Vetter1-7/+7
2016-12-20drm/i915: fully apply WaSkipStolenMemoryFirstPagePaulo Zanoni1-1/+1
2016-12-15drm/i915: Store a pointer to the pixel format info for fbcVille Syrjälä1-7/+7
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