Re: [PATCH v7 09/19] drm/imx: Add i.MX8qxp Display Controller display engine

2024-12-24 Thread Liu Ying
On 12/24/2024, Dmitry Baryshkov wrote: > On Tue, 24 Dec 2024 at 08:21, Liu Ying wrote: >> >> On 12/23/2024, Dmitry Baryshkov wrote: >>> On Mon, Dec 23, 2024 at 02:41:37PM +0800, Liu Ying wrote: i.MX8qxp Display Controller display engine consists of all processing units that operate in a

Re: [PATCH v7 09/19] drm/imx: Add i.MX8qxp Display Controller display engine

2024-12-23 Thread Dmitry Baryshkov
On Tue, 24 Dec 2024 at 08:21, Liu Ying wrote: > > On 12/23/2024, Dmitry Baryshkov wrote: > > On Mon, Dec 23, 2024 at 02:41:37PM +0800, Liu Ying wrote: > >> i.MX8qxp Display Controller display engine consists of all processing > >> units that operate in a display clock domain. Add minimal feature

Re: [PATCH v7 09/19] drm/imx: Add i.MX8qxp Display Controller display engine

2024-12-23 Thread Liu Ying
On 12/23/2024, Dmitry Baryshkov wrote: > On Mon, Dec 23, 2024 at 02:41:37PM +0800, Liu Ying wrote: >> i.MX8qxp Display Controller display engine consists of all processing >> units that operate in a display clock domain. Add minimal feature >> support with FrameGen and TCon so that the engine can

Re: [PATCH v7 09/19] drm/imx: Add i.MX8qxp Display Controller display engine

2024-12-23 Thread Liu Ying
On 12/23/2024, Dmitry Baryshkov wrote: > On Mon, Dec 23, 2024 at 02:41:37PM +0800, Liu Ying wrote: >> i.MX8qxp Display Controller display engine consists of all processing >> units that operate in a display clock domain. Add minimal feature >> support with FrameGen and TCon so that the engine can

Re: [PATCH v7 09/19] drm/imx: Add i.MX8qxp Display Controller display engine

2024-12-23 Thread Dmitry Baryshkov
On Mon, Dec 23, 2024 at 02:41:37PM +0800, Liu Ying wrote: > i.MX8qxp Display Controller display engine consists of all processing > units that operate in a display clock domain. Add minimal feature > support with FrameGen and TCon so that the engine can output display > timings. The FrameGen driv

[PATCH v7 09/19] drm/imx: Add i.MX8qxp Display Controller display engine

2024-12-22 Thread Liu Ying
i.MX8qxp Display Controller display engine consists of all processing units that operate in a display clock domain. Add minimal feature support with FrameGen and TCon so that the engine can output display timings. The FrameGen driver, TCon driver and display engine driver are components to be agg