Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-09 | ipa: rpi: pisp: Add '-Wno-address-of-packed-member' to the compiler args | Naushir Patuck | |
This is needed for when we start using the UAPI kernel headers which use "__attribute__((packed))" to force structure packing as required by the kernel. The compiler complains about taking a possibly unaligned address of a packed structure even though the structure has been hand packed. Signed-off-by: Naushir Patuck <naush@raspberrypi.com> | |||
2024-06-17 | ipa: rpi: Add support for Raspberry Pi 5 | Naushir Patuck | |
Add the Raspberry Pi 5 ISP (PiSP) IPA to libcamera. To include this IPA in the build, set the following meson option: meson configure -Dipas=rpi/pisp Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: David Plowman <david.plowman@raspberrypi.com> |