Re: [PATCH v3 05/23] drm/msm/dpu: move resource allocation to CRTC

2024-10-31 Thread Dmitry Baryshkov
On Wed, Oct 16, 2024 at 06:21:11PM -0700, 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 v3 05/23] drm/msm/dpu: move resource allocation to CRTC

2024-10-31 Thread Dmitry Baryshkov
On Thu, Oct 31, 2024 at 12:37:03PM -0700, Abhinav Kumar wrote: > > > On 10/16/2024 6:21 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 v3 05/23] drm/msm/dpu: move resource allocation to CRTC

2024-10-31 Thread Abhinav Kumar
On 10/16/2024 6:21 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 v3 05/23] drm/msm/dpu: move resource allocation to CRTC

2024-10-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