Re: [DPU PATCH v3] Higher values of pclk can exceed 32 bits when multiplied by a factor.

2018-06-07 Thread abhinavk
Hi Jani thanks for pointing it out. I have fixed it and uploaded v4. Abhinav On 2018-06-07 05:19, Jani Nikula wrote: On Fri, 01 Jun 2018, Abhinav Kumar wrote: Make the pclk_rate u64 to accommodate higher pixel clock rates. Changes in v3: - Rebased on top of https://patchwork.kernel.org/pat

Re: [DPU PATCH v3] Higher values of pclk can exceed 32 bits when multiplied by a factor.

2018-06-07 Thread Jani Nikula
On Fri, 01 Jun 2018, Abhinav Kumar wrote: > Make the pclk_rate u64 to accommodate higher pixel clock > rates. > > Changes in v3: > - Rebased on top of https://patchwork.kernel.org/patch/10348865/ > > Signed-off-by: Abhinav Kumar Please have a look at the output of $ git log --pretty=%s -- driv

[DPU PATCH v3] Higher values of pclk can exceed 32 bits when multiplied by a factor.

2018-06-01 Thread Abhinav Kumar
Make the pclk_rate u64 to accommodate higher pixel clock rates. Changes in v3: - Rebased on top of https://patchwork.kernel.org/patch/10348865/ Signed-off-by: Abhinav Kumar --- drivers/gpu/drm/msm/dsi/dsi_host.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drive