[Intel-gfx] [RFC PATCH v2 1/4] drm/i915: add i915_ved.c to setup bridge for VED

2014-10-23 Thread Cheng, Yao
n Behalf > Of Cheng, Yao > Sent: Wednesday, October 22, 2014 15:09 > To: Ville Syrj?l? > Cc: Rao, Ram R; intel-gfx at lists.freedesktop.org; dri- > devel at lists.freedesktop.org; Jiang, Fei; Abel, Michael J; Vetter, Daniel > Subject: Re: [Intel-gfx] [RFC PATCH v2 1/4] drm/i915:

[Intel-gfx] [RFC PATCH v2 1/4] drm/i915: add i915_ved.c to setup bridge for VED

2014-10-23 Thread Cheng, Yao
> > > Please resend with a patch changelog to account for my review > comments. > > > And Ville's. Plus cc us both. And if there's anything you didn't > > > address, you must reply to the review and we need to further discuss this. > > > > > > > Daniel, I see, thanks for the instruction. > > Do you

[Intel-gfx] [RFC PATCH v2 1/4] drm/i915: add i915_ved.c to setup bridge for VED

2014-10-22 Thread Ville Syrjälä
devel at lists.freedesktop.org; > > Kelley, > > Sean V; Vetter, Daniel; Abel, Michael J; Jiang, Fei; Rao, Ram R > > Subject: Re: [Intel-gfx] [RFC PATCH v2 1/4] drm/i915: add i915_ved.c to > > setup > > bridge for VED > > > > On Tue, Oct 21, 2014 at 02:3

[Intel-gfx] [RFC PATCH v2 1/4] drm/i915: add i915_ved.c to setup bridge for VED

2014-10-22 Thread Daniel Vetter
at lists.freedesktop.org; dri-devel at lists.freedesktop.org; > > Kelley, > > Sean V; Vetter, Daniel; Abel, Michael J; Jiang, Fei; Rao, Ram R > > Subject: Re: [Intel-gfx] [RFC PATCH v2 1/4] drm/i915: add i915_ved.c to > > setup > > bridge for VED > > > >

[Intel-gfx] [RFC PATCH v2 1/4] drm/i915: add i915_ved.c to setup bridge for VED

2014-10-22 Thread Cheng, Yao
V; Vetter, Daniel; Abel, Michael J; Jiang, Fei; Rao, Ram R > Subject: Re: [Intel-gfx] [RFC PATCH v2 1/4] drm/i915: add i915_ved.c to setup > bridge for VED > > On Tue, Oct 21, 2014 at 02:36:41PM +0800, Yao Cheng wrote: > > Setup minimum required resources during i915_driver_load: >

[Intel-gfx] [RFC PATCH v2 1/4] drm/i915: add i915_ved.c to setup bridge for VED

2014-10-22 Thread Cheng, Yao
Michael J; Jiang, Fei; Rao, Ram R > Subject: Re: [Intel-gfx] [RFC PATCH v2 1/4] drm/i915: add i915_ved.c to setup > bridge for VED > > On Tue, Oct 21, 2014 at 02:36:41PM +0800, Yao Cheng wrote: > > Setup minimum required resources during i915_driver_load: > > 1. Create a platfo

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

2014-10-21 Thread Yao Cheng
Setup minimum required resources during i915_driver_load: 1. Create a platform device to share MMIO/IRQ resources 2. Make the platform device child of i915 device for runtime PM. 3. Create IRQ chip to forward the VED irqs. VED driver (a standalone drm driver) probes the VED device and creates a new

[Intel-gfx] [RFC PATCH v2 1/4] drm/i915: add i915_ved.c to setup bridge for VED

2014-10-21 Thread Daniel Vetter
On Tue, Oct 21, 2014 at 02:36:41PM +0800, Yao Cheng wrote: > Setup minimum required resources during i915_driver_load: > 1. Create a platform device to share MMIO/IRQ resources > 2. Make the platform device child of i915 device for runtime PM. > 3. Create IRQ chip to forward the VED irqs. > VED dri

[Intel-gfx] [RFC PATCH v2 1/4] drm/i915: add i915_ved.c to setup bridge for VED

2014-10-21 Thread Ville Syrjälä
On Tue, Oct 21, 2014 at 02:36:41PM +0800, Yao Cheng wrote: > Setup minimum required resources during i915_driver_load: > 1. Create a platform device to share MMIO/IRQ resources > 2. Make the platform device child of i915 device for runtime PM. > 3. Create IRQ chip to forward the VED irqs. > VED dri