Re: [Intel-gfx] [PATCH 08/12] drm/i915: Add NV12 support to intel_framebuffer_init

2015-05-22 Thread Runyan, Arthur J
>From: Konduru, Chandra >> > >> > Hi Daniel, >> > NV12 programming is documented in bspec under display planes "Plane >> > Planar YUV programming". There it talks about aux_dist which is the >> > distance between y and uv planes expecting uv to be after y. >> >> Bspec talks about wrap-arou

Re: [Intel-gfx] [PATCH 08/12] drm/i915: Add NV12 support to intel_framebuffer_init

2015-05-21 Thread Runyan, Arthur J
>From: Konduru, Chandra > >> > >> > Hi Daniel, >> > NV12 programming is documented in bspec under display planes "Plane >> > Planar YUV programming". There it talks about aux_dist which is the >> > distance between y and uv planes expecting uv to be after y. >> >> Bspec talks about wrap-around, whi

Re: [Intel-gfx] [PATCH 08/12] drm/i915: Add NV12 support to intel_framebuffer_init

2015-05-21 Thread Konduru, Chandra
> > > > > > This patch adds NV12 as supported format to > > > > > > intel_framebuffer_init and performs various checks. > > > > > > > > > > > > Signed-off-by: Chandra Konduru > > > > > > Testcase: igt/kms_nv12 > > > > > > --- > > > > > > drivers/gpu/drm/i915/intel_display.c | 27 > > > +

Re: [Intel-gfx] [PATCH 08/12] drm/i915: Add NV12 support to intel_framebuffer_init

2015-05-21 Thread Daniel Vetter
dra > > Cc: Daniel Vetter; intel-gfx@lists.freedesktop.org; Vetter, Daniel; > > Syrjala, Ville > > Subject: Re: [Intel-gfx] [PATCH 08/12] drm/i915: Add NV12 support to > > intel_framebuffer_init > > > > On Tue, May 19, 2015 at 04:31:54PM +, Konduru, Chandra wr

Re: [Intel-gfx] [PATCH 08/12] drm/i915: Add NV12 support to intel_framebuffer_init

2015-05-20 Thread Konduru, Chandra
lf Of Daniel > Vetter > > > Sent: Tuesday, May 19, 2015 1:24 AM > > > To: Konduru, Chandra > > > Cc: intel-gfx@lists.freedesktop.org; Vetter, Daniel; Syrjala, Ville > > > Subject: Re: [Intel-gfx] [PATCH 08/12] drm/i915: Add NV12 support to > > > inte

Re: [Intel-gfx] [PATCH 08/12] drm/i915: Add NV12 support to intel_framebuffer_init

2015-05-20 Thread Daniel Vetter
; > Cc: intel-gfx@lists.freedesktop.org; Vetter, Daniel; Syrjala, Ville > > Subject: Re: [Intel-gfx] [PATCH 08/12] drm/i915: Add NV12 support to > > intel_framebuffer_init > > > > On Sun, May 17, 2015 at 10:11:01PM -0700, Chandra Konduru wrote: > > > This patch

Re: [Intel-gfx] [PATCH 08/12] drm/i915: Add NV12 support to intel_framebuffer_init

2015-05-19 Thread Konduru, Chandra
> -Original Message- > From: Daniel Vetter [mailto:daniel.vet...@ffwll.ch] On Behalf Of Daniel Vetter > Sent: Tuesday, May 19, 2015 1:24 AM > To: Konduru, Chandra > Cc: intel-gfx@lists.freedesktop.org; Vetter, Daniel; Syrjala, Ville > Subject: Re: [Intel-gfx] [PATCH 08

Re: [Intel-gfx] [PATCH 08/12] drm/i915: Add NV12 support to intel_framebuffer_init

2015-05-19 Thread Daniel Vetter
On Sun, May 17, 2015 at 10:11:01PM -0700, Chandra Konduru wrote: > This patch adds NV12 as supported format to > intel_framebuffer_init and performs various checks. > > Signed-off-by: Chandra Konduru > Testcase: igt/kms_nv12 > --- > drivers/gpu/drm/i915/intel_display.c | 27 +++

[Intel-gfx] [PATCH 08/12] drm/i915: Add NV12 support to intel_framebuffer_init

2015-05-17 Thread Chandra Konduru
This patch adds NV12 as supported format to intel_framebuffer_init and performs various checks. Signed-off-by: Chandra Konduru Testcase: igt/kms_nv12 --- drivers/gpu/drm/i915/intel_display.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/drivers/gpu/drm/i915/i