Message ID | 20231120170809.728941-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 Mon, Nov 20, 2023 at 06:07:56PM +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 > > v7: > - correct byteproc set_fmt handling and compose/crop/fmt handling > - replace few v4l2_subdev_get_try_* into v4l2_subdev_get_pad_* Can you rebase this on my my linuxtv.org tree master branch <URL:https://git.linuxtv.org/sailus/media_tree.git/log/>? These will be called v4l2_subdev_state_get_* now. Thanks.
Hi Sakari, On Mon, Nov 20, 2023 at 09:18:40PM +0000, Sakari Ailus wrote: > Hi Alain, > > On Mon, Nov 20, 2023 at 06:07:56PM +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 > > > > v7: > > - correct byteproc set_fmt handling and compose/crop/fmt handling > > - replace few v4l2_subdev_get_try_* into v4l2_subdev_get_pad_* > > Can you rebase this on my my linuxtv.org tree master branch > <URL:https://git.linuxtv.org/sailus/media_tree.git/log/>? > > These will be called v4l2_subdev_state_get_* now. Ok, serie v8 is now rebased on top of the master branch of your tree. I'm going to push the rebased gc2145 sensor driver as well in a moment. Thanks. Alain > > Thanks. > > -- > Regards, > > Sakari Ailus
Hi Alain, On Wed, Nov 22, 2023 at 08:44:04AM +0100, Alain Volmat wrote: > Hi Sakari, > > On Mon, Nov 20, 2023 at 09:18:40PM +0000, Sakari Ailus wrote: > > Hi Alain, > > > > On Mon, Nov 20, 2023 at 06:07:56PM +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 > > > > > > v7: > > > - correct byteproc set_fmt handling and compose/crop/fmt handling > > > - replace few v4l2_subdev_get_try_* into v4l2_subdev_get_pad_* > > > > Can you rebase this on my my linuxtv.org tree master branch > > <URL:https://git.linuxtv.org/sailus/media_tree.git/log/>? > > > > These will be called v4l2_subdev_state_get_* now. > > Ok, serie v8 is now rebased on top of the master branch of your tree. > I'm going to push the rebased gc2145 sensor driver as well in a moment. Thanks. Hans said he's going to merge the API change later this week (Mauro might do that earlier), I'll take these then.