public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH -v3 0/4] split plane's updates functions into check() and commit()
@ 2014-09-03 20:10 Gustavo Padovan
  2014-09-03 20:10 ` [PATCH -v3 1/4] drm/i915: create struct intel_plane_state Gustavo Padovan
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Gustavo Padovan @ 2014-09-03 20:10 UTC (permalink / raw)
  To: intel-gfx; +Cc: Gustavo Padovan, dri-devel

From: Gustavo Padovan <gustavo.padovan@collabora.co.uk>

This is the beginning of the work to prepare i915 for the upcoming
atomic modesetting API. Here we split the plane update fucntions in
the check and commit states.

v2: use struct intel_plane_state to keep states between check and
commit stages.

v3: take Ville's comments
        - rename pstate to state
        - get rid of non-drm_rect coordinates in intel_plane_state
        - keep 'clip' const

Gustavo Padovan (4):
  drm/i915: create struct intel_plane_state
  drm/i915: split intel_update_plane into check() and commit()
  drm/i915: split intel_cursor_plane_update() into check() and commit()
  drm/i915: split intel_primary_plane_setplane() into check() and
    commit()

 drivers/gpu/drm/i915/intel_display.c | 234 +++++++++++++++++++-------------
 drivers/gpu/drm/i915/intel_drv.h     |  12 ++
 drivers/gpu/drm/i915/intel_sprite.c  | 253 +++++++++++++++++++++--------------
 3 files changed, 301 insertions(+), 198 deletions(-)

-- 
1.9.3

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-09-04 15:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-03 20:10 [PATCH -v3 0/4] split plane's updates functions into check() and commit() Gustavo Padovan
2014-09-03 20:10 ` [PATCH -v3 1/4] drm/i915: create struct intel_plane_state Gustavo Padovan
2014-09-03 20:10 ` [PATCH -v3 2/4] drm/i915: split intel_update_plane into check() and commit() Gustavo Padovan
2014-09-04 15:18   ` Ville Syrjälä
2014-09-03 20:10 ` [PATCH -v3 3/4] drm/i915: split intel_cursor_plane_update() " Gustavo Padovan
2014-09-04 15:04   ` Ville Syrjälä
2014-09-03 20:10 ` [PATCH -v3 4/4] drm/i915: split intel_primary_plane_setplane() " Gustavo Padovan
2014-09-04 15:07   ` Ville Syrjälä

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox