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
/
intel_fbc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-19
drm/i915: Track pinned vma in intel_plane_state
Chris Wilson
1
-32
/
+20
2017-01-12
drm/i915: Remove useless casts to intel_plane_state
Maarten Lankhorst
1
-1
/
+1
2017-01-04
drm/i915: enable FBC on gen9+ too
Paulo Zanoni
1
-1
/
+1
2017-01-04
Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...
Daniel Vetter
1
-7
/
+7
2016-12-20
drm/i915: fully apply WaSkipStolenMemoryFirstPage
Paulo Zanoni
1
-1
/
+1
2016-12-15
drm/i915: Store a pointer to the pixel format info for fbc
Ville Syrjälä
1
-7
/
+7
2016-11-14
drm/i915/fbc: convert intel_fbc.c to use INTEL_GEN()
Paulo Zanoni
1
-13
/
+13
2016-11-14
drm/i915/fbc: use drm_atomic_get_existing_crtc_state when appropriate
Paulo Zanoni
1
-11
/
+4
2016-11-14
drm/i915/fbc: inline intel_fbc_can_choose()
Paulo Zanoni
1
-22
/
+11
2016-11-14
drm/i915/fbc: extract intel_fbc_can_enable()
Paulo Zanoni
1
-2
/
+12
2016-11-14
drm/i915/fbc: replace a loop with drm_atomic_get_existing_crtc_state()
Paulo Zanoni
1
-10
/
+7
2016-11-14
drm/i915/fbc: move the intel_fbc_can_choose() call out of the loop
Paulo Zanoni
1
-3
/
+3
2016-11-01
drm/i915: Pass intel_crtc to intel_crtc_active()
Ville Syrjälä
1
-1
/
+1
2016-10-25
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
1
-1
/
+1
2016-10-25
Merge tag 'drm-intel-next-2016-10-24' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-0
/
+67
2016-10-24
drm/i915/fbc: fix CFB size calculation for gen8+
Paulo Zanoni
1
-1
/
+3
2016-10-21
drm: Add drm_rotation_90_or_270()
Ville Syrjälä
1
-1
/
+1
2016-09-22
drm/i915/fbc: disable FBC on FIFO underruns
Paulo Zanoni
1
-0
/
+67
2016-08-24
Revert "drm/i915/fbc: Allow on unfenced surfaces, for recent gen"
Chris Wilson
1
-4
/
+2
2016-08-19
drm/i915/fbc: Allow on unfenced surfaces, for recent gen
Chris Wilson
1
-2
/
+4
2016-08-19
drm/i915/fbc: Don't set an illegal fence if unfenced
Chris Wilson
1
-16
/
+32
2016-08-18
drm/i915: Fallback to using unmappable memory for scanout
Chris Wilson
1
-0
/
+4
2016-08-18
drm/i915: Move fence tracking from object to vma
Chris Wilson
1
-1
/
+9
2016-08-15
drm/i915: Track pinned VMA
Chris Wilson
1
-1
/
+1
2016-08-15
Merge tag 'drm-intel-next-2016-08-08' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-5
/
+24
2016-08-08
drm/i915: Use drm_plane_state.{src,dst,visible}
Ville Syrjälä
1
-6
/
+6
2016-08-08
drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?
Joonas Lahtinen
1
-1
/
+1
2016-08-05
drm/i915: Repack fence tiling mode and stride into a single integer
Chris Wilson
1
-1
/
+1
2016-08-04
drm/i915/fbc: FBC causes display flicker when VT-d is enabled on Skylake
Chris Wilson
1
-0
/
+20
2016-08-02
drm/i915: remove redundant fbc warnings
Matthew Auld
1
-4
/
+1
2016-07-19
drm/i915: Update missing kerneldoc
Daniel Vetter
1
-0
/
+2
2016-07-05
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
Chris Wilson
1
-2
/
+2
2016-07-04
drm/i915: Mass convert dev->dev_private to to_i915(dev)
Chris Wilson
1
-12
/
+12
2016-06-30
drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()
Chris Wilson
1
-1
/
+3
2016-06-20
drm/i915/fbc: sanitize i915.enable_fbc during FBC init
Paulo Zanoni
1
-7
/
+24
2016-06-20
drm/i915/fbc: update busy_bits even for GTT and flip flushes
Paulo Zanoni
1
-3
/
+4
2016-06-20
drm/i915/fbc: Disable on HSW by default for now
Lyude
1
-2
/
+1
2016-06-16
Reapply "drm/i915: Pass atomic states to fbc update, functions."
Maarten Lankhorst
1
-21
/
+18
2016-06-02
drm/doc: Appease sphinx
Daniel Vetter
1
-1
/
+2
2016-06-01
drm/i915: Revert async unpin and nonblocking atomic commit
Daniel Vetter
1
-18
/
+21
2016-05-19
drm/i915: Pass atomic states to fbc update functions.
Maarten Lankhorst
1
-21
/
+18
2016-05-11
drm/i915: Introduce IS_GEN macro
Tvrtko Ursulin
1
-1
/
+1
2016-05-09
drm/i915: Store a i915 backpointer from engine, and use it
Chris Wilson
1
-1
/
+1
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
[next]