index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
Files
Lines
2016-03-31
drm/i915: Refer to GGTT {,VM} consistently
Joonas Lahtinen
1
-2
/
+3
2016-03-18
drm/i915: Rename dev_priv->gtt to dev_priv->ggtt
Joonas Lahtinen
1
-2
/
+2
2016-02-19
drm/i915/fbc: enable FBC by default on HSW and BDW
Paulo Zanoni
1
-1
/
+3
2016-02-04
drm/i915/fbc: set fbc->active from the new activation functions
Paulo Zanoni
1
-14
/
+8
2016-02-04
drm/i915/fbc: unexport the HW level activation functions
Paulo Zanoni
1
-25
/
+40
2016-01-29
drm/i915/fbc: refactor some small functions called only once
Paulo Zanoni
1
-27
/
+14
2016-01-29
drm/i915/fbc: don't store/check a pointer to the FB
Paulo Zanoni
1
-3
/
+1
2016-01-29
drm/i915/fbc: don't store the fb_id on reg_params
Paulo Zanoni
1
-2
/
+0
2016-01-29
drm/i915/fbc: don't print no_fbc_reason to dmesg
Paulo Zanoni
1
-27
/
+16
2016-01-29
drm/i915/fbc: don't try to deactivate FBC if it's not enabled
Paulo Zanoni
1
-1
/
+1
2016-01-29
drm/i915/fbc: make FBC work with fastboot
Paulo Zanoni
1
-2
/
+8
2016-01-29
drm/i915/fbc: move intel_fbc_{enable, disable} call one level up
Paulo Zanoni
1
-1
/
+1
2016-01-29
drm/i915/fbc: choose the new FBC CRTC during atomic check
Paulo Zanoni
1
-6
/
+71
2016-01-29
drm/i915/fbc: rewrite the multiple_pipes_ok() code for locking
Paulo Zanoni
1
-14
/
+41
2016-01-29
drm/i915/fbc: make sure we cancel the work function at fbc_disable
Paulo Zanoni
1
-0
/
+4
2016-01-29
drm/i915/fbc: rename the FBC disable functions
Paulo Zanoni
1
-4
/
+4
2016-01-29
drm/i915/fbc: unexport intel_fbc_deactivate
Paulo Zanoni
1
-24
/
+4
2016-01-29
drm/i915/fbc: fix the FBC state checking code
Paulo Zanoni
1
-15
/
+18
2016-01-29
drm/i915/fbc: split intel_fbc_update into pre and post update
Paulo Zanoni
1
-51
/
+26
2016-01-29
drm/i915/fbc: introduce struct intel_fbc_state_cache
Paulo Zanoni
1
-58
/
+75
2016-01-29
drm/i915/fbc: don't flush for operations on the wrong frontbuffer
Paulo Zanoni
1
-8
/
+11
2016-01-29
drm/i915/fbc: don't use the frontbuffer tracking subsystem for flips
Paulo Zanoni
1
-6
/
+4
2016-01-29
drm/i915/fbc: replace frequent dev_priv->fbc.x with fbc->x
Paulo Zanoni
1
-107
/
+130
2016-01-29
drm/i915/fbc: introduce struct intel_fbc_reg_params
Paulo Zanoni
1
-57
/
+74
2016-01-29
drm/i915/fbc: extract intel_fbc_can_enable()
Paulo Zanoni
1
-18
/
+28
2016-01-29
drm/i915/fbc: extract intel_fbc_can_activate()
Paulo Zanoni
1
-42
/
+50
2016-01-29
drm/i915/fbc: wait for a vblank instead of 50ms when enabling
Paulo Zanoni
1
-10
/
+29
2015-12-03
drm/i915: only recompress FBC after flushing a drawing operation
Paulo Zanoni
1
-2
/
+6
2015-12-03
drm/i915: get rid of FBC {,de}activation messages
Paulo Zanoni
1
-15
/
+0
2015-12-03
drm/i915: kill fbc.uncompressed_size
Paulo Zanoni
1
-9
/
+4
2015-12-03
drm/i915: use a single intel_fbc_work struct
Paulo Zanoni
1
-59
/
+48
2015-12-03
drm/i915: check for FBC planes in the same place as the pipes
Paulo Zanoni
1
-6
/
+8
2015-12-03
drm/i915: alloc/free the FBC CFB during enable/disable
Paulo Zanoni
1
-65
/
+69
2015-12-03
drm/i915: introduce intel_fbc_{enable,disable}
Paulo Zanoni
1
-56
/
+140
2015-12-03
drm/i915: introduce is_active/activate/deactivate to the FBC terminology
Paulo Zanoni
1
-57
/
+57
2015-12-03
drm/i915: pass the crtc as an argument to intel_fbc_update()
Paulo Zanoni
1
-39
/
+29
2015-12-03
drm/i915: set dev_priv->fbc.crtc before scheduling the enable work
Paulo Zanoni
1
-13
/
+9
2015-12-03
drm/i915: fix the CFB size check
Paulo Zanoni
1
-1
/
+2
2015-11-10
drm/i915: remove in_dbg_master check from intel_fbc.c
Paulo Zanoni
1
-6
/
+0
2015-11-10
drm/i915: clarify that checking the FB stride for CFB is intentional
Paulo Zanoni
1
-0
/
+1
2015-11-10
drm/i915: remove too-frequent FBC debug message
Paulo Zanoni
1
-2
/
+0
2015-11-10
drm/i915: refactor FBC deactivation at init
Paulo Zanoni
1
-2
/
+6
2015-11-10
drm/i915: don't disable_fbc() if FBC is already disabled
Paulo Zanoni
1
-1
/
+2
2015-11-10
drm/i915: fix the __intel_fbc_update() comments
Paulo Zanoni
1
-24
/
+2
2015-11-10
drm/i915: use struct intel_crtc *crtc at __intel_fbc_update()
Paulo Zanoni
1
-15
/
+15
2015-11-10
drm/i915: extract crtc_is_valid() on the FBC code
Paulo Zanoni
1
-5
/
+17
2015-11-10
drm/i915: remove unnecessary check for crtc->primary->fb
Paulo Zanoni
1
-1
/
+1
2015-11-10
drm/i915: extract fbc_on_pipe_a_only()
Paulo Zanoni
1
-6
/
+7
2015-11-10
drm/i915: rename intel_fbc_nuke to intel_fbc_recompress
Paulo Zanoni
1
-3
/
+4
2015-11-10
drm/i915: remove newline from a no_fbc_reason message
Paulo Zanoni
1
-1
/
+1
[next]