Intel IPU3 (Skylake/Kaby Lake) Image Processing Unit camera driver
Intel's third-generation on-die Image Processing Unit (IPU3 IMGU, PCI ID 8086:1919), which handles raw sensor data from the built-in webcams of laptops based on the Skylake (2015) and Kaby Lake (2016) generations of Intel Core processors. It performs the demosaicing, noise reduction, and color processing that turns raw camera output into usable video for applications.
recommendation
Worth keeping but document its niche because the hardware is the built-in camera image processor found in Skylake and Kaby Lake laptops from roughly 2015-2020, which are now aging out of mainstream use. No new machines ship with it, but upstream commits continued into late 2025 and many existing laptops still rely on it for their webcams, so removal would break working hardware without good reason.
repository signals
sources
- cateee.net
LKDDb shows CONFIG_VIDEO_IPU3_IMGU is still present through current kernel HEAD, for Intel IPU3 IMGU on Skylake/Kaby Lake, PCI ID 8086:1919.
- en.wikipedia.org
Skylake launched in 2015 and is long out of mainstream lifecycle, anchoring IPU3 as legacy client hardware.
- en.wikipedia.org
Kaby Lake launched in 2016 and desktop production ended in 2020, supporting the conclusion that IPU3 hardware is no longer sold new in 2025.
codex reasoning notes (technical)
Local shell inspection (`rg`, `sed`) confirmed this is a real PCI V4L2 driver with PCI ID 8086:1919 and firmware hooks. Local `git -c safe.directory=... log -- drivers/staging/media/ipu3` showed substantive maintenance through 2025-10-26 and broad author activity, with no visible removal/deprecation trend; `lei` was unavailable, so lore search could not be run directly. URLs were obtained via web search: LKDDb for in-tree support status, Wikipedia Skylake/Kaby Lake pages for platform age/EOL timing. Recommendation is keep-annotate because the hardware is legacy and likely only in older laptops, but upstream maintenance is still active enough that deprecation/removal is not justified.