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

Signed-off-by: Hu Kejun <william.hu@rock-chips.com>
Change-Id: I82e2344df54448c2747c71c5daae8918c2147c54
This commit is contained in:
Hu Kejun
2020-10-20 20:38:40 +08:00
committed by Tao Huang
parent af010aa87d
commit b252096154
4 changed files with 14 additions and 2 deletions

View File

@@ -51,6 +51,13 @@
* 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
*
* v0.1.9:
* 1. isp and ispp sync to power off
* 2. fix lsc error when ldch is on
* 3. fix error status of stream off
* 4. skip frame when change hdr/normal mode
* 5. use ldch share buffer to reduce buffer size
*/
#define RKISP_DRIVER_VERSION RKISP_API_VERSION

View File

@@ -46,6 +46,11 @@
* 2. isp/ispp procfs add work info
* 3. scl add yuyv format
* 4. fix config err for tnr init off
*
* v0.1.9:
* 1. isp and ispp sync to power off
* 2. fix error status of stream off
* 3. use fec share buffer to reduce buffer size
*/
#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, 0x8)
#define RKISP_API_VERSION KERNEL_VERSION(0, 1, 0x9)
#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, 0x8)
#define ISPP_API_VERSION KERNEL_VERSION(0, 1, 0x9)
#define ISPP_MODULE_TNR BIT(0)//2TO1
#define ISPP_MODULE_NR BIT(1)