Re: [PATCH v2 05/22] drm/msm/dpu: move resource allocation to CRTC

2024-09-26 Thread Dmitry Baryshkov
On Wed, Sep 25, 2024 at 02:49:48PM GMT, Abhinav Kumar wrote: > On 9/25/2024 2:11 PM, Dmitry Baryshkov wrote: > > On Wed, 25 Sept 2024 at 22:39, Jessica Zhang > > wrote: > > > On 9/24/2024 4:13 PM, Dmitry Baryshkov wrote: > > > > On Tue, Sep 24, 2024 at 03:59:21PM GMT, Jessica Zhang wrote: > > > >

Re: [PATCH v2 05/22] drm/msm/dpu: move resource allocation to CRTC

2024-09-25 Thread Abhinav Kumar
On 9/25/2024 2:11 PM, Dmitry Baryshkov wrote: On Wed, 25 Sept 2024 at 22:39, Jessica Zhang wrote: On 9/24/2024 4:13 PM, Dmitry Baryshkov wrote: On Tue, Sep 24, 2024 at 03:59:21PM GMT, Jessica Zhang wrote: From: Dmitry Baryshkov All resource allocation is centered around the LMs. Then

Re: [PATCH v2 05/22] drm/msm/dpu: move resource allocation to CRTC

2024-09-25 Thread Dmitry Baryshkov
On Wed, 25 Sept 2024 at 22:39, Jessica Zhang wrote: > > > > On 9/24/2024 4:13 PM, Dmitry Baryshkov wrote: > > On Tue, Sep 24, 2024 at 03:59:21PM GMT, Jessica Zhang wrote: > >> From: Dmitry Baryshkov > >> > >> All resource allocation is centered around the LMs. Then other blocks > >> (except DSCs)

Re: [PATCH v2 05/22] drm/msm/dpu: move resource allocation to CRTC

2024-09-25 Thread Jessica Zhang
On 9/24/2024 4:13 PM, Dmitry Baryshkov wrote: On Tue, Sep 24, 2024 at 03:59:21PM GMT, Jessica Zhang wrote: From: Dmitry Baryshkov All resource allocation is centered around the LMs. Then other blocks (except DSCs) are allocated basing on the LMs that was selected, and LM powers up the CRTC

Re: [PATCH v2 05/22] drm/msm/dpu: move resource allocation to CRTC

2024-09-24 Thread Dmitry Baryshkov
On Tue, Sep 24, 2024 at 03:59:21PM GMT, Jessica Zhang wrote: > From: Dmitry Baryshkov > > All resource allocation is centered around the LMs. Then other blocks > (except DSCs) are allocated basing on the LMs that was selected, and LM > powers up the CRTC rather than the encoder. > > Moreover if

[PATCH v2 05/22] drm/msm/dpu: move resource allocation to CRTC

2024-09-24 Thread Jessica Zhang
From: Dmitry Baryshkov All resource allocation is centered around the LMs. Then other blocks (except DSCs) are allocated basing on the LMs that was selected, and LM powers up the CRTC rather than the encoder. Moreover if at some point the driver supports encoder cloning, allocating resources fro