summaryrefslogtreecommitdiff
path: root/include/libcamera/ipa/raspberrypi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcamera/ipa/raspberrypi.h')
-rw-r--r--include/libcamera/ipa/raspberrypi.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/libcamera/ipa/raspberrypi.h b/include/libcamera/ipa/raspberrypi.h
index a18ce9a8..46ce7c28 100644
--- a/include/libcamera/ipa/raspberrypi.h
+++ b/include/libcamera/ipa/raspberrypi.h
@@ -10,6 +10,10 @@
#include <libcamera/control_ids.h>
#include <libcamera/controls.h>
+enum RPiConfigParameters {
+ RPI_IPA_CONFIG_LS_TABLE = (1 << 0),
+};
+
enum RPiOperations {
RPI_IPA_ACTION_V4L2_SET_STAGGERED = 1,
RPI_IPA_ACTION_V4L2_SET_ISP,
@@ -21,7 +25,6 @@ enum RPiOperations {
RPI_IPA_EVENT_SIGNAL_STAT_READY,
RPI_IPA_EVENT_SIGNAL_ISP_PREPARE,
RPI_IPA_EVENT_QUEUE_REQUEST,
- RPI_IPA_EVENT_LS_TABLE_ALLOCATION,
};
enum RPiIpaMask {