[Intel-gfx] [RFC PATCH 1/3] drm/i915: add vxd392 bridge in i915

2014-10-19 Thread Daniel Vetter
On Thu, Oct 16, 2014 at 03:05:07PM +, Cheng, Yao wrote: > > Ok, bunch of comments. First a high-level one: I think this qualifies as a > > new > > subsystem of i915, and so it would be good to extract this into a new file > > (i915_ved.c maybe), including adding kerneldoc for the setup functio

[Intel-gfx] [RFC PATCH 1/3] drm/i915: add vxd392 bridge in i915

2014-10-16 Thread Cheng, Yao
> Ok, bunch of comments. First a high-level one: I think this qualifies as a new > subsystem of i915, and so it would be good to extract this into a new file > (i915_ved.c maybe), including adding kerneldoc for the setup function, a > short DOC: overview section and pulling it all into the drm kern

[Intel-gfx] [RFC PATCH 1/3] drm/i915: add vxd392 bridge in i915

2014-10-16 Thread Daniel Vetter
On Mon, Oct 13, 2014 at 08:15:01PM +0800, Yao Cheng wrote: > Setup following resources during i915_driver_load: > 1. create a child platform and resource > 2. allocate a new IRQ line and irq chip > 3. set up IRQ mask/unmask callbacks > vxd392 driver (if installed) will bind itself to the > platform

[Intel-gfx] [RFC PATCH 1/3] drm/i915: add vxd392 bridge in i915

2014-10-15 Thread Cheng, Yao
: [Intel-gfx] [RFC PATCH 1/3] drm/i915: add vxd392 bridge in i915 On Mon, 13 Oct 2014, Yao Cheng wrote: > Setup following resources during i915_driver_load: > 1. create a child platform and resource 2. allocate a new IRQ line and > irq chip 3. set up IRQ mask/unmask callbacks > vxd39

[Intel-gfx] [RFC PATCH 1/3] drm/i915: add vxd392 bridge in i915

2014-10-14 Thread Jani Nikula
On Mon, 13 Oct 2014, Yao Cheng wrote: > Setup following resources during i915_driver_load: > 1. create a child platform and resource > 2. allocate a new IRQ line and irq chip > 3. set up IRQ mask/unmask callbacks > vxd392 driver (if installed) will bind itself to the > platform device and create n