[RFC V2 3/3] drm/bridge: ptn3460: support bridge chaining

2014-05-07 Thread Ajay kumar
Sean, On Tue, May 6, 2014 at 9:24 PM, Sean Paul wrote: > On Mon, May 5, 2014 at 12:52 PM, Ajay Kumar > wrote: >> modify the driver to call the bridge->funcs of the next bridge >> in the chain. >> We assume that the bridge sitting next to ptn3460 is a bridge-panel. >> >> Signed-off-by: Ajay Kum

[RFC V2 3/3] drm/bridge: ptn3460: support bridge chaining

2014-05-06 Thread Sean Paul
On Tue, May 6, 2014 at 1:03 PM, Ajay kumar wrote: > Sean, > > > On Tue, May 6, 2014 at 9:24 PM, Sean Paul wrote: >> On Mon, May 5, 2014 at 12:52 PM, Ajay Kumar >> wrote: >>> modify the driver to call the bridge->funcs of the next bridge >>> in the chain. >>> We assume that the bridge sitting ne

[RFC V2 3/3] drm/bridge: ptn3460: support bridge chaining

2014-05-06 Thread Sean Paul
On Mon, May 5, 2014 at 12:52 PM, Ajay Kumar wrote: > modify the driver to call the bridge->funcs of the next bridge > in the chain. > We assume that the bridge sitting next to ptn3460 is a bridge-panel. > > Signed-off-by: Ajay Kumar > --- > drivers/gpu/drm/bridge/ptn3460.c | 21 +

[RFC V2 3/3] drm/bridge: ptn3460: support bridge chaining

2014-05-06 Thread Ajay Kumar
modify the driver to call the bridge->funcs of the next bridge in the chain. We assume that the bridge sitting next to ptn3460 is a bridge-panel. Signed-off-by: Ajay Kumar --- drivers/gpu/drm/bridge/ptn3460.c | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --gi