Message ID | 20231122073927.788810-1-alain.volmat@foss.st.com (mailing list archive) |
---|---|
Headers | show |
Series | Add support for DCMIPP camera interface of STMicroelectronics STM32 SoC series | expand |
Hi Alain, On Wed, Nov 22, 2023 at 08:39:14AM +0100, Alain Volmat wrote: > This patchset introduces support for Digital Camera Memory Interface > Pixel Processor (DCMIPP) of STMicroelectronics STM32 SoC series. > > This initial support implements a single capture pipe > allowing RGB565, YUV, Y, RAW8 and JPEG capture with > frame skipping, prescaling and cropping. > > DCMIPP is exposed through 3 subdevices: > - dcmipp_dump_parallel: parallel interface handling > - dcmipp_dump_postproc: frame skipping, prescaling and cropping control > - dcmipp_dump_capture: video device capture node The DTS changes will presumably be merged via a different tree, right?
Hi Sakari, On Mon, Nov 27, 2023 at 10:33:15AM +0000, Sakari Ailus wrote: > Hi Alain, > > On Wed, Nov 22, 2023 at 08:39:14AM +0100, Alain Volmat wrote: > > This patchset introduces support for Digital Camera Memory Interface > > Pixel Processor (DCMIPP) of STMicroelectronics STM32 SoC series. > > > > This initial support implements a single capture pipe > > allowing RGB565, YUV, Y, RAW8 and JPEG capture with > > frame skipping, prescaling and cropping. > > > > DCMIPP is exposed through 3 subdevices: > > - dcmipp_dump_parallel: parallel interface handling > > - dcmipp_dump_postproc: frame skipping, prescaling and cropping control > > - dcmipp_dump_capture: video device capture node > > The DTS changes will presumably be merged via a different tree, right? Yes, Alexandre will take care of the DTS changes via the linux-stm32 tree. Regards, Alain > > -- > Sakari Ailus >