[PATCH 1/2] drm/msm/dsi: add a helper method to compute the dsi byte clk

2023-01-11 Thread Abhinav Kumar
Re-arrange the dsi_calc_pclk method to two helpers, one to compute the DSI byte clk and the other to compute the pclk. This makes the separation of the two clean and also allows clients to compute and use the dsi byte clk separately. changes in v2: - move the assignments to definition lin

Re: [PATCH 1/2] drm/msm/dsi: add a helper method to compute the dsi byte clk

2023-01-09 Thread Abhinav Kumar
On 1/9/2023 6:25 PM, Dmitry Baryshkov wrote: On 10/01/2023 04:21, Abhinav Kumar wrote: On 1/9/2023 5:34 PM, Dmitry Baryshkov wrote: On 22/09/2022 03:49, Abhinav Kumar wrote: Re-arrange the dsi_calc_pclk method to two helpers, one to compute the DSI byte clk and the other to compute the pc

Re: [PATCH 1/2] drm/msm/dsi: add a helper method to compute the dsi byte clk

2023-01-09 Thread Dmitry Baryshkov
On 10/01/2023 04:21, Abhinav Kumar wrote: On 1/9/2023 5:34 PM, Dmitry Baryshkov wrote: On 22/09/2022 03:49, Abhinav Kumar wrote: Re-arrange the dsi_calc_pclk method to two helpers, one to compute the DSI byte clk and the other to compute the pclk. This makes the separation of the two clean a

Re: [PATCH 1/2] drm/msm/dsi: add a helper method to compute the dsi byte clk

2023-01-09 Thread Abhinav Kumar
On 1/9/2023 5:34 PM, Dmitry Baryshkov wrote: On 22/09/2022 03:49, Abhinav Kumar wrote: Re-arrange the dsi_calc_pclk method to two helpers, one to compute the DSI byte clk and the other to compute the pclk. This makes the separation of the two clean and also allows clients to compute and use

Re: [PATCH 1/2] drm/msm/dsi: add a helper method to compute the dsi byte clk

2023-01-09 Thread Dmitry Baryshkov
On 22/09/2022 03:49, Abhinav Kumar wrote: Re-arrange the dsi_calc_pclk method to two helpers, one to compute the DSI byte clk and the other to compute the pclk. This makes the separation of the two clean and also allows clients to compute and use the dsi byte clk separately. Signed-off-by: Abhi

Re: [PATCH 1/2] drm/msm/dsi: add a helper method to compute the dsi byte clk

2022-12-21 Thread Abhinav Kumar
Hi Dmitry Sorry for the late response. On 10/31/2022 5:20 PM, Dmitry Baryshkov wrote: On 28/10/2022 01:22, Abhinav Kumar wrote: On 10/27/2022 10:35 AM, Dmitry Baryshkov wrote: On 22/09/2022 03:49, Abhinav Kumar wrote: Re-arrange the dsi_calc_pclk method to two helpers, one to compute the D

Re: [PATCH 1/2] drm/msm/dsi: add a helper method to compute the dsi byte clk

2022-10-31 Thread Dmitry Baryshkov
On 28/10/2022 01:22, Abhinav Kumar wrote: On 10/27/2022 10:35 AM, Dmitry Baryshkov wrote: On 22/09/2022 03:49, Abhinav Kumar wrote: Re-arrange the dsi_calc_pclk method to two helpers, one to compute the DSI byte clk and the other to compute the pclk. This makes the separation of the two clea

Re: [PATCH 1/2] drm/msm/dsi: add a helper method to compute the dsi byte clk

2022-10-27 Thread Abhinav Kumar
On 10/27/2022 10:35 AM, Dmitry Baryshkov wrote: On 22/09/2022 03:49, Abhinav Kumar wrote: Re-arrange the dsi_calc_pclk method to two helpers, one to compute the DSI byte clk and the other to compute the pclk. This makes the separation of the two clean and also allows clients to compute and u

Re: [PATCH 1/2] drm/msm/dsi: add a helper method to compute the dsi byte clk

2022-10-27 Thread Dmitry Baryshkov
On 22/09/2022 03:49, Abhinav Kumar wrote: Re-arrange the dsi_calc_pclk method to two helpers, one to compute the DSI byte clk and the other to compute the pclk. This makes the separation of the two clean and also allows clients to compute and use the dsi byte clk separately. Signed-off-by: Abhi

[PATCH 1/2] drm/msm/dsi: add a helper method to compute the dsi byte clk

2022-09-21 Thread Abhinav Kumar
Re-arrange the dsi_calc_pclk method to two helpers, one to compute the DSI byte clk and the other to compute the pclk. This makes the separation of the two clean and also allows clients to compute and use the dsi byte clk separately. Signed-off-by: Abhinav Kumar --- drivers/gpu/drm/msm/dsi/dsi.