index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_sprite.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: always disable irqs in intel_pipe_update_start
Maarten Lankhorst
2015-07-15
1
-10
/
+7
*
drm/i915: Use the memory latency based WM computation on VLV too
Ville Syrjälä
2015-06-29
1
-6
/
+0
*
drm/i915: Store frontbuffer_bits in the plane
Ville Syrjälä
2015-06-25
1
-0
/
+1
*
drm/i915: Make setting color key atomic.
Maarten Lankhorst
2015-06-22
1
-45
/
+40
*
drm/i915: atomic plane updates in a nutshell
Maarten Lankhorst
2015-06-22
1
-3
/
+1
*
drm/i915: remove force argument from disable_plane
Maarten Lankhorst
2015-06-22
1
-5
/
+5
*
drm/i915: clean up atomic plane check functions, v2.
Maarten Lankhorst
2015-06-22
1
-6
/
+3
*
drm/i915: clean up plane commit functions
Maarten Lankhorst
2015-06-22
1
-19
/
+14
*
drm/i915: Split plane updates of crtc->atomic into a helper, v2.
Maarten Lankhorst
2015-06-22
1
-31
/
+1
*
drm/i915: Split skl_update_scaler, v4.
Maarten Lankhorst
2015-06-22
1
-2
/
+1
*
drm/i915: Actually respect DSPSURF alignment restrictions
Ville Syrjälä
2015-06-15
1
-3
/
+6
*
drm/i915: Make sure our labels start at column 0
Damien Lespiau
2015-06-15
1
-1
/
+1
*
drm/i915: Kill intel_flush_primary_plane()
Ville Syrjälä
2015-05-28
1
-23
/
+7
*
drm/i915/skl: don't fail colorkey + scaler request
Chandra Konduru
2015-05-22
1
-9
/
+21
*
drm/i915: Make the sprite formats const
Damien Lespiau
2015-05-20
1
-3
/
+3
*
drm/i915: call intel_tile_height with correct parameter
Chandra Konduru
2015-05-20
1
-2
/
+2
*
drm/i915: Move intel_(pre_disable/post_enable)_primary to intel_display.c, an...
Maarten Lankhorst
2015-05-08
1
-68
/
+0
*
drm/i915: Add a way to disable planes without updating state
Maarten Lankhorst
2015-05-08
1
-8
/
+8
*
drm/i915: Remove implicitly disabling primary plane for now
Maarten Lankhorst
2015-05-08
1
-44
/
+1
*
drm/i915: skylake sprite plane scaling using shared scalers
Chandra Konduru
2015-05-08
1
-77
/
+48
*
drm/i915: skylake primary plane scaling using shared scalers
Chandra Konduru
2015-05-08
1
-0
/
+10
*
Merge branch 'topic/bxt-stage1' into drm-intel-next-queued
Daniel Vetter
2015-04-14
1
-1
/
+1
|
\
|
*
Merge tag 'v4.0-rc7' into drm-next
Dave Airlie
2015-04-09
1
-1
/
+1
|
|
\
|
|
*
drm/i915: Reject the colorkey ioctls for primary and cursor planes
Ville Syrjälä
2015-04-02
1
-2
/
+2
*
|
|
drm/i915: Keep sprite plane src rect in 16.16 format
Chandra Konduru
2015-04-13
1
-8
/
+8
*
|
|
drm/i915: Initialize skylake scalers
Chandra Konduru
2015-04-13
1
-0
/
+1
*
|
|
drm/i915: Initialize plane colorkey to NONE
Chandra Konduru
2015-04-13
1
-0
/
+1
*
|
|
drm/i915/skl: Support for 90/270 rotation
Sonika Jindal
2015-04-10
1
-15
/
+37
*
|
|
drm/i915: Switch to full atomic helpers for plane updates/disable, take two
Matt Roper
2015-04-10
1
-5
/
+5
|
/
/
*
|
drm/i915: Rip out GET_SPRITE_COLORKEY ioctl
Daniel Vetter
2015-03-27
1
-24
/
+0
*
|
drm/i915/skl: Take 90/270 rotation into account in watermark calculations
Tvrtko Ursulin
2015-03-23
1
-4
/
+1
*
|
drm/i915/skl: Query display address through a wrapper
Tvrtko Ursulin
2015-03-23
1
-1
/
+4
*
|
drm/i915: Fix SKL sprite disable double buffer register update
Ville Syrjälä
2015-03-20
1
-2
/
+2
*
|
drm/i915: Eliminate plane control register RMW from sprite code
Ville Syrjälä
2015-03-20
1
-52
/
+10
*
|
drm/i915: Eliminate the RMW sprite colorkey management
Ville Syrjälä
2015-03-20
1
-231
/
+66
*
|
drm/i915: Move vblank wait determination to 'check' phase
Matt Roper
2015-03-20
1
-14
/
+10
*
|
drm/i915: Kill intel_plane->obj
Ville Syrjälä
2015-03-20
1
-8
/
+10
*
|
drm/i915: Use plane->state->fb instead of plane->fb in intel_plane_restore()
Ville Syrjälä
2015-03-17
1
-2
/
+2
*
|
drm/i915/skl: Update watermarks for Y tiling
Tvrtko Ursulin
2015-02-27
1
-0
/
+6
*
|
drm/i915/skl: Allow scanning out Y and Yf fbs
Damien Lespiau
2015-02-27
1
-5
/
+13
*
|
drm/i915: Remove DRIVER_MODESET checks from modeset code
Daniel Vetter
2015-02-27
1
-6
/
+0
*
|
drm/i915: Switch to drm_crtc variants of vblank functions
Daniel Vetter
2015-02-23
1
-2
/
+2
*
|
drm/i915/skl: Use fb modifiers for sprites
Tvrtko Ursulin
2015-02-13
1
-14
/
+3
*
|
drm/i915: change dev_priv->fbc.plane to dev_priv->fbc.crtc
Paulo Zanoni
2015-02-13
1
-1
/
+1
|
/
*
drm/i915: Switch plane properties to full atomic helper.
Matt Roper
2015-01-27
1
-26
/
+0
*
drm/i915: Consolidate plane handler vtables
Matt Roper
2015-01-27
1
-10
/
+1
*
drm/i915: Move rotation from intel_plane to drm_plane_state
Matt Roper
2015-01-27
1
-16
/
+15
*
drm/i915: Make intel_crtc->config a pointer
Ander Conselvan de Oliveira
2015-01-27
1
-1
/
+1
*
drm/i915: Embedded struct drm_crtc_state in intel_crtc_state
Ander Conselvan de Oliveira
2015-01-27
1
-1
/
+1
*
drm/i915: Drop unused position fields (v2)
Matt Roper
2015-01-12
1
-15
/
+4
[next]