Re: [PATCH v4 07/25] drm/msm/dpu: move resource allocation to CRTC

2024-12-23 Thread Dmitry Baryshkov
On Mon, Dec 16, 2024 at 04:43:18PM -0800, 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 i

Re: [PATCH v4 07/25] drm/msm/dpu: move resource allocation to CRTC

2024-12-19 Thread Dmitry Baryshkov
On Fri, Dec 20, 2024 at 04:32:34AM +0200, Dmitry Baryshkov wrote: > On Mon, Dec 16, 2024 at 05:47:50PM -0800, Abhinav Kumar wrote: > > > > > > On 12/16/2024 4:43 PM, Jessica Zhang wrote: > > > From: Dmitry Baryshkov > > > > > > All resource allocation is centered around the LMs. Then other bloc

Re: [PATCH v4 07/25] drm/msm/dpu: move resource allocation to CRTC

2024-12-19 Thread Dmitry Baryshkov
On Mon, Dec 16, 2024 at 05:47:50PM -0800, Abhinav Kumar wrote: > > > On 12/16/2024 4:43 PM, 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 >

Re: [PATCH v4 07/25] drm/msm/dpu: move resource allocation to CRTC

2024-12-16 Thread Abhinav Kumar
On 12/16/2024 4:43 PM, 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 at some point the driver s

[PATCH v4 07/25] drm/msm/dpu: move resource allocation to CRTC

2024-12-16 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