Intel IPU3 and IPU6 laptop camera pipelines with IVSC
The image processing units built into Intel laptop chipsets that handle the MIPI CSI-2 camera sensors found in modern ultrabooks. IPU3 covers Skylake and Kaby Lake era machines, while IPU6 plus the Intel Visual Sensing Controller drive the webcams in current Core and Core Ultra laptops such as Dell's XPS 13 and XPS 16.
recommendation
It should stay because this directory supports the cameras in laptops Intel and its partners are still shipping in 2025, including Core Ultra systems advertising IPU 6.0. Upstream activity is healthy, with fixes landing through late 2025 and into 2026 for IPU6, IVSC, IPU3-CIO2, and the ipu-bridge glue, including orientation quirks for specific Dell XPS models.
repository signals
sources
- cateee.net
CONFIG_VIDEO_INTEL_IPU6 is an in-tree Intel IPU6 driver present in Linux 6.10–6.18 and 6.19-rc+HEAD, building module intel-ipu6-isys.
- cateee.net
CONFIG_VIDEO_IPU3_CIO2 remains in-tree through 6.19 and 7.0-rc+HEAD for Skylake/Kaby Lake CSI-2 camera capture.
- spinics.net
IVSC saw real upstream bug-fix traffic in 2025 via a shutdown crash fix posted to linux-media.
- mail-archive.com
ipu-bridge received late-2025 enablement/fix work for Dell XPS 13 9350 and XPS 16 9640 camera orientation quirks, indicating current hardware support work.
- dell.com
Dell was selling the XPS 16 9640 in 2025, a model explicitly referenced by upstream ipu-bridge camera-fix work.
- intel.com
Current Intel Core Ultra processor compare data lists Intel Image Processing Unit Version 6.0 on multiple SKUs, supporting that IPU6-era hardware remained current in 2025.
codex reasoning notes (technical)
Local shell inspection showed this directory is an active aggregate driver area containing IPU bridge, IPU3 CIO2, IPU6, and IVSC Kconfig/Makefile entries. Local `git -c safe.directory=... log -- drivers/media/pci/intel` showed sustained substantive activity through late 2025 and January 2026 across ipu6, ivsc, ipu3-cio2, and ipu-bridge, with no sign of a removal series. URLs were obtained by web search: LKDDb pages confirm the drivers remain upstream; Spinics/mail-archive threads show 2025-2026 fix/enablement traffic; Dell and Intel product pages support that relevant hardware was still in new systems in 2025. Because the directory spans both legacy IPU3 support and still-current IPU6/IVSC laptop camera support, deprecation or removal is not indicated.