index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_fbc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Refer to GGTT {,VM} consistently
Joonas Lahtinen
2016-03-31
1
-2
/
+3
*
drm/i915: Rename dev_priv->gtt to dev_priv->ggtt
Joonas Lahtinen
2016-03-18
1
-2
/
+2
*
drm/i915/fbc: enable FBC by default on HSW and BDW
Paulo Zanoni
2016-02-19
1
-1
/
+3
*
drm/i915/fbc: set fbc->active from the new activation functions
Paulo Zanoni
2016-02-04
1
-14
/
+8
*
drm/i915/fbc: unexport the HW level activation functions
Paulo Zanoni
2016-02-04
1
-25
/
+40
*
drm/i915/fbc: refactor some small functions called only once
Paulo Zanoni
2016-01-29
1
-27
/
+14
*
drm/i915/fbc: don't store/check a pointer to the FB
Paulo Zanoni
2016-01-29
1
-3
/
+1
*
drm/i915/fbc: don't store the fb_id on reg_params
Paulo Zanoni
2016-01-29
1
-2
/
+0
*
drm/i915/fbc: don't print no_fbc_reason to dmesg
Paulo Zanoni
2016-01-29
1
-27
/
+16
*
drm/i915/fbc: don't try to deactivate FBC if it's not enabled
Paulo Zanoni
2016-01-29
1
-1
/
+1
*
drm/i915/fbc: make FBC work with fastboot
Paulo Zanoni
2016-01-29
1
-2
/
+8
*
drm/i915/fbc: move intel_fbc_{enable, disable} call one level up
Paulo Zanoni
2016-01-29
1
-1
/
+1
*
drm/i915/fbc: choose the new FBC CRTC during atomic check
Paulo Zanoni
2016-01-29
1
-6
/
+71
*
drm/i915/fbc: rewrite the multiple_pipes_ok() code for locking
Paulo Zanoni
2016-01-29
1
-14
/
+41
*
drm/i915/fbc: make sure we cancel the work function at fbc_disable
Paulo Zanoni
2016-01-29
1
-0
/
+4
*
drm/i915/fbc: rename the FBC disable functions
Paulo Zanoni
2016-01-29
1
-4
/
+4
*
drm/i915/fbc: unexport intel_fbc_deactivate
Paulo Zanoni
2016-01-29
1
-24
/
+4
*
drm/i915/fbc: fix the FBC state checking code
Paulo Zanoni
2016-01-29
1
-15
/
+18
*
drm/i915/fbc: split intel_fbc_update into pre and post update
Paulo Zanoni
2016-01-29
1
-51
/
+26
*
drm/i915/fbc: introduce struct intel_fbc_state_cache
Paulo Zanoni
2016-01-29
1
-58
/
+75
*
drm/i915/fbc: don't flush for operations on the wrong frontbuffer
Paulo Zanoni
2016-01-29
1
-8
/
+11
*
drm/i915/fbc: don't use the frontbuffer tracking subsystem for flips
Paulo Zanoni
2016-01-29
1
-6
/
+4
*
drm/i915/fbc: replace frequent dev_priv->fbc.x with fbc->x
Paulo Zanoni
2016-01-29
1
-107
/
+130
*
drm/i915/fbc: introduce struct intel_fbc_reg_params
Paulo Zanoni
2016-01-29
1
-57
/
+74
*
drm/i915/fbc: extract intel_fbc_can_enable()
Paulo Zanoni
2016-01-29
1
-18
/
+28
*
drm/i915/fbc: extract intel_fbc_can_activate()
Paulo Zanoni
2016-01-29
1
-42
/
+50
*
drm/i915/fbc: wait for a vblank instead of 50ms when enabling
Paulo Zanoni
2016-01-29
1
-10
/
+29
*
drm/i915: only recompress FBC after flushing a drawing operation
Paulo Zanoni
2015-12-03
1
-2
/
+6
*
drm/i915: get rid of FBC {,de}activation messages
Paulo Zanoni
2015-12-03
1
-15
/
+0
*
drm/i915: kill fbc.uncompressed_size
Paulo Zanoni
2015-12-03
1
-9
/
+4
*
drm/i915: use a single intel_fbc_work struct
Paulo Zanoni
2015-12-03
1
-59
/
+48
*
drm/i915: check for FBC planes in the same place as the pipes
Paulo Zanoni
2015-12-03
1
-6
/
+8
*
drm/i915: alloc/free the FBC CFB during enable/disable
Paulo Zanoni
2015-12-03
1
-65
/
+69
*
drm/i915: introduce intel_fbc_{enable,disable}
Paulo Zanoni
2015-12-03
1
-56
/
+140
*
drm/i915: introduce is_active/activate/deactivate to the FBC terminology
Paulo Zanoni
2015-12-03
1
-57
/
+57
*
drm/i915: pass the crtc as an argument to intel_fbc_update()
Paulo Zanoni
2015-12-03
1
-39
/
+29
*
drm/i915: set dev_priv->fbc.crtc before scheduling the enable work
Paulo Zanoni
2015-12-03
1
-13
/
+9
*
drm/i915: fix the CFB size check
Paulo Zanoni
2015-12-03
1
-1
/
+2
*
drm/i915: remove in_dbg_master check from intel_fbc.c
Paulo Zanoni
2015-11-10
1
-6
/
+0
*
drm/i915: clarify that checking the FB stride for CFB is intentional
Paulo Zanoni
2015-11-10
1
-0
/
+1
*
drm/i915: remove too-frequent FBC debug message
Paulo Zanoni
2015-11-10
1
-2
/
+0
*
drm/i915: refactor FBC deactivation at init
Paulo Zanoni
2015-11-10
1
-2
/
+6
*
drm/i915: don't disable_fbc() if FBC is already disabled
Paulo Zanoni
2015-11-10
1
-1
/
+2
*
drm/i915: fix the __intel_fbc_update() comments
Paulo Zanoni
2015-11-10
1
-24
/
+2
*
drm/i915: use struct intel_crtc *crtc at __intel_fbc_update()
Paulo Zanoni
2015-11-10
1
-15
/
+15
*
drm/i915: extract crtc_is_valid() on the FBC code
Paulo Zanoni
2015-11-10
1
-5
/
+17
*
drm/i915: remove unnecessary check for crtc->primary->fb
Paulo Zanoni
2015-11-10
1
-1
/
+1
*
drm/i915: extract fbc_on_pipe_a_only()
Paulo Zanoni
2015-11-10
1
-6
/
+7
*
drm/i915: rename intel_fbc_nuke to intel_fbc_recompress
Paulo Zanoni
2015-11-10
1
-3
/
+4
*
drm/i915: remove newline from a no_fbc_reason message
Paulo Zanoni
2015-11-10
1
-1
/
+1
[next]