index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_fbc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
drm/i915: change no_fbc_reason from enum to string
Paulo Zanoni
2015-11-04
1
-59
/
+18
*
drm/i915/kbl: Introduce Kabylake platform defition.
Rodrigo Vivi
2015-10-28
1
-1
/
+2
*
drm/i915: fix FBC buffer size checks
Paulo Zanoni
2015-10-09
1
-5
/
+14
*
drm/i915: fix CFB size calculation
Paulo Zanoni
2015-10-09
1
-5
/
+49
*
drm/i915: export size_is_valid() from __intel_fbc_update()
Paulo Zanoni
2015-09-30
1
-13
/
+22
*
drm/i915: extract fbc_supported()
Paulo Zanoni
2015-09-30
1
-6
/
+11
*
drm/i915: Parametrize FBC_TAG registers
Ville Syrjälä
2015-09-23
1
-1
/
+1
*
drm/i915: fix FBC for cases where crtc->base.y is non-zero
Paulo Zanoni
2015-09-23
1
-5
/
+20
*
drm/i915: reject invalid formats for FBC
Paulo Zanoni
2015-09-23
1
-0
/
+30
*
drm/i915: don't apply WaFbcAsynchFlipDisableFbcQueue on SKL
Paulo Zanoni
2015-09-23
1
-1
/
+1
*
drm/i915: apply WaFbcAsynchFlipDisableFbcQueue earlier
Paulo Zanoni
2015-09-23
1
-2
/
+2
*
drm/i915: don't enable FBC when pixel rate exceeds 95% on HSW/BDW
Paulo Zanoni
2015-09-23
1
-0
/
+10
*
drm/i915: print the correct amount of bytes allocated for the CFB
Paulo Zanoni
2015-09-23
1
-2
/
+3
*
drm/i915: avoid the last 8mb of stolen on BDW/SKL
Paulo Zanoni
2015-09-23
1
-2
/
+14
*
drm/i915: check for the supported strides on HSW+ FBC
Paulo Zanoni
2015-09-23
1
-0
/
+28
*
drm/i915: fix the FBC work allocation failure path
Paulo Zanoni
2015-09-23
1
-10
/
+17
*
drm/i915: fix FBC frontbuffer tracking flushing code
Paulo Zanoni
2015-08-05
1
-6
/
+7
*
drm/i915: move set_no_fbc_reason() call out of intel_fbc_find_crtc()
Paulo Zanoni
2015-07-08
1
-4
/
+4
*
drm/i915: extract FBC_MULTIPLE_PIPES check
Paulo Zanoni
2015-07-08
1
-9
/
+27
*
drm/i915: add FBC_IN_DBG_MASTER no_fbc_reason
Paulo Zanoni
2015-07-08
1
-1
/
+5
*
drm/i915: use intel_crtc for the FBC functions
Paulo Zanoni
2015-07-08
1
-41
/
+38
*
drm/i915: use dev_priv for the FBC functions
Paulo Zanoni
2015-07-08
1
-94
/
+60
*
drm/i915: move FBC vfuncs to struct i915_fbc
Paulo Zanoni
2015-07-08
1
-22
/
+22
*
drm/i915: protect FBC functions with FBC checks
Paulo Zanoni
2015-07-06
1
-9
/
+18
*
drm/i915: FBC doesn't need struct_mutex anymore
Paulo Zanoni
2015-07-06
1
-2
/
+0
*
drm/i915: add the FBC mutex
Paulo Zanoni
2015-07-06
1
-15
/
+86
*
drm/i915: move FBC code out of i915_gem_stolen.c
Paulo Zanoni
2015-07-06
1
-3
/
+126
[next]