Re: [PATCH v2 07/16] drm/imx: Add i.MX8qxp Display Controller pixel engine

2024-07-30 Thread Liu Ying
On 07/30/2024, Krzysztof Kozlowski wrote: > On 30/07/2024 11:42, Liu Ying wrote: >> On 07/30/2024, Krzysztof Kozlowski wrote: >>> On 30/07/2024 08:55, Liu Ying wrote: On 07/28/2024, Dmitry Baryshkov wrote: > On Fri, Jul 12, 2024 at 05:32:34PM GMT, Liu Ying wrote: >> i.MX8qxp Display Co

Re: [PATCH v2 07/16] drm/imx: Add i.MX8qxp Display Controller pixel engine

2024-07-30 Thread Krzysztof Kozlowski
On 30/07/2024 11:42, Liu Ying wrote: > On 07/30/2024, Krzysztof Kozlowski wrote: >> On 30/07/2024 08:55, Liu Ying wrote: >>> On 07/28/2024, Dmitry Baryshkov wrote: On Fri, Jul 12, 2024 at 05:32:34PM GMT, Liu Ying wrote: > i.MX8qxp Display Controller pixel engine consists of all processing

Re: [PATCH v2 07/16] drm/imx: Add i.MX8qxp Display Controller pixel engine

2024-07-30 Thread Liu Ying
On 07/30/2024, Krzysztof Kozlowski wrote: > On 30/07/2024 08:55, Liu Ying wrote: >> On 07/28/2024, Dmitry Baryshkov wrote: >>> On Fri, Jul 12, 2024 at 05:32:34PM GMT, Liu Ying wrote: i.MX8qxp Display Controller pixel engine consists of all processing units that operate in the AXI bus cloc

Re: [PATCH v2 07/16] drm/imx: Add i.MX8qxp Display Controller pixel engine

2024-07-30 Thread Krzysztof Kozlowski
On 30/07/2024 08:55, Liu Ying wrote: > On 07/28/2024, Dmitry Baryshkov wrote: >> On Fri, Jul 12, 2024 at 05:32:34PM GMT, Liu Ying wrote: >>> i.MX8qxp Display Controller pixel engine consists of all processing >>> units that operate in the AXI bus clock domain. Add drivers for >>> ConstFrame, ExtDs

Re: [PATCH v2 07/16] drm/imx: Add i.MX8qxp Display Controller pixel engine

2024-07-29 Thread Liu Ying
On 07/28/2024, Dmitry Baryshkov wrote: > On Fri, Jul 12, 2024 at 05:32:34PM GMT, Liu Ying wrote: >> i.MX8qxp Display Controller pixel engine consists of all processing >> units that operate in the AXI bus clock domain. Add drivers for >> ConstFrame, ExtDst, FetchLayer, FetchWarp and LayerBlend uni

Re: [PATCH v2 07/16] drm/imx: Add i.MX8qxp Display Controller pixel engine

2024-07-27 Thread Dmitry Baryshkov
On Fri, Jul 12, 2024 at 05:32:34PM GMT, Liu Ying wrote: > i.MX8qxp Display Controller pixel engine consists of all processing > units that operate in the AXI bus clock domain. Add drivers for > ConstFrame, ExtDst, FetchLayer, FetchWarp and LayerBlend units, as > well as a pixel engine driver, so t

[PATCH v2 07/16] drm/imx: Add i.MX8qxp Display Controller pixel engine

2024-07-12 Thread Liu Ying
i.MX8qxp Display Controller pixel engine consists of all processing units that operate in the AXI bus clock domain. Add drivers for ConstFrame, ExtDst, FetchLayer, FetchWarp and LayerBlend units, as well as a pixel engine driver, so that two displays with primary planes can be supported. The pixe