Re: Re: [DPU PATCH v3 3/5] drm/msm/dp: add displayPort driver support

2020-02-13 Thread chandanu
Hello Rob, We removed the bridge object for DisplayPort due to review comments in patch set 1. Added more details below. Original Message Subject: Re: [DPU PATCH v3 3/5] drm/msm/dp: add displayPort driver support Date: 2019-12-02 08:48 From: Rob Clark To: Chandan Uddara

Re: [Freedreno] [DPU PATCH 2/3] drm/msm/dp: add displayPort driver support

2019-03-09 Thread chandanu
On 2019-02-14 04:28, chand...@codeaurora.org wrote: Hello Sean I had few more queries regarding your comments. Can you please provide your feedback? (Queries/responses are present below) thanks Chandan On 2018-10-23 09:28, Sean Paul wrote: On Wed, Oct 10, 2018 at 10:15:58AM -0700, Chandan Ud

Re: [DPU PATCH v2 3/3] drm/msm/dp: add support for DP PLL driver

2019-02-25 Thread chandanu
Hello Sam, Only DP core driver comments have been addressed in V2. PLL driver comments in V1 and your comments in V2 version will be addressed in V3. Responded to your comments/queries below. On 2019-01-07 14:14, Sam Ravnborg wrote: Hi Chandan A few comments in the following. Mostly nitpicks

Re: [DPU PATCH v2 1/2] drm/msm/dsi: adjust dsi timing for dual dsi mode

2018-04-18 Thread chandanu
On 2018-04-17 13:28, Sean Paul wrote: On Mon, Apr 16, 2018 at 05:40:13PM -0700, Chandan Uddaraju wrote: For dual dsi mode, the horizontal timing needs to be divided by half since both the dsi controllers will be driving this panel. Adjust the pixel clock and DSI timing accordingly. Changes in V

Re: [[RFC]DPU PATCH] drm/msm/dsi: Use one connector for dual DSI mode

2018-03-01 Thread chandanu
On 2018-03-01 07:53, Sean Paul wrote: On Wed, Feb 28, 2018 at 04:44:49PM -0800, Chandan Uddaraju wrote: Current DSI driver uses two connectors for dual DSI case even though we only have one panel. Fix this by implementing one connector/bridge for dual DSI use case. Current patch is not yet test