[Intel-gfx] [RFC PATCH 0/3] drm driver for baytrail's vxd392

2014-10-17 Thread Jiang, Fei
lists.freedesktop.org; DRI mailing list; Jiang, Fei Subject: Re: [Intel-gfx] [RFC PATCH 0/3] drm driver for baytrail's vxd392 On Wed, Oct 15, 2014 at 4:13 AM, Thierry Reding wrote: > Finally, if this IP block is a VP8 video decoding engine only, I'm not > sure DRM is the best

[Intel-gfx] [RFC PATCH 0/3] drm driver for baytrail's vxd392

2014-10-16 Thread Rob Clark
On Wed, Oct 15, 2014 at 4:13 AM, Thierry Reding wrote: > Finally, if this IP block is a VP8 video decoding engine only, I'm not > sure DRM is the best subsystem for it. Traditionally video decoding has > been done primarily in V4L2. I'm not sure that's the best fit given that > it was originally d

[Intel-gfx] [RFC PATCH 0/3] drm driver for baytrail's vxd392

2014-10-16 Thread Cheng, Yao
nt: Thursday, October 16, 2014 7:46 PM > To: Cheng, Yao > Cc: intel-gfx at lists.freedesktop.org; Jiang, Fei; dri- > devel at lists.freedesktop.org; Vetter, Daniel > Subject: Re: [Intel-gfx] [RFC PATCH 0/3] drm driver for baytrail's vxd392 > > On Mon, Oct 13, 2014 at 08:15:00PM +080

[Intel-gfx] [RFC PATCH 0/3] drm driver for baytrail's vxd392

2014-10-16 Thread Daniel Vetter
On Mon, Oct 13, 2014 at 08:15:00PM +0800, Yao Cheng wrote: > drm/ipvr is a new GEM driver for baytrail's vxd392, which accelerates VP8 > video decoding. > The driver name "ipvr" means the PowerVR's IP wrapped by Intel. In the > future, ipvr may support other platforms such as Merrifield. > Code i

[Intel-gfx] [RFC PATCH 0/3] drm driver for baytrail's vxd392

2014-10-16 Thread Daniel Vetter
On Wed, Oct 15, 2014 at 10:13:15AM +0200, Thierry Reding wrote: > On Tue, Oct 14, 2014 at 08:50:35AM -0700, Sean V Kelley wrote: > > On Tue, Oct 14, 2014 at 4:53 AM, Thierry Reding > > wrote: > > > On Mon, Oct 13, 2014 at 08:15:00PM +0800, Yao Cheng wrote: > > >> drm/ipvr is a new GEM driver for b

[Intel-gfx] [RFC PATCH 0/3] drm driver for baytrail's vxd392

2014-10-16 Thread Sean V Kelley
eng, Yao >> Cc: intel-gfx at lists.freedesktop.org; Jiang, Fei; dri- >> devel at lists.freedesktop.org; Vetter, Daniel >> Subject: Re: [Intel-gfx] [RFC PATCH 0/3] drm driver for baytrail's vxd392 >> >> On Mon, Oct 13, 2014 at 08:15:00PM +0800, Yao Cheng wrote: &g

[Intel-gfx] [RFC PATCH 0/3] drm driver for baytrail's vxd392

2014-10-15 Thread Thierry Reding
On Wed, Oct 15, 2014 at 01:18:02AM -0700, St?phane Marchesin wrote: > On Wed, Oct 15, 2014 at 1:13 AM, Thierry Reding > wrote: > > > On Tue, Oct 14, 2014 at 08:50:35AM -0700, Sean V Kelley wrote: > > > On Tue, Oct 14, 2014 at 4:53 AM, Thierry Reding > > > wrote: > > > > On Mon, Oct 13, 2014 at 0

[Intel-gfx] [RFC PATCH 0/3] drm driver for baytrail's vxd392

2014-10-15 Thread Thierry Reding
On Tue, Oct 14, 2014 at 08:50:35AM -0700, Sean V Kelley wrote: > On Tue, Oct 14, 2014 at 4:53 AM, Thierry Reding > wrote: > > On Mon, Oct 13, 2014 at 08:15:00PM +0800, Yao Cheng wrote: > >> drm/ipvr is a new GEM driver for baytrail's vxd392, which accelerates VP8 > >> video decoding. > >> The dri

[Intel-gfx] [RFC PATCH 0/3] drm driver for baytrail's vxd392

2014-10-15 Thread Cheng, Yao
sean.v.kel...@intel.com] Sent: Tuesday, October 14, 2014 11:51 PM To: Thierry Reding Cc: Cheng, Yao; Vetter, Daniel; intel-gfx at lists.freedesktop.org; Jiang, Fei; DRI mailing list Subject: Re: [Intel-gfx] [RFC PATCH 0/3] drm driver for baytrail's vxd392 On Tue, Oct 14, 2014 at 4:53 AM, Thierry Redin

[Intel-gfx] [RFC PATCH 0/3] drm driver for baytrail's vxd392

2014-10-15 Thread Stéphane Marchesin
On Wed, Oct 15, 2014 at 1:13 AM, Thierry Reding wrote: > On Tue, Oct 14, 2014 at 08:50:35AM -0700, Sean V Kelley wrote: > > On Tue, Oct 14, 2014 at 4:53 AM, Thierry Reding > > wrote: > > > On Mon, Oct 13, 2014 at 08:15:00PM +0800, Yao Cheng wrote: > > >> drm/ipvr is a new GEM driver for baytrail

[RFC PATCH 0/3] drm driver for baytrail's vxd392

2014-10-14 Thread Thierry Reding
On Mon, Oct 13, 2014 at 08:15:00PM +0800, Yao Cheng wrote: > drm/ipvr is a new GEM driver for baytrail's vxd392, which accelerates VP8 > video decoding. > The driver name "ipvr" means the PowerVR's IP wrapped by Intel. In the > future, ipvr may support other platforms such as Merrifield. > Code i

[Intel-gfx] [RFC PATCH 0/3] drm driver for baytrail's vxd392

2014-10-14 Thread Sean V Kelley
On Tue, Oct 14, 2014 at 4:53 AM, Thierry Reding wrote: > On Mon, Oct 13, 2014 at 08:15:00PM +0800, Yao Cheng wrote: >> drm/ipvr is a new GEM driver for baytrail's vxd392, which accelerates VP8 >> video decoding. >> The driver name "ipvr" means the PowerVR's IP wrapped by Intel. In the >> future,

[RFC PATCH 0/3] drm driver for baytrail's vxd392

2014-10-13 Thread Yao Cheng
drm/ipvr is a new GEM driver for baytrail's vxd392, which accelerates VP8 video decoding. The driver name "ipvr" means the PowerVR's IP wrapped by Intel. In the future, ipvr may support other platforms such as Merrifield. Code is placed at drivers/gpu/drm/ipvr and the following two new Kconfig ar