[Libva] [PATCH v2 0/7] Host1x IOMMU support + VIC support

2016-12-14 Thread Sean V Kelley
Hi, Comments below: > On Dec 14, 2016, at 6:48 AM, Daniel Vetter wrote: > > On Wed, Dec 14, 2016 at 3:11 PM, Daniel Vetter wrote: >> On Wed, Dec 14, 2016 at 03:32:16PM +0200, Mikko Perttunen wrote: >>> On 14.12.2016 15:05, Daniel Vetter wrote: On Wed, Dec 14, 2016 at 02:41:28PM +0200, Mik

[RFC PATCH v4 4/4] tests/drv_module_reload: add ipvr support

2015-01-07 Thread Sean V Kelley
From: Yao Cheng on vlv, if ipvr is installed, it need be manually unloaded before i915, otherwise user might run into use-after-free issue. v2: added this patch per Daniel's comment v3: no change Signed-off-by: Yao Cheng Signed-off-by: Sean V Kelley --- tests/drv_module_reload

[RFC PATCH v4 3/4] ipvr: user mode helper for ipvr drm driver

2015-01-07 Thread Sean V Kelley
ome public functions - fix a few foolish copy-paste bugs - fix 32bit compiling issue Signed-off-by: Yao Cheng Signed-off-by: Sean V Kelley --- Makefile.am|6 +- Makefile.sources |1 + configure.ac | 26 +- include/drm/ipvr_drm.h | 259 +

[RFC PATCH v4 2/4] drm/ipvr: drm driver for VED

2015-01-07 Thread Sean V Kelley
_get_info_ioctl and remove unused code Signed-off-by: Yao Cheng Signed-off-by: Sean V Kelley --- Documentation/DocBook/drm.tmpl| 39 ++ drivers/gpu/drm/Kconfig |2 + drivers/gpu/drm/Makefile |1 + drivers/gpu/drm/ipvr/Kconfig |9 + drivers/gpu/dr

[RFC PATCH V4 1/4] drm/i915: add i915_ved.c to setup bridge for VED

2015-01-07 Thread Sean V Kelley
- workaround nommu_map_sg issue by set dma_mask to support VED PRIME. v4: take Bob's comments - add more detail on the use-after-free issue description - mask VED irq before removing the child device Signed-off-by: Yao Cheng Signed-off-by: Sean V Kelley --- Documentation/Doc

[RFC PATCH v4 0/4] drm driver for VED in Intel GPU

2015-01-07 Thread Sean V Kelley
drm/ipvr is a new GEM driver for VED (PowerVR's VPU integrated in Intel GPU), which extends video capability. A new Kconfig added for building ipvr driver: CONFIG_DRM_IPVR: Build option for ipvr module The driver name "ipvr" means the PowerVR's core wrapped by Intel. The PowerVR VPUs are also

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

2014-10-16 Thread Sean V Kelley
quot; and simple test are also included. >> >> git repos/patches for the userspace side seems to be missing. >> -Daniel >> -- >> Daniel Vetter >> Software Engineer, Intel Corporation >> +41 (0) 79 365 57 48 - http://blog.ffwll.ch > ___ > dri-devel mailing list > dri-devel at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel -- Sean V. Kelley Open Source Technology Center / SSG Intel Corp.

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

2014-10-14 Thread Sean V Kelley
> If this is Intel-specific, why doesn't it live under the i915 driver? It is an entirely unrelated HW IP block, VXD392. Nothing to do with GEN aside from DRM based. Sean > > Thierry > > _______ > Intel-gfx mailing list > Intel-gfx at

Re: [git pull] drm tree for 3.12-rc1

2013-09-10 Thread Sean V Kelley
On Tue, Sep 10, 2013 at 1:50 PM, Sean V Kelley wrote: > On Tue, Sep 10, 2013 at 08:49:58AM -0700, Linus Torvalds writes : >> [ Dave - your linux.ie email generates bounces for me, trying redhat instead >> ] >> >> On Mon, Sep 9, 2013 at 11:25 PM, Sean V Kelley >&

Re: [git pull] drm tree for 3.12-rc1

2013-09-10 Thread Sean V Kelley
On Tue, Sep 10, 2013 at 08:49:58AM -0700, Linus Torvalds writes : > [ Dave - your linux.ie email generates bounces for me, trying redhat instead ] > > On Mon, Sep 9, 2013 at 11:25 PM, Sean V Kelley > wrote: > >> > >> I'm also a bit bummed that hw acceleration

Re: [git pull] drm tree for 3.12-rc1

2013-09-09 Thread Sean V Kelley
e and does a "make > allmodconfig" in half the time of my old machine, but the GPU side has > been something of a step backwards... > >Linus > ___ > dri-devel mailing list > dri-devel@lists.freedesktop.org > http://lists.free

Re: [PATCH v3 3/3] Android.mk: use LOCAL_COPY_HEADERS to export headers.

2012-10-12 Thread Sean V Kelley
d to see this getting submitted. Tested-by: Sean V Kelley > --- > [chad: Fixed inconsistent indentation.] > Android.mk | 12 +++- > 1 file changed, 11 insertions(+), 1 deletion(-) > > diff --git a/Android.mk b/Android.mk > index 1029dc6..68db5df 100644 > --- a

[PATCH v3 3/3] Android.mk: use LOCAL_COPY_HEADERS to export headers.

2012-10-12 Thread Sean V Kelley
d to see this getting submitted. Tested-by: Sean V Kelley > --- > [chad: Fixed inconsistent indentation.] > Android.mk | 12 +++- > 1 file changed, 11 insertions(+), 1 deletion(-) > > diff --git a/Android.mk b/Android.mk > index 1029dc6..68db5df 100644 > --- a