index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
display
/
intel_fbc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-07
drm/i915/xelpd: First stab at DPT support
Ville Syrjälä
1
-3
/
+3
2021-05-05
drm/i915: Don't include intel_de.h from intel_display_types.h
Ville Syrjälä
1
-0
/
+1
2021-04-14
drm/i915/display: rename display version macros
Lucas De Marchi
1
-10
/
+10
2021-04-14
drm/i915: Restore lost glk FBC 16bpp w/a
Ville Syrjälä
1
-1
/
+1
2021-04-14
drm/i915/display: Eliminate IS_GEN9_{BC,LP}
Matt Roper
1
-3
/
+4
2021-03-29
drm/i915: Unify the FB and plane state view information into one struct
Imre Deak
1
-3
/
+3
2021-03-23
drm/i915/display: Simplify GLK display version tests
Matt Roper
1
-2
/
+2
2021-03-23
drm/i915/display: Eliminate most usage of INTEL_GEN()
Matt Roper
1
-28
/
+28
2021-03-23
drm/i915/display: Convert gen5/gen6 tests to IS_IRONLAKE/IS_SANDYBRIDGE
Matt Roper
1
-3
/
+3
2021-01-14
drm/i915/display: fix the uint*_t types that have crept in
Jani Nikula
1
-1
/
+1
2020-12-02
Revert "drm/i915/display/fbc: Disable fbc by default on TGL"
Uma Shankar
1
-7
/
+0
2020-12-02
drm/i915/display/tgl: Disable FBC with PSR2
Uma Shankar
1
-0
/
+12
2020-10-19
drm/i915/display/fbc: Implement WA 22010751166
José Roberto de Souza
1
-0
/
+7
2020-08-28
Merge tag 'drm-intel-next-2020-08-24-1' of git://anongit.freedesktop.org/drm/...
Dave Airlie
1
-0
/
+17
2020-08-17
drm/i915/display/fbc: Disable fbc by default on TGL
Uma Shankar
1
-0
/
+7
2020-08-17
drm/i915/fbc: Limit cfb to the first 256MiB of stolen on g4x+
Ville Syrjälä
1
-0
/
+10
2020-08-05
Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-38
/
+66
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-07-14
drm/i915: Recalculate FBC w/a stride when needed
Ville Syrjälä
1
-7
/
+26
2020-07-14
drm/i915: Recalculate FBC w/a stride when needed
Ville Syrjälä
1
-7
/
+26
2020-07-09
drm/i915: Move all FBC w/as to .init_clock_gating()
Ville Syrjälä
1
-15
/
+0
2020-07-06
drm/i915/fbc: Fix fence_y_offset handling
Ville Syrjälä
1
-22
/
+10
2020-07-03
drm/i915/fbc: Fix nuke for pre-snb platforms
Ville Syrjälä
1
-1
/
+33
2020-07-03
drm/i915/fbc: Use the correct plane stride
Ville Syrjälä
1
-6
/
+10
2020-06-30
drm/i915/fbc: Reduce fbc1 compression interval to 1 second
Ville Syrjälä
1
-2
/
+2
2020-06-30
drm/i915/fbc: Store the fbc1 compression interval in the params
Ville Syrjälä
1
-7
/
+6
2020-06-30
drm/i915/fbc: Parametrize FBC_CONTROL
Ville Syrjälä
1
-4
/
+4
2020-06-30
drm/i915/fbc: Don't clear busy_bits for origin==GTT
Ville Syrjälä
1
-1
/
+9
2020-06-30
drm/i915/fbc: Fix fence_y_offset handling
Ville Syrjälä
1
-22
/
+10
2020-06-22
drm/i915/params: switch to device specific parameters
Jani Nikula
1
-6
/
+6
2020-05-04
drm/i915/display: Warn if the FBC is still writing to stolen on removal
Chris Wilson
1
-0
/
+3
2020-05-04
drm/i915/fbc: Require linear fb stride to be multiple of 512 bytes on gen9/glk
Ville Syrjälä
1
-2
/
+7
2020-04-20
Make the "Reducing compressed framebufer size" message be DRM_INFO_ONCE()
Peter Jones
1
-3
/
+2
2020-03-24
drm/i915/display/fbc: Make fences a nice-to-have for GEN9+
José Roberto de Souza
1
-7
/
+47
2020-03-18
drm/i915/fbc: convert to drm_device based logging macros.
Wambui Karuga
1
-12
/
+18
2020-03-10
drm/i915/display: Do not write in removed FBC fence registers
Radhakrishna Sripada
1
-1
/
+1
2020-03-10
drm/i915/display: Deactive FBC in fastsets when disabled by parameter
José Roberto de Souza
1
-22
/
+25
2020-03-06
drm/i915: properly sanity check batch_start_offset
Matthew Auld
1
-6
/
+6
2020-03-03
drm/i915/vgpu: improve vgpu abstractions
Jani Nikula
1
-0
/
+1
2020-02-04
drm/i915/display/fbc: Make WARN* drm specific where drm_priv ptr is available
Pankaj Bharadiya
1
-11
/
+12
2020-01-30
drm/i915/fbc: __intel_fbc_cleanup_cfb() may be called multiple times
Chris Wilson
1
-2
/
+4
2020-01-27
drm/i915/fbc: use intel_de_*() functions for register access
Jani Nikula
1
-51
/
+55
2020-01-27
drm/i915/display: Squelch kerneldoc complaints
Chris Wilson
1
-2
/
+1
2020-01-15
drm/i915/fbc: Add fbc tracepoints
Ville Syrjälä
1
-0
/
+9
2020-01-15
drm/i915/fbc: Nuke fbc_supported()
Ville Syrjälä
1
-23
/
+10
2020-01-15
drm/i915/fbc: Move the plane state check into the fbc functions
Ville Syrjälä
1
-10
/
+30
2019-12-19
drm/i915/fbc: Reject PLANE_OFFSET.y%4!=0 on icl+ too
Ville Syrjälä
1
-1
/
+1
2019-12-09
drm/i915/fbc: Reallocate cfb if we need more of it
Ville Syrjälä
1
-7
/
+15
2019-12-09
drm/i915/fbc: Enable fbc by default on glk+ once again
Ville Syrjälä
1
-4
/
+0
[next]