All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] i915 atomic plane helper conversion (v4)
@ 2014-12-16  0:23 Matt Roper
  2014-12-16  0:23 ` [PATCH 1/5] drm/i915: Refactor work that can sleep out of commit (v5) Matt Roper
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Matt Roper @ 2014-12-16  0:23 UTC (permalink / raw)
  To: intel-gfx

Updated with some minor cleanups and fixes spotted by Ander.  The largest
change between this series and the last was that I've now squashed the "prepare
for atomic plane helpers" patch that added the new entrypoints with the
"transition to atomic helpers" patch which actually makes the transition over.
With earlier revisions of the patch series, there was still enough subtle
changes to semantics during the transition that I kept them separate to help
keep it clear what was changing.  But we've reworked this patchset enough now
that both the preparation and transition patches are much simpler and
straightforward, so I think it makes sense to just combine them (although I'm
happy to split them back out if reviewers disagree).

Previous patchset available at:
   http://lists.freedesktop.org/archives/intel-gfx/2014-December/057136.html

Matt Roper (5):
  drm/i915: Refactor work that can sleep out of commit (v5)
  drm/i915: Move vblank evasion to commit (v3)
  drm/i915: Clarify sprite plane function names (v3)
  drm/i915: Move to atomic plane helpers (v8)
  drm/i915: Drop unused position fields (v2)

 Documentation/DocBook/drm.tmpl            |   5 +
 drivers/gpu/drm/i915/Makefile             |   1 +
 drivers/gpu/drm/i915/intel_atomic_plane.c | 150 +++++++++++++
 drivers/gpu/drm/i915/intel_display.c      | 358 +++++++++++++++---------------
 drivers/gpu/drm/i915/intel_drv.h          |  50 ++++-
 drivers/gpu/drm/i915/intel_sprite.c       | 183 ++++++---------
 6 files changed, 438 insertions(+), 309 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/intel_atomic_plane.c

-- 
1.8.5.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PATCH 0/5] i915 atomic plane helper conversion (v5)
@ 2014-12-23 18:41 Matt Roper
  2014-12-23 18:41 ` [PATCH 5/5] drm/i915: Drop unused position fields (v2) Matt Roper
  0 siblings, 1 reply; 15+ messages in thread
From: Matt Roper @ 2014-12-23 18:41 UTC (permalink / raw)
  To: intel-gfx

Updated based on review feedback from Ander.

Previous series is available here:
  http://lists.freedesktop.org/archives/intel-gfx/2014-December/057598.html

Matt Roper (5):
  drm/i915: Refactor work that can sleep out of commit (v6)
  drm/i915: Move vblank evasion to commit (v4)
  drm/i915: Clarify sprite plane function names (v4)
  drm/i915: Move to atomic plane helpers (v9)
  drm/i915: Drop unused position fields (v2)

 Documentation/DocBook/drm.tmpl            |   5 +
 drivers/gpu/drm/i915/Makefile             |   1 +
 drivers/gpu/drm/i915/intel_atomic_plane.c | 151 ++++++++++++
 drivers/gpu/drm/i915/intel_display.c      | 377 +++++++++++++++---------------
 drivers/gpu/drm/i915/intel_drv.h          |  50 +++-
 drivers/gpu/drm/i915/intel_sprite.c       | 203 +++++++---------
 6 files changed, 473 insertions(+), 314 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/intel_atomic_plane.c

-- 
1.8.5.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2015-01-05  9:54 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-16  0:23 [PATCH 0/5] i915 atomic plane helper conversion (v4) Matt Roper
2014-12-16  0:23 ` [PATCH 1/5] drm/i915: Refactor work that can sleep out of commit (v5) Matt Roper
2014-12-22 14:12   ` Ander Conselvan de Oliveira
2014-12-16  0:23 ` [PATCH 2/5] drm/i915: Move vblank evasion to commit (v3) Matt Roper
2014-12-23 10:01   ` Ander Conselvan de Oliveira
2014-12-16  0:23 ` [PATCH 3/5] drm/i915: Clarify sprite plane function names (v3) Matt Roper
2014-12-23 10:08   ` Ander Conselvan de Oliveira
2015-01-05  9:54     ` Daniel Vetter
2014-12-16  0:23 ` [PATCH 4/5] drm/i915: Move to atomic plane helpers (v8) Matt Roper
2014-12-23 13:27   ` Ander Conselvan de Oliveira
2014-12-16  0:23 ` [PATCH 5/5] drm/i915: Drop unused position fields (v2) Matt Roper
2014-12-16  5:31   ` shuang.he
2014-12-23 13:34   ` Ander Conselvan de Oliveira
2014-12-23 18:41 [PATCH 0/5] i915 atomic plane helper conversion (v5) Matt Roper
2014-12-23 18:41 ` [PATCH 5/5] drm/i915: Drop unused position fields (v2) Matt Roper
2014-12-23 22:59   ` shuang.he

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.