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

Change-Id: Id6c67618747b6b76ac119024675e8ad52228a647
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
Cai YiWei
2020-09-17 17:49:40 +08:00
committed by Tao Huang
parent 1434763f0e
commit ac06ce8496
4 changed files with 12 additions and 2 deletions

View File

@@ -38,6 +38,11 @@
* v0.1.6:
* 1. raw length 256 align
* 2. soft reset for Dehaze
*
* v0.1.7:
* 1. fix rawaf is disabled in config function
* 2. clear csi rdbk fifo when first open
* 3. vb2 support cache hints
*/
#define RKISP_DRIVER_VERSION RKISP_API_VERSION

View File

@@ -35,6 +35,11 @@
*
* v0.1.6:
* 1. tnr support dynamic switch
*
* v0.1.7:
* 1. fix cannot change some shadow bits by only config function
* 2. fix scl0 format check error
* 3. vb2 support cache hints
*/
#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, 0x6)
#define RKISP_API_VERSION KERNEL_VERSION(0, 1, 0x7)
#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, 0x6)
#define ISPP_API_VERSION KERNEL_VERSION(0, 1, 0x7)
#define ISPP_MODULE_TNR BIT(0)//2TO1
#define ISPP_MODULE_NR BIT(1)