media: rockchip: isp/ispp to version v1.5.2

Change-Id: I75d545c76ca4e59392211db9dbafd379141bbf19
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
Cai YiWei
2021-03-29 11:45:25 +08:00
committed by Tao Huang
parent e1ff4db01b
commit 6545ac24ff
4 changed files with 26 additions and 2 deletions

View File

@@ -111,6 +111,18 @@
* 11. fix extend line with isp input crop case
* 12. set lgmean related regs for tmo in hdr isr
*
* v1.5.2:
* 1. reorder of subdev stream
* 2. fix media link err for name don't match
* 3. switch hdr_done interrupt according to hdrtmo cnt mode
* 4. support output isp/ispp reg in nv12 format
* 5. isp and ispp add shutdown
* 6. image input from user
* 7. import dma API for memory synchronisation for thunderboot
* 8. don't start ldch asynchronously in multi-isp mode
* 9. fix err of mp dump raw for isp20
* 10. make sure 3dlut no continuous read twice
* 11. adjust rdbk times with mulit dev for isp2.0
*/
#define RKISP_DRIVER_VERSION RKISP_API_VERSION

View File

@@ -87,6 +87,18 @@
* 2. fix config of clk_dbg
* 3. check frame id when apply params
*
* v1.5.2 (match aiq v1.56.4)
* 1. limit min clk to 50
* 2. check scl stop if fec enable
* 3. sync to free buf for multi dev stream off
* 4. support output isp/ispp reg in nv12 format
* 5. isp and ispp add shutdown
* 6. optimize the frame rate of fec en
* 7. image input from user
* 8. fix input video config
* 9. add cru reset
* 10. check SHARP_CORE_CTRL after update
* 11. add uvnr sd32 self en control
*/
#define RKISPP_DRIVER_VERSION ISPP_API_VERSION

View File

@@ -10,7 +10,7 @@
#include <linux/types.h>
#include <linux/v4l2-controls.h>
#define RKISP_API_VERSION KERNEL_VERSION(1, 5, 1)
#define RKISP_API_VERSION KERNEL_VERSION(1, 5, 2)
#define RKISP_CMD_TRIGGER_READ_BACK \
_IOW('V', BASE_VIDIOC_PRIVATE + 0, struct isp2x_csi_trigger)

View File

@@ -9,7 +9,7 @@
#include <linux/types.h>
#include <linux/v4l2-controls.h>
#define ISPP_API_VERSION KERNEL_VERSION(1, 5, 1)
#define ISPP_API_VERSION KERNEL_VERSION(1, 5, 2)
#define ISPP_ID_TNR (0)
#define ISPP_ID_NR (1)