public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Cursor support with universal planes (v4)
@ 2014-06-10 15:28 Matt Roper
  2014-06-10 15:28 ` [PATCH 1/6] drm: Refactor framebuffer creation to allow internal use (v2) Matt Roper
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Matt Roper @ 2014-06-10 15:28 UTC (permalink / raw)
  To: intel-gfx

Rebasing to the latest drm-intel-nightly and resending at the request of the
reviewers.  Daniel has already provided an r-b for the first five patches here,
so #6 is the main functionality awaiting review.

Matt Roper (6):
  drm: Refactor framebuffer creation to allow internal use (v2)
  drm: Refactor setplane to allow internal use (v3)
  drm: Support legacy cursor ioctls via universal planes when possible
    (v4)
  drm: Allow drivers to register cursor planes with crtc
  drm/i915: Add intel_crtc_cursor_set_obj() to set cursor buffer (v2)
  drm/i915: Switch to unified plane cursor handling (v4)

 drivers/gpu/drm/drm_crtc.c           | 357 +++++++++++++++++++++++++----------
 drivers/gpu/drm/i915/intel_display.c | 170 +++++++++++++----
 drivers/gpu/drm/i915/intel_drv.h     |   1 -
 include/drm/drm_crtc.h               |   6 +-
 4 files changed, 390 insertions(+), 144 deletions(-)

-- 
1.8.5.1

^ permalink raw reply	[flat|nested] 18+ messages in thread
[parent not found: <1400776485-19732-1-git-send-email-matthew.d.roper@intel.com>]

end of thread, other threads:[~2014-06-13  6:46 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-10 15:28 [PATCH 0/6] Cursor support with universal planes (v4) Matt Roper
2014-06-10 15:28 ` [PATCH 1/6] drm: Refactor framebuffer creation to allow internal use (v2) Matt Roper
2014-06-12  9:02   ` G, Pallavi
2014-06-10 15:28 ` [PATCH 2/6] drm: Refactor setplane to allow internal use (v3) Matt Roper
2014-06-12  9:05   ` G, Pallavi
2014-06-10 15:28 ` [PATCH 3/6] drm: Support legacy cursor ioctls via universal planes when possible (v4) Matt Roper
2014-06-12  9:06   ` G, Pallavi
2014-06-10 15:28 ` [PATCH 4/6] drm: Allow drivers to register cursor planes with crtc Matt Roper
2014-06-12  9:08   ` G, Pallavi
2014-06-10 15:28 ` [PATCH 5/6] drm/i915: Add intel_crtc_cursor_set_obj() to set cursor buffer (v2) Matt Roper
2014-06-12  9:44   ` G, Pallavi
2014-06-10 15:28 ` [PATCH 6/6] drm/i915: Switch to unified plane cursor handling (v4) Matt Roper
2014-06-12 11:47   ` G, Pallavi
2014-06-12 14:57     ` Matt Roper
2014-06-13  4:35       ` G, Pallavi
2014-06-13  6:46         ` Daniel Vetter
     [not found] <1400776485-19732-1-git-send-email-matthew.d.roper@intel.com>
2014-05-22 21:00 ` Matt Roper
2014-06-04 10:37   ` G, Pallavi

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