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

Change-Id: Ie3ce13831c7e7bf5a8cdd2b2095533cd130e2c9b
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
Cai YiWei
2020-09-04 16:18:12 +08:00
committed by Tao Huang
parent c8cd134f49
commit a8998c8dee
4 changed files with 12 additions and 2 deletions

View File

@@ -29,6 +29,11 @@
* 1. add more clk rate for rv1126
* 2. support hal to control hdrtmo on/off
* 3. switch hdr frame mode for read back
*
* v0.1.5:
* 1. add proc fs
* 2. add iq part information to procfs
* 3. fix stream failure in thunderboot mode
*/
#define RKISP_DRIVER_VERSION RKISP_API_VERSION

View File

@@ -27,6 +27,11 @@
* 1. add clk rate set for rv1126
* 2. safe to enable shp/fec output
* 3. tnr skip input buf if no output buf
*
* v0.1.5:
* 1. add proc fs
* 2. add iq part information to procfs
* 3. fix config err for stream switch
*/
#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, 0x4)
#define RKISP_API_VERSION KERNEL_VERSION(0, 1, 0x5)
#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, 0x4)
#define ISPP_API_VERSION KERNEL_VERSION(0, 1, 0x5)
#define ISPP_MODULE_TNR BIT(0)//2TO1
#define ISPP_MODULE_NR BIT(1)