Re: [Freedreno] [PATCH v1] drm/msm/dpu: improve DSC allocation

2023-12-04 Thread Dmitry Baryshkov
On Mon, 4 Dec 2023 at 18:37, Kuogee Hsieh wrote: > > > On 11/29/2023 7:57 PM, Dmitry Baryshkov wrote: > > On Wed, 29 Nov 2023 at 22:31, Kuogee Hsieh wrote: > >> A DCE (Display Compression Engine) contains two DSC hard slice encoders. > >> Each DCE start with even DSC encoder index followed by an

Re: [Freedreno] [PATCH v1] drm/msm/dpu: improve DSC allocation

2023-12-04 Thread Kuogee Hsieh
On 11/29/2023 7:57 PM, Dmitry Baryshkov wrote: On Wed, 29 Nov 2023 at 22:31, Kuogee Hsieh wrote: A DCE (Display Compression Engine) contains two DSC hard slice encoders. Each DCE start with even DSC encoder index followed by an odd DSC encoder index. Each encoder can work independently. But O

Re: [Freedreno] [PATCH v1] drm/msm/dpu: improve DSC allocation

2023-11-30 Thread kernel test robot
Hi Kuogee, kernel test robot noticed the following build warnings: [auto build test WARNING on drm-misc/drm-misc-next] [also build test WARNING on drm/drm-next drm-exynos/exynos-drm-next drm-intel/for-linux-next drm-intel/for-linux-next-fixes drm-tip/drm-tip linus/master v6.7-rc3 next-20231130]

Re: [Freedreno] [PATCH v1] drm/msm/dpu: improve DSC allocation

2023-11-30 Thread kernel test robot
Hi Kuogee, kernel test robot noticed the following build errors: [auto build test ERROR on drm-misc/drm-misc-next] [also build test ERROR on drm/drm-next drm-exynos/exynos-drm-next drm-intel/for-linux-next drm-intel/for-linux-next-fixes drm-tip/drm-tip linus/master v6.7-rc3 next-20231130] [If y

Re: [Freedreno] [PATCH v1] drm/msm/dpu: improve DSC allocation

2023-11-30 Thread kernel test robot
Hi Kuogee, kernel test robot noticed the following build warnings: [auto build test WARNING on drm-misc/drm-misc-next] [also build test WARNING on drm/drm-next drm-exynos/exynos-drm-next drm-intel/for-linux-next drm-intel/for-linux-next-fixes drm-tip/drm-tip linus/master v6.7-rc3 next-20231130]

Re: [Freedreno] [PATCH v1] drm/msm/dpu: improve DSC allocation

2023-11-29 Thread Dmitry Baryshkov
On Wed, 29 Nov 2023 at 22:31, Kuogee Hsieh wrote: > > A DCE (Display Compression Engine) contains two DSC hard slice encoders. > Each DCE start with even DSC encoder index followed by an odd DSC encoder > index. Each encoder can work independently. But Only two DSC encoders from > same DCE can be

[Freedreno] [PATCH v1] drm/msm/dpu: improve DSC allocation

2023-11-29 Thread Kuogee Hsieh
A DCE (Display Compression Engine) contains two DSC hard slice encoders. Each DCE start with even DSC encoder index followed by an odd DSC encoder index. Each encoder can work independently. But Only two DSC encoders from same DCE can be paired to work together to support merge mode. In addition, t