Re: [PATCH v2 09/10] drm/ingenic: Add support for the IPU

2020-07-01 Thread Paul Cercueil
Hi Sam, Le mar. 30 juin 2020 à 14:16, Sam Ravnborg a écrit : Hi Paul. On Tue, Jun 30, 2020 at 01:52:09AM +0200, Paul Cercueil wrote: Add support for the Image Processing Unit (IPU) found in all Ingenic SoCs. The IPU can upscale and downscale a source frame of arbitrary size ranging

Re: [PATCH v2 09/10] drm/ingenic: Add support for the IPU

2020-06-30 Thread Sam Ravnborg
Hi Paul. On Tue, Jun 30, 2020 at 01:52:09AM +0200, Paul Cercueil wrote: > Add support for the Image Processing Unit (IPU) found in all Ingenic > SoCs. > > The IPU can upscale and downscale a source frame of arbitrary size > ranging from 4x4 to 4096x4096 on newer SoCs, with bicubic filtering > on

[PATCH v2 09/10] drm/ingenic: Add support for the IPU

2020-06-30 Thread Paul Cercueil
Add support for the Image Processing Unit (IPU) found in all Ingenic SoCs. The IPU can upscale and downscale a source frame of arbitrary size ranging from 4x4 to 4096x4096 on newer SoCs, with bicubic filtering on newer SoCs, bilinear filtering on older SoCs. Nearest-neighbour can also be obtained