All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] i915 display refactoring
@ 2014-11-18  2:10 Matt Roper
  2014-11-18  2:10 ` [PATCH 1/5] drm: Refactor mode stereo doubling into its own function Matt Roper
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Matt Roper @ 2014-11-18  2:10 UTC (permalink / raw)
  To: intel-gfx

This patch set continues the work that Gustavo Padovan (Collabora) started to
refactor the i915 display code in preparation for atomic modeset.  Gustavo's
patches have been updated to work with the latest drm-intel-nightly code and
the review feedback that came in after he got pulled away to work on other
projects has been incorporated.

Gustavo Padovan (3):
  drm: add helper to get crtc timings (v2)
  drm/i915: remove intel_crtc_cursor_set_obj() (v5)
  drm/i915: remove intel_pipe_set_base() (v3)

Matt Roper (2):
  drm: Refactor mode stereo doubling into its own function
  drm/i915: Don't store panning coordinates as 16.16 fixed point

 drivers/gpu/drm/drm_crtc.c           |  22 ++-
 drivers/gpu/drm/drm_modes.c          |  39 ++--
 drivers/gpu/drm/i915/intel_display.c | 349 +++++++++++++----------------------
 include/drm/drm_crtc.h               |   2 +
 include/drm/drm_modes.h              |   1 +
 5 files changed, 172 insertions(+), 241 deletions(-)

-- 
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] 14+ messages in thread

end of thread, other threads:[~2014-11-18 21:25 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-18  2:10 [PATCH 0/5] i915 display refactoring Matt Roper
2014-11-18  2:10 ` [PATCH 1/5] drm: Refactor mode stereo doubling into its own function Matt Roper
2014-11-18  2:10 ` [PATCH 2/5] drm: add helper to get crtc timings (v2) Matt Roper
2014-11-18  7:56   ` Daniel Vetter
2014-11-18  8:49   ` Jani Nikula
2014-11-18 17:12   ` [PATCH 2/5] drm: add helper to get crtc timings (v3) Matt Roper
2014-11-18 20:11     ` Ville Syrjälä
2014-11-18  2:10 ` [PATCH 3/5] drm/i915: remove intel_crtc_cursor_set_obj() (v5) Matt Roper
2014-11-18  2:10 ` [PATCH 4/5] drm/i915: Don't store panning coordinates as 16.16 fixed point Matt Roper
2014-11-18 19:52   ` Ville Syrjälä
2014-11-18  2:10 ` [PATCH 5/5] drm/i915: remove intel_pipe_set_base() (v3) Matt Roper
2014-11-18  8:34   ` shuang.he
2014-11-18 20:35   ` Ville Syrjälä
2014-11-18 21:25   ` Jesse Barnes

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.