drivers/media/platform/raspberrypi/pisp_be

Raspberry Pi PiSP Back End image signal processor

The image signal processor back end built into the Raspberry Pi 5 and Compute Module 5, which takes raw frames from a camera sensor and turns them into usable images (debayering, denoising, tone mapping, and similar steps). It is the kernel side of the libcamera-based camera pipeline used by current Raspberry Pi camera modules.

keep conf=0.95 deploy=medium replacement=none subsystem=media category=media-camera-tv
95%

recommendation

It should stay in the kernel because it is the in-tree driver for current, actively sold Raspberry Pi 5 and CM5 hardware, which Raspberry Pi has committed to producing through at least January 2036. The directory only landed in 2024 and continued to receive fixes and cleanups in 2025, and it has no replacement since it is the canonical driver for this image signal processor.

repository signals

4 files
2,315 source lines
12 commits, 5y
+2,447 / −112 lines added / removed, 5y
7 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 12 total · active in 7/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 1 commit · +2,336 −0 2024-07: 2 commits · +3 −4 2024-08: 4 commits · +98 −99 2024-09: 2 commits · +3 −1 2024-10: 1 commit · +0 −2 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 1 commit · +7 −4 2025-07: 1 commit · +0 −2 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    Mainline history for this directory starts in 2024 and includes substantive fixes and cleanups in 2025, indicating active upstream maintenance rather than retirement.

  2. git.kernel.org

    The driver is a real platform driver for the PiSP Back End, with DT compatible string "raspberrypi,pispbe".

  3. raspberrypi.com

    Raspberry Pi 5 is sold as a current product, available now, and Raspberry Pi states it will remain in production until at least January 2036.

  4. raspberrypi.com

    Current Raspberry Pi camera documentation uses a PiSP libcamera pipeline on Raspberry Pi 5 or CM5, showing present-day software deployment for this hardware family.

  5. raspberrypi.com

    Raspberry Pi documentation lists Compute Module 5 as a current module and recommends CM4 or CM5 for new designs, supporting ongoing new deployments of PiSP-capable platforms.

codex reasoning notes (technical)

Local shell `git log` showed fresh 2025 activity in this directory and no removal pattern; mapped to the canonical kernel.org log URL by canonical recall. Local shell `rg` confirmed this is the PiSP BE platform driver and DT compatible `raspberrypi,pispbe`; mapped to the canonical kernel.org source URL by canonical recall. Web search + page open on raspberrypi.com confirmed Raspberry Pi 5 is a current product with an explicit longevity statement through January 2036, and Raspberry Pi camera/docs pages show active PiSP pipeline usage on Pi 5/CM5 and current CM5 availability. No natural replacement exists because this is the current in-tree driver for the PiSP backend on modern Raspberry Pi platforms.