I tried to build the ipu6 patch series on top of v6.4. I need the following change to be able to build it, Otherwise I get compilation errors on v4l2_subdev_get_try_format. diff --git a/drivers/media/pci/intel/ipu6/Kconfig b/drivers/media/pci/intel/ipu6/Kconfig index c88ef2f40f6d..b7475fdc709f 100644 --- a/drivers/media/pci/intel/ipu6/Kconfig +++ b/drivers/media/pci/intel/ipu6/Kconfig @@ -6,6 +6,7 @@ config VIDEO_INTEL_IPU6 depends on X86_64 select IOMMU_IOVA select VIDEOBUF2_DMA_CONTIG + select VIDEO_V4L2_SUBDEV_API select V4L2_FWNODE help This is the 6th Gen Intel Image Processing Unit, found in Intel SoCs -- 2.34.1