public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Intel primary plane support (v6)
@ 2014-04-30 17:06 Matt Roper
  2014-04-30 17:07 ` [PATCH 1/4] drm: Check CRTC compatibility in setplane Matt Roper
                   ` (3 more replies)
  0 siblings, 4 replies; 26+ messages in thread
From: Matt Roper @ 2014-04-30 17:06 UTC (permalink / raw)
  To: intel-gfx

This iteration of the patch series fixes up some conflicts between primary
plane disabling and other KMS operations (i-g-t tests will be sent shortly).
It also refactors the plane update parameter checking into a new DRM core
primary plane helper function.  Unlike the previous iteration of the patch, the
helper now takes src, dest, and clip rects provided by the driver, which
eliminates a lot of unnecessary duplication of work between the helper and the
driver.

The previous iteration of this patch series is at
   http://lists.freedesktop.org/archives/intel-gfx/2014-April/044069.html


Matt Roper (4):
  drm: Check CRTC compatibility in setplane
  drm/plane-helper: Add drm_primary_helper_check_update() (v2)
  drm/i915: don't force full modeset if primary plane is disabled
  drm/i915: Intel-specific primary plane handling (v6)

 drivers/gpu/drm/drm_crtc.c           |   7 ++
 drivers/gpu/drm/drm_plane_helper.c   | 129 +++++++++++++++------
 drivers/gpu/drm/i915/intel_display.c | 216 ++++++++++++++++++++++++++++++++++-
 include/drm/drm_plane_helper.h       |  24 +++-
 4 files changed, 334 insertions(+), 42 deletions(-)

-- 
1.8.5.1

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

end of thread, other threads:[~2014-05-28  5:42 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-30 17:06 [PATCH 0/4] Intel primary plane support (v6) Matt Roper
2014-04-30 17:07 ` [PATCH 1/4] drm: Check CRTC compatibility in setplane Matt Roper
2014-04-30 17:07 ` [PATCH 2/4] drm/plane-helper: Add drm_primary_helper_check_update() (v2) Matt Roper
2014-05-16  2:51   ` Lee, Chon Ming
2014-05-16  3:04     ` Rob Clark
2014-05-16  5:25       ` Lee, Chon Ming
2014-05-16  8:02         ` Daniel Vetter
2014-05-16 15:45     ` Matt Roper
2014-05-19 21:46   ` [PATCH 2/4] drm/plane-helper: Add drm_plane_helper_check_update() (v3) Matt Roper
2014-04-30 17:07 ` [PATCH 3/4] drm/i915: don't force full modeset if primary plane is disabled Matt Roper
2014-05-15 14:54   ` Ville Syrjälä
2014-05-15 16:13   ` [PATCH 3/4] drm/i915: don't force full modeset if primary plane is disabled (v2) Matt Roper
2014-04-30 17:07 ` [PATCH 4/4] drm/i915: Intel-specific primary plane handling (v6) Matt Roper
2014-05-15 15:52   ` Ville Syrjälä
2014-05-15 16:37     ` Matt Roper
2014-05-15 17:00       ` Ville Syrjälä
2014-05-15 19:35         ` Matt Roper
2014-05-15 20:49           ` Daniel Vetter
2014-05-15 20:59             ` Matt Roper
2014-05-15 21:20               ` Daniel Vetter
2014-05-15 21:25                 ` Matt Roper
2014-05-15 19:21   ` [PATCH 4/4] drm/i915: Intel-specific primary plane handling (v7) Matt Roper
2014-05-18 15:53     ` Lee, Chon Ming
2014-05-19 21:44       ` Matt Roper
2014-05-19 21:48     ` [PATCH 4/4] drm/i915: Intel-specific primary plane handling (v8) Matt Roper
2014-05-28  5:41       ` Lee, Chon Ming

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