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

Signed-off-by: Hu Kejun <william.hu@rock-chips.com>
Change-Id: I37df627f420949b7a020fa35795979f098908dd8
This commit is contained in:
Hu Kejun
2020-10-10 10:55:24 +08:00
committed by Tao Huang
parent 0611b7575a
commit 119e987764
4 changed files with 16 additions and 2 deletions

View File

@@ -43,6 +43,14 @@
* 1. fix rawaf is disabled in config function
* 2. clear csi rdbk fifo when first open
* 3. vb2 support cache hints
*
* v0.1.8:
* 1. add monitor to restart if abnormal
* 2. isp/ispp procfs add work info
* 3. fix scr clock is not disabled after app run
* 4. request buf to alloc dummy buf
* 5. set tmo bit in gain by tmo enable
* 6. only rx mode can use when link with cif
*/
#define RKISP_DRIVER_VERSION RKISP_API_VERSION

View File

@@ -40,6 +40,12 @@
* 1. fix cannot change some shadow bits by only config function
* 2. fix scl0 format check error
* 3. vb2 support cache hints
*
* v0.1.8:
* 1. add monitor to restart if abnormal
* 2. isp/ispp procfs add work info
* 3. scl add yuyv format
* 4. fix config err for tnr init off
*/
#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, 0x7)
#define RKISP_API_VERSION KERNEL_VERSION(0, 1, 0x8)
#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, 0x7)
#define ISPP_API_VERSION KERNEL_VERSION(0, 1, 0x8)
#define ISPP_MODULE_TNR BIT(0)//2TO1
#define ISPP_MODULE_NR BIT(1)