summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_fbc.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* Reapply "drm/i915: Pass atomic states to fbc update, functions."Maarten Lankhorst2016-06-161-21/+18Star
* drm/doc: Appease sphinxDaniel Vetter2016-06-021-1/+2
* drm/i915: Revert async unpin and nonblocking atomic commitDaniel Vetter2016-06-011-18/+21
* drm/i915: Pass atomic states to fbc update functions.Maarten Lankhorst2016-05-191-21/+18Star
* drm/i915: Introduce IS_GEN macroTvrtko Ursulin2016-05-111-1/+1
* drm/i915: Store a i915 backpointer from engine, and use itChris Wilson2016-05-091-1/+1
* drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen2016-03-311-2/+3
* drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen2016-03-181-2/+2
* drm/i915/fbc: enable FBC by default on HSW and BDWPaulo Zanoni2016-02-191-1/+3
* drm/i915/fbc: set fbc->active from the new activation functionsPaulo Zanoni2016-02-041-14/+8Star
* drm/i915/fbc: unexport the HW level activation functionsPaulo Zanoni2016-02-041-25/+40
* drm/i915/fbc: refactor some small functions called only oncePaulo Zanoni2016-01-291-27/+14Star
* drm/i915/fbc: don't store/check a pointer to the FBPaulo Zanoni2016-01-291-3/+1Star
* drm/i915/fbc: don't store the fb_id on reg_paramsPaulo Zanoni2016-01-291-2/+0Star
* drm/i915/fbc: don't print no_fbc_reason to dmesgPaulo Zanoni2016-01-291-27/+16Star
* drm/i915/fbc: don't try to deactivate FBC if it's not enabledPaulo Zanoni2016-01-291-1/+1
* drm/i915/fbc: make FBC work with fastbootPaulo Zanoni2016-01-291-2/+8
* drm/i915/fbc: move intel_fbc_{enable, disable} call one level upPaulo Zanoni2016-01-291-1/+1
* drm/i915/fbc: choose the new FBC CRTC during atomic checkPaulo Zanoni2016-01-291-6/+71
* drm/i915/fbc: rewrite the multiple_pipes_ok() code for lockingPaulo Zanoni2016-01-291-14/+41
* drm/i915/fbc: make sure we cancel the work function at fbc_disablePaulo Zanoni2016-01-291-0/+4
* drm/i915/fbc: rename the FBC disable functionsPaulo Zanoni2016-01-291-4/+4
* drm/i915/fbc: unexport intel_fbc_deactivatePaulo Zanoni2016-01-291-24/+4Star
* drm/i915/fbc: fix the FBC state checking codePaulo Zanoni2016-01-291-15/+18
* drm/i915/fbc: split intel_fbc_update into pre and post updatePaulo Zanoni2016-01-291-51/+26Star
* drm/i915/fbc: introduce struct intel_fbc_state_cachePaulo Zanoni2016-01-291-58/+75
* drm/i915/fbc: don't flush for operations on the wrong frontbufferPaulo Zanoni2016-01-291-8/+11
* drm/i915/fbc: don't use the frontbuffer tracking subsystem for flipsPaulo Zanoni2016-01-291-6/+4Star
* drm/i915/fbc: replace frequent dev_priv->fbc.x with fbc->xPaulo Zanoni2016-01-291-107/+130
* drm/i915/fbc: introduce struct intel_fbc_reg_paramsPaulo Zanoni2016-01-291-57/+74
* drm/i915/fbc: extract intel_fbc_can_enable()Paulo Zanoni2016-01-291-18/+28
* drm/i915/fbc: extract intel_fbc_can_activate()Paulo Zanoni2016-01-291-42/+50
* drm/i915/fbc: wait for a vblank instead of 50ms when enablingPaulo Zanoni2016-01-291-10/+29
* drm/i915: only recompress FBC after flushing a drawing operationPaulo Zanoni2015-12-031-2/+6
* drm/i915: get rid of FBC {,de}activation messagesPaulo Zanoni2015-12-031-15/+0Star
* drm/i915: kill fbc.uncompressed_sizePaulo Zanoni2015-12-031-9/+4Star
* drm/i915: use a single intel_fbc_work structPaulo Zanoni2015-12-031-59/+48Star
* drm/i915: check for FBC planes in the same place as the pipesPaulo Zanoni2015-12-031-6/+8
* drm/i915: alloc/free the FBC CFB during enable/disablePaulo Zanoni2015-12-031-65/+69
* drm/i915: introduce intel_fbc_{enable,disable}Paulo Zanoni2015-12-031-56/+140
* drm/i915: introduce is_active/activate/deactivate to the FBC terminologyPaulo Zanoni2015-12-031-57/+57
* drm/i915: pass the crtc as an argument to intel_fbc_update()Paulo Zanoni2015-12-031-39/+29Star
* drm/i915: set dev_priv->fbc.crtc before scheduling the enable workPaulo Zanoni2015-12-031-13/+9Star
* drm/i915: fix the CFB size checkPaulo Zanoni2015-12-031-1/+2