On Thu, Oct 16, 2014 at 03:47:08PM +0200, David Herrmann wrote:
> Hi
>
> On Thu, Oct 16, 2014 at 3:39 PM, Cheng, Yao wrote:
> > Accepted :) I will update the patch to implement the mmap interface and
> > remove the legacy MMAP_IOCTL.
> > BTW I didn't see a field to get mmap_offset in struct drm_
Hi
On Thu, Oct 16, 2014 at 3:39 PM, Cheng, Yao wrote:
> Accepted :) I will update the patch to implement the mmap interface and
> remove the legacy MMAP_IOCTL.
> BTW I didn't see a field to get mmap_offset in struct drm_gem_open, I guess
> something like a new "GET_MMAP_OFFSET_IOCTL" need be a
ei;
> dri-devel at lists.freedesktop.org
> Subject: Re: [Intel-gfx] [RFC PATCH 2/3] drm/ipvr: drm driver for vxd392
>
> On Wed, Oct 15, 2014 at 02:14:33AM +, Cheng, Yao wrote:
> > Hi Herrmann
> >
> > > -Original Message-
> > > From: David Herrmann [mai
evelopment; Jiang, Fei; dri-devel at
> > lists.freedesktop.org;
> > Vetter, Daniel
> > Subject: Re: [RFC PATCH 2/3] drm/ipvr: drm driver for vxd392
> >
> > Hi
> >
> > > +static struct drm_ioctl_desc ipvr_gem_ioctls[] = {
> > > + DRM_
evelopment; Jiang, Fei; dri-devel at
>> lists.freedesktop.org;
>> Vetter, Daniel
>> Subject: Re: [RFC PATCH 2/3] drm/ipvr: drm driver for vxd392
>>
>> Hi
>>
>> > +static struct drm_ioctl_desc ipvr_gem_ioctls[] = {
>> > + DRM_IOCTL_DEF_DRV
Hi Herrmann
> -Original Message-
> From: David Herrmann [mailto:dh.herrmann at gmail.com]
> Sent: Monday, October 13, 2014 10:27 PM
> To: Cheng, Yao
> Cc: Intel Graphics Development; Jiang, Fei; dri-devel at
> lists.freedesktop.org;
> Vetter, Daniel
> Subject:
Probes vxd392 on Baytrail platform and create
a new drm device for hardware accelerated video
decoding.
Signed-off-by: Yao Cheng
---
drivers/gpu/drm/Kconfig|2 +
drivers/gpu/drm/Makefile |1 +
drivers/gpu/drm/ipvr/Kconfig | 16 +
drivers/gpu/drm/ipvr/Makefil
Hi
> +static struct drm_ioctl_desc ipvr_gem_ioctls[] = {
> + DRM_IOCTL_DEF_DRV(IPVR_CONTEXT_CREATE,
> + ipvr_context_create_ioctl, DRM_UNLOCKED),
> + DRM_IOCTL_DEF_DRV(IPVR_CONTEXT_DESTROY,
> + ipvr_context_destroy_ioctl, DRM_UNLOCKED),
> +