index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_fbc.c
Age
Commit message (
Expand
)
Author
2016-06-30
drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()
Chris Wilson
2016-06-20
drm/i915/fbc: sanitize i915.enable_fbc during FBC init
Paulo Zanoni
2016-06-20
drm/i915/fbc: update busy_bits even for GTT and flip flushes
Paulo Zanoni
2016-06-20
drm/i915/fbc: Disable on HSW by default for now
Lyude
2016-06-16
Reapply "drm/i915: Pass atomic states to fbc update, functions."
Maarten Lankhorst
2016-06-02
drm/doc: Appease sphinx
Daniel Vetter
2016-06-01
drm/i915: Revert async unpin and nonblocking atomic commit
Daniel Vetter
2016-05-19
drm/i915: Pass atomic states to fbc update functions.
Maarten Lankhorst
2016-05-11
drm/i915: Introduce IS_GEN macro
Tvrtko Ursulin
2016-05-09
drm/i915: Store a i915 backpointer from engine, and use it
Chris Wilson
2016-03-31
drm/i915: Refer to GGTT {,VM} consistently
Joonas Lahtinen
2016-03-18
drm/i915: Rename dev_priv->gtt to dev_priv->ggtt
Joonas Lahtinen
2016-02-19
drm/i915/fbc: enable FBC by default on HSW and BDW
Paulo Zanoni
2016-02-04
drm/i915/fbc: set fbc->active from the new activation functions
Paulo Zanoni
2016-02-04
drm/i915/fbc: unexport the HW level activation functions
Paulo Zanoni
2016-01-29
drm/i915/fbc: refactor some small functions called only once
Paulo Zanoni
2016-01-29
drm/i915/fbc: don't store/check a pointer to the FB
Paulo Zanoni
2016-01-29
drm/i915/fbc: don't store the fb_id on reg_params
Paulo Zanoni
2016-01-29
drm/i915/fbc: don't print no_fbc_reason to dmesg
Paulo Zanoni
2016-01-29
drm/i915/fbc: don't try to deactivate FBC if it's not enabled
Paulo Zanoni
2016-01-29
drm/i915/fbc: make FBC work with fastboot
Paulo Zanoni
2016-01-29
drm/i915/fbc: move intel_fbc_{enable, disable} call one level up
Paulo Zanoni
2016-01-29
drm/i915/fbc: choose the new FBC CRTC during atomic check
Paulo Zanoni
2016-01-29
drm/i915/fbc: rewrite the multiple_pipes_ok() code for locking
Paulo Zanoni
2016-01-29
drm/i915/fbc: make sure we cancel the work function at fbc_disable
Paulo Zanoni
2016-01-29
drm/i915/fbc: rename the FBC disable functions
Paulo Zanoni
2016-01-29
drm/i915/fbc: unexport intel_fbc_deactivate
Paulo Zanoni
2016-01-29
drm/i915/fbc: fix the FBC state checking code
Paulo Zanoni
2016-01-29
drm/i915/fbc: split intel_fbc_update into pre and post update
Paulo Zanoni
2016-01-29
drm/i915/fbc: introduce struct intel_fbc_state_cache
Paulo Zanoni
2016-01-29
drm/i915/fbc: don't flush for operations on the wrong frontbuffer
Paulo Zanoni
2016-01-29
drm/i915/fbc: don't use the frontbuffer tracking subsystem for flips
Paulo Zanoni
2016-01-29
drm/i915/fbc: replace frequent dev_priv->fbc.x with fbc->x
Paulo Zanoni
2016-01-29
drm/i915/fbc: introduce struct intel_fbc_reg_params
Paulo Zanoni
2016-01-29
drm/i915/fbc: extract intel_fbc_can_enable()
Paulo Zanoni
2016-01-29
drm/i915/fbc: extract intel_fbc_can_activate()
Paulo Zanoni
2016-01-29
drm/i915/fbc: wait for a vblank instead of 50ms when enabling
Paulo Zanoni
2015-12-03
drm/i915: only recompress FBC after flushing a drawing operation
Paulo Zanoni
2015-12-03
drm/i915: get rid of FBC {,de}activation messages
Paulo Zanoni
2015-12-03
drm/i915: kill fbc.uncompressed_size
Paulo Zanoni
2015-12-03
drm/i915: use a single intel_fbc_work struct
Paulo Zanoni
2015-12-03
drm/i915: check for FBC planes in the same place as the pipes
Paulo Zanoni
2015-12-03
drm/i915: alloc/free the FBC CFB during enable/disable
Paulo Zanoni
2015-12-03
drm/i915: introduce intel_fbc_{enable,disable}
Paulo Zanoni
2015-12-03
drm/i915: introduce is_active/activate/deactivate to the FBC terminology
Paulo Zanoni
2015-12-03
drm/i915: pass the crtc as an argument to intel_fbc_update()
Paulo Zanoni
2015-12-03
drm/i915: set dev_priv->fbc.crtc before scheduling the enable work
Paulo Zanoni
2015-12-03
drm/i915: fix the CFB size check
Paulo Zanoni
2015-11-10
drm/i915: remove in_dbg_master check from intel_fbc.c
Paulo Zanoni
2015-11-10
drm/i915: clarify that checking the FB stride for CFB is intentional
Paulo Zanoni
[next]