Re: [PATCH v5 02/14] drm/msm/dpu: move resource allocation to CRTC

2025-02-06 Thread Dmitry Baryshkov
On Thu, Feb 06, 2025 at 03:49:53PM -0800, Jessica Zhang wrote: > > > On 1/29/2025 2:04 PM, Dmitry Baryshkov wrote: > > On Tue, Jan 28, 2025 at 07:20:34PM -0800, Jessica Zhang wrote: > > > From: Dmitry Baryshkov > > > > > > All resource allocation is centered around the LMs. Then other blocks >

Re: [PATCH v5 02/14] drm/msm/dpu: move resource allocation to CRTC

2025-02-06 Thread Jessica Zhang
On 1/29/2025 2:04 PM, Dmitry Baryshkov wrote: On Tue, Jan 28, 2025 at 07:20:34PM -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 CRT

Re: [PATCH v5 02/14] drm/msm/dpu: move resource allocation to CRTC

2025-01-29 Thread Dmitry Baryshkov
On Tue, Jan 28, 2025 at 07:20:34PM -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

[PATCH v5 02/14] drm/msm/dpu: move resource allocation to CRTC

2025-01-28 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