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_sprite.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
drm/i915: Move to atomic plane helpers (v9)
Matt Roper
2015-01-12
1
-16
/
+34
*
drm/i915: Clarify sprite plane function names (v4)
Matt Roper
2015-01-12
1
-11
/
+3
*
drm/i915: Move vblank evasion to commit (v4)
Matt Roper
2015-01-12
1
-42
/
+0
*
drm/i915: Refactor work that can sleep out of commit (v7)
Matt Roper
2015-01-12
1
-47
/
+51
*
drm/i915: Move FBC stuff to intel_fbc.c
Rodrigo Vivi
2014-12-10
1
-2
/
+2
*
drm/i915: Make all plane disables use 'update_plane' (v5)
Matt Roper
2014-12-06
1
-53
/
+18
*
drm/i915: Consolidate top-level .update_plane() handlers
Matt Roper
2014-12-06
1
-56
/
+2
*
drm/i915: Consolidate plane 'cleanup' operations (v3)
Matt Roper
2014-12-06
1
-18
/
+8
*
drm/i915: Consolidate plane 'prepare' functions (v2)
Matt Roper
2014-12-06
1
-38
/
+6
*
drm/i915: Make intel_plane_state subclass drm_plane_state
Matt Roper
2014-12-06
1
-8
/
+8
*
drm/i915: use the correct obj when preparing the sprite plane
Paulo Zanoni
2014-11-14
1
-2
/
+3
*
drm/i915: Use vblank evade mechanism in mmio_flip
Ander Conselvan de Oliveira
2014-11-07
1
-2
/
+2
[next]