media: rockchip: isp and ispp version to v0.1.3

Change-Id: Ib1afcd69a66d786fc5bb884510ea7d94cb6dd56b
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
Cai YiWei
2020-08-24 17:09:13 +08:00
committed by Tao Huang
parent fb8191d684
commit 0c27e7e4a5
4 changed files with 15 additions and 7 deletions

View File

@@ -7,17 +7,23 @@
#include <linux/rkisp2-config.h>
/*
*RKISP DRIVER VERSION NOTE
* RKISP DRIVER VERSION NOTE
*
*v0.1.0:
*1. First version;
* v0.1.0:
* 1. First version;
*
*v0.1.1:
*1. support lvds interface
* v0.1.1:
* 1. support lvds interface
*
* v0.1.2:
* support multi virtual device;
*
* v0.1.3:
* 1. support link with interface of cif
* 2. fix picture of hdr is abnormal in multi-visual isp when run second time
* 3. adjust hurry priority to middle
* 4. mi lum burst to 16 for dmatx
* 5. add cru reset for rv1126
*/
#define RKISP_DRIVER_VERSION RKISP_API_VERSION

View File

@@ -20,6 +20,8 @@
* v0.1.2:
* support multi virtual device;
*
* v0.1.3:
* fix reg write err for fec
*/
#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(0, 1, 0x2)
#define RKISP_API_VERSION KERNEL_VERSION(0, 1, 0x3)
#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(0, 1, 0x2)
#define ISPP_API_VERSION KERNEL_VERSION(0, 1, 0x3)
#define ISPP_MODULE_TNR BIT(0)//2TO1
#define ISPP_MODULE_NR BIT(1)