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