Re: [DPU PATCH v2] drm/msm: make pclk_rate u64 to avoid truncation

2018-06-01 Thread Sean Paul
On Wed, May 30, 2018 at 07:12:52PM -0700, Abhinav Kumar wrote: > Higher values of pclk can exceed 32 bits when multiplied > by a factor. > > Make the pclk_rate u64 to accommodate higher pixel clock > rates. > > Signed-off-by: Abhinav Kumar Can you please rebase this on "drm/msm/dsi: adjust dsi

[DPU PATCH v2] drm/msm: make pclk_rate u64 to avoid truncation

2018-05-30 Thread Abhinav Kumar
Higher values of pclk can exceed 32 bits when multiplied by a factor. Make the pclk_rate u64 to accommodate higher pixel clock rates. Signed-off-by: Abhinav Kumar --- drivers/gpu/drm/msm/dsi/dsi_host.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/drivers/gpu