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

2024-08-30 Thread Dmitry Baryshkov
On Fri, Aug 30, 2024 at 07:42:52PM GMT, Dmitry Baryshkov wrote: > On Thu, Aug 29, 2024 at 01:48:26PM 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 select

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

2024-08-30 Thread Dmitry Baryshkov
On Thu, Aug 29, 2024 at 01:48:26PM 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 05/21] drm/msm/dpu: move resource allocation to CRTC

2024-08-29 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