Re: [Freedreno] [[DPU]PATCH] drm/msm/dsi: move the API setting PLL src to modeset_init()

2018-06-27 Thread Doug Anderson
Hi, On Tue, Jun 26, 2018 at 10:27 AM, Rob Clark wrote: > On Tue, Jun 26, 2018 at 11:55 AM, Doug Anderson wrote: >> Hi, >> >> On Mon, Jun 25, 2018 at 9:45 PM, Sandeep Panda wrote: >>> From: Abhinav Kumar >>> >>> Setting the DSI PLL src in probe doesn't provide the clock >>> driver sufficient

Re: [Freedreno] [[DPU]PATCH] drm/msm/dsi: move the API setting PLL src to modeset_init()

2018-06-27 Thread Rob Clark
On Wed, Jun 27, 2018 at 2:48 PM, Doug Anderson wrote: > Hi, > > On Tue, Jun 26, 2018 at 10:27 AM, Rob Clark wrote: >> On Tue, Jun 26, 2018 at 11:55 AM, Doug Anderson >> wrote: >>> Hi, >>> >>> On Mon, Jun 25, 2018 at 9:45 PM, Sandeep Panda >>> wrote: From: Abhinav Kumar

[Freedreno] [PATCH v13 0/3] Add suppport for sn65dsi86 bridge chip and Innolux 2k edp panel

2018-06-27 Thread Sandeep Panda
Changes in current patchset: - Add suspend-gpio property for GPIO1 pin on bridge chip. Sandeep Panda (3): dt-bindings: media: extend interface documentation for DSI and DP drm/bridge: add support for sn65dsi86 bridge driver dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings

[Freedreno] [PATCH v13 2/3] drm/bridge: add support for sn65dsi86 bridge driver

2018-06-27 Thread Sandeep Panda
Add support for TI's sn65dsi86 dsi2edp bridge chip. The chip converts DSI transmitted signal to eDP signal, which is fed to the connected eDP panel. This chip can be controlled via either i2c interface or dsi interface. Currently in driver all the control registers are being accessed through i2c

[Freedreno] [PATCH v13 3/3] dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings

2018-06-27 Thread Sandeep Panda
Document the bindings used for the sn65dsi86 DSI to eDP bridge. Changes in v1: - Rephrase the dt-binding descriptions to be more inline with existing bindings (Andrzej Hajda). - Add missing dt-binding that are parsed by corresponding driver (Andrzej Hajda). Changes in v2: - Remove edp

[Freedreno] [PATCH v13 1/3] dt-bindings: media: extend interface documentation for DSI and DP

2018-06-27 Thread Sandeep Panda
Properties like data-lanes, clock-noncontinuous and lane-polarities are applicable to DSI and DisplayPort interface also. So update the documentation to mention the same. Signed-off-by: Sandeep Panda Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/media/video-interfaces.txt | 10