All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Adding NV12 support
@ 2017-08-28 10:52 Vidya Srinivas
  2017-08-28 10:52 ` [PATCH 1/6] drm/i915: Set scaler mode for NV12 Vidya Srinivas
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Vidya Srinivas @ 2017-08-28 10:52 UTC (permalink / raw)
  To: intel-gfx; +Cc: Vidya Srinivas

This patch series is adding NV12 support for Broxton display after
rebasing on latest drm-intel-nightly. Initial series of the patches
can be found here:
https://lists.freedesktop.org/archives/intel-gfx/2015-May/066786.html

Previous revision history:
Patches were initial reviewed last when floated but
currently there was a design change with respect to
- the way fb offset is handled
- the way rotation is handled
Rebase of the current NV12 patch series has been done as per the
current changes on drm-intel-nightly.
Review comments from Ville (12th June 2017) have been addressed
Review comments from Clinton A Taylor (7th July 2017) have been
addressed
Review comments from Clinton A Taylor (10th July 2017) have been
addressed. Had missed out tested-by/reviewed-by in the patches.
Fixed that error in this series.
Review comments from Ville (11th July 2017) addressed.
Review comments from Paauwe, Bob (29th July 2017) addressed.

Update from last rev:
Rebased the series as Ville's patches are merged. Previously,
this series included those floating patches.

Chandra Konduru (6):
  drm/i915: Set scaler mode for NV12
  drm/i915: Update format_is_yuv() to include NV12
  drm/i915: Upscale scaler max scale for NV12
  drm/i915: Add NV12 as supported format for primary plane
  drm/i915: Add NV12 as supported format for sprite plane
  drm/i915: Add NV12 support to intel_framebuffer_init

 drivers/gpu/drm/i915/i915_reg.h      |  1 +
 drivers/gpu/drm/i915/intel_atomic.c  |  8 ++++-
 drivers/gpu/drm/i915/intel_display.c | 67 +++++++++++++++++++++++++++++-------
 drivers/gpu/drm/i915/intel_drv.h     |  3 +-
 drivers/gpu/drm/i915/intel_sprite.c  | 34 ++++++++++++++----
 5 files changed, 92 insertions(+), 21 deletions(-)

-- 
1.9.1

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

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

end of thread, other threads:[~2017-09-27  3:32 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-28 10:52 [PATCH 0/6] Adding NV12 support Vidya Srinivas
2017-08-28 10:52 ` [PATCH 1/6] drm/i915: Set scaler mode for NV12 Vidya Srinivas
2017-08-28 10:52 ` [PATCH 2/6] drm/i915: Update format_is_yuv() to include NV12 Vidya Srinivas
2017-08-28 10:52 ` [PATCH 3/6] drm/i915: Upscale scaler max scale for NV12 Vidya Srinivas
2017-08-28 10:52 ` [PATCH 4/6] drm/i915: Add NV12 as supported format for primary plane Vidya Srinivas
2017-09-06 16:36   ` Matt Roper
2017-09-06 19:12     ` Rodrigo Vivi
2017-09-06 20:17       ` Matt Roper
2017-09-06 21:49         ` Kristian Høgsberg
2017-09-06 22:02           ` Matt Roper
2017-09-06 22:53             ` Kristian Høgsberg
2017-08-28 10:52 ` [PATCH 5/6] drm/i915: Add NV12 as supported format for sprite plane Vidya Srinivas
2017-08-28 10:52 ` [PATCH 6/6] drm/i915: Add NV12 support to intel_framebuffer_init Vidya Srinivas
2017-08-28 11:14 ` ✗ Fi.CI.BAT: failure for Adding NV12 support (rev2) Patchwork
2017-08-28 22:17 ` [PATCH 0/6] Adding NV12 support Daniel Vetter
2017-09-19 21:56   ` Kristian Høgsberg
2017-09-26 11:46     ` Daniel Vetter
2017-09-27  3:32       ` Srinivas, Vidya

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.