drivers/media/pci/intel

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.

keep conf=0.89 deploy=medium replacement=none subsystem=media category=media-camera-tv
89%

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

45 files
17,750 source lines
223 commits, 5y
+17,220 / −2,350 lines added / removed, 5y
41 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 223 total · active in 48/61 months
2021 2022 2023 2024 2025 2026 2021-04: 2 commits · +6 −7 2021-05: 0 commits · +0 −0 2021-06: 1 commit · +9 −8 2021-07: 8 commits · +187 −139 2021-08: 2 commits · +2 −2 2021-09: 0 commits · +0 −0 2021-10: 2 commits · +9 −3 2021-11: 3 commits · +19 −2 2021-12: 3 commits · +111 −7 2022-01: 2 commits · +0 −6 2022-02: 0 commits · +0 −0 2022-03: 1 commit · +1 −1 2022-04: 0 commits · +0 −0 2022-05: 2 commits · +7 −0 2022-06: 1 commit · +1 −1 2022-07: 0 commits · +0 −0 2022-08: 1 commit · +3 −3 2022-09: 1 commit · +1 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 4 commits · +33 −12 2023-01: 0 commits · +0 −0 2023-02: 4 commits · +9 −8 2023-03: 2 commits · +21 −5 2023-04: 2 commits · +3 −2 2023-05: 5 commits · +166 −181 2023-06: 0 commits · +0 −0 2023-07: 15 commits · +1,705 −352 2023-08: 10 commits · +283 −17 2023-09: 3 commits · +19 −28 2023-10: 8 commits · +60 −55 2023-11: 1 commit · +7 −3 2023-12: 2 commits · +2 −2 2024-01: 14 commits · +13,399 −137 2024-02: 5 commits · +60 −102 2024-03: 1 commit · +0 −15 2024-04: 2 commits · +7 −13 2024-05: 19 commits · +210 −273 2024-06: 8 commits · +49 −24 2024-07: 3 commits · +3 −4 2024-08: 2 commits · +14 −13 2024-09: 0 commits · +0 −0 2024-10: 8 commits · +259 −194 2024-11: 6 commits · +182 −250 2024-12: 6 commits · +57 −72 2025-01: 1 commit · +0 −2 2025-02: 2 commits · +1 −36 2025-03: 12 commits · +37 −51 2025-04: 4 commits · +8 −13 2025-05: 7 commits · +18 −26 2025-06: 8 commits · +51 −62 2025-07: 0 commits · +0 −0 2025-08: 2 commits · +1 −2 2025-09: 1 commit · +2 −2 2025-10: 5 commits · +49 −22 2025-11: 9 commits · +73 −126 2025-12: 8 commits · +43 −34 2026-01: 2 commits · +4 −5 2026-02: 2 commits · +20 −20 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. 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.

  2. 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.

  3. spinics.net

    IVSC saw real upstream bug-fix traffic in 2025 via a shutdown crash fix posted to linux-media.

  4. 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.

  5. dell.com

    Dell was selling the XPS 16 9640 in 2025, a model explicitly referenced by upstream ipu-bridge camera-fix work.

  6. 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.