diff options
author | Paul Elder <paul.elder@ideasonboard.com> | 2022-01-28 20:13:23 +0900 |
---|---|---|
committer | Jacopo Mondi <jacopo.mondi@ideasonboard.com> | 2023-03-08 13:18:10 +0100 |
commit | ebe733ed985eaea8f74dcfdd3cea860501b10763 (patch) | |
tree | 14cbc2d715f560387e5164d2c37645517bf3b493 /include/linux | |
parent | cde9293cf9899b0fc4ce9cf89dd29f26be77f35c (diff) |
[WIP] ipa: rkisp1: Support the i.MX8MP ISP
Handle the i.MX8MP version of the ISP. This matches the current
versioning scheme of the driver, but doesn't seem to scale very well.
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/rkisp1-config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/rkisp1-config.h b/include/linux/rkisp1-config.h index ec7cde8c..0ed3dca8 100644 --- a/include/linux/rkisp1-config.h +++ b/include/linux/rkisp1-config.h @@ -185,6 +185,7 @@ enum rkisp1_cif_isp_version { RKISP1_V11, RKISP1_V12, RKISP1_V13, + IMX8MP_V10, }; enum rkisp1_cif_isp_histogram_mode { |