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

Change-Id: I21b36b5f4738e912ee6409b045c00198ef016c42
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
Cai YiWei
2021-03-31 14:22:21 +08:00
committed by Tao Huang
parent 126a959455
commit 6f4298adbc
4 changed files with 4 additions and 4 deletions

View File

@@ -111,7 +111,7 @@
* 11. fix extend line with isp input crop case
* 12. set lgmean related regs for tmo in hdr isr
*
* v1.5.2:
* v1.6.0:
* 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

View File

@@ -87,7 +87,7 @@
* 2. fix config of clk_dbg
* 3. check frame id when apply params
*
* v1.5.2 (match aiq v1.56.4)
* v1.6.0 (match aiq v1.66.0)
* 1. limit min clk to 50
* 2. check scl stop if fec enable
* 3. sync to free buf for multi dev stream off

View File

@@ -10,7 +10,7 @@
#include <linux/types.h>
#include <linux/v4l2-controls.h>
#define RKISP_API_VERSION KERNEL_VERSION(1, 5, 2)
#define RKISP_API_VERSION KERNEL_VERSION(1, 6, 0)
#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, 2)
#define ISPP_API_VERSION KERNEL_VERSION(1, 6, 0)
#define ISPP_ID_TNR (0)
#define ISPP_ID_NR (1)