Re: [PATCH v2 3/5] drm/msm: mdss: Add SA8775P support

2024-09-27 Thread Dmitry Baryshkov
On Fri, Sep 27, 2024 at 12:14:16PM GMT, Mahadevan P wrote: > > On 9/26/2024 6:32 PM, Dmitry Baryshkov wrote: > > On Thu, Sep 26, 2024 at 04:31:35PM GMT, Mahadevan wrote: > > > Add Mobile Display Subsystem (MDSS) support for the SA8775P platform. > > > > > > Signed-off-by: Mahadevan > > > --- > >

Re: [PATCH v2 3/5] drm/msm: mdss: Add SA8775P support

2024-09-27 Thread Mahadevan P
On 9/26/2024 6:32 PM, Dmitry Baryshkov wrote: On Thu, Sep 26, 2024 at 04:31:35PM GMT, Mahadevan wrote: Add Mobile Display Subsystem (MDSS) support for the SA8775P platform. Signed-off-by: Mahadevan --- [v2] - Update commit message. [Dmitry] - Reorder compatible string of MDSS based on alpha

Re: [PATCH v2 3/5] drm/msm: mdss: Add SA8775P support

2024-09-26 Thread Dmitry Baryshkov
On Thu, Sep 26, 2024 at 04:31:35PM GMT, Mahadevan wrote: > Add Mobile Display Subsystem (MDSS) support for the SA8775P platform. > > Signed-off-by: Mahadevan > --- > > [v2] > - Update commit message. [Dmitry] > - Reorder compatible string of MDSS based on alphabetical order. [Dmitry] > - add reg

[PATCH v2 3/5] drm/msm: mdss: Add SA8775P support

2024-09-26 Thread Mahadevan
Add Mobile Display Subsystem (MDSS) support for the SA8775P platform. Signed-off-by: Mahadevan --- [v2] - Update commit message. [Dmitry] - Reorder compatible string of MDSS based on alphabetical order. [Dmitry] - add reg_bus_bw in msm_mdss_data. [Dmitry] --- drivers/gpu/drm/msm/msm_mdss.c | 1