Re: [PATCH] display/bridge: dsi2lvds tc358775 driver

2020-03-15 Thread Vinay Simha B N
laurent, Is it possible to access the data-lanes of dsi, by using d2l_in in the bridge driver by ports funcs? because num_lanes is not accessible outside dsi_host, not available any of the drm parameters. dsi@1a98000 { ports { port@1 { endpoint {

Re: [PATCH] display/bridge: dsi2lvds tc358775 driver

2020-03-12 Thread Laurent Pinchart
Hi Vinay, On Wed, Mar 11, 2020 at 03:30:48PM +0530, Vinay Simha B N wrote: > Laurent Pinchart, > > if we want to set to jeida-18 data mapping, > do we need to set DATA3 with "Logic 0" LVI_L0 ? If the TC358775 supports setting unused outputs to a fixed logic level I think that's best, yes. > Ple

Re: [PATCH] display/bridge: dsi2lvds tc358775 driver

2020-03-12 Thread Vinay Simha B N
Laurent Pinchart, if we want to set to jeida-18 data mapping, do we need to set DATA3 with "Logic 0" LVI_L0 ? Please see reply inline. On Fri, Mar 6, 2020 at 7:02 PM Laurent Pinchart wrote: > > Hi Vinay, > > Thank you for the patch. > > On Fri, Mar 06, 2020 at 06:06:36PM +0530, Vinay Simha B N

Re: [PATCH] display/bridge: dsi2lvds tc358775 driver

2020-03-07 Thread Vinay Simha B N
hi andrzej, I had a doubt In the tc358764 driver,VP_CTRL, VP_CTRL_VSDELAY(15) is hardcoded to 15, but this has to be dynamic based on the resolution of panel used? Please see the reply inline. On Tue, Mar 3, 2020 at 8:39 PM Andrzej Hajda wrote: > > On 27.02.2020 15:03, Vinay Simha BN wrote: > >

Re: [PATCH] display/bridge: dsi2lvds tc358775 driver

2020-03-06 Thread Laurent Pinchart
Hi Vinay, Thank you for the patch. On Fri, Mar 06, 2020 at 06:06:36PM +0530, Vinay Simha B N wrote: > hi andrzej, > > I had a doubt In the tc358764 driver,VP_CTRL, VP_CTRL_VSDELAY(15) is > hardcoded to 15, but this has to be dynamic based on the resolution of > panel used? > > Please see the re

Re: [PATCH] display/bridge: dsi2lvds tc358775 driver

2020-03-03 Thread Andrzej Hajda
On 27.02.2020 15:03, Vinay Simha BN wrote: > dsi2lvds tc358775 bridge driver added > Tested in apq8016, ifc6309 board and panel > auo,b101xtn01 Just FYI, there exists already TC358764/5 driver for similar hw, but controlled via DSI bus. > Signed-off-by: Vinay Simha BN > --- > .../bindings/dis

[PATCH] display/bridge: dsi2lvds tc358775 driver

2020-02-28 Thread Vinay Simha BN
dsi2lvds tc358775 bridge driver added Tested in apq8016, ifc6309 board and panel auo,b101xtn01 Signed-off-by: Vinay Simha BN --- .../bindings/display/bridge/toshiba,tc358775.txt | 106 drivers/gpu/drm/bridge/Kconfig | 10 + drivers/gpu/drm/bridge/Makefile