mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user