media: rockchip: isp/ispp to version v1.2.2

Signed-off-by: Xu Hongfei <xuhf@rock-chips.com>
Change-Id: Ief6e5362117a85949e16949db70832ea309a6e99
This commit is contained in:
Xu Hongfei
2020-12-15 11:10:45 +08:00
committed by Tao Huang
parent a864508368
commit d610b5b0ce
4 changed files with 14 additions and 2 deletions

View File

@@ -68,6 +68,11 @@
* 1. fix normal merge enable config
* 2. fix size no update for multi sensor switch
* 3. dmatx add yuyv format
*
* v1.2.2:
* 1. isp/ispp add lock for multi dev runtime
* 2. support output isp/ispp reg on each frame
* 3. fix error detected by depmod
*/
#define RKISP_DRIVER_VERSION RKISP_API_VERSION

View File

@@ -63,6 +63,13 @@
*
* v1.2.1:
* 1. fix can't work due to last abnormal exit
*
* v1.2.2:
* 1. isp/ispp add lock for multi dev runtime
* 2. fix error state of monitor
* 3. fix mmu err due to buf free for multi dev
* 4. support output isp/ispp reg on each frame
* 5. fix error detected by depmod
*/
#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(1, 2, 1)
#define RKISP_API_VERSION KERNEL_VERSION(1, 2, 2)
#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(1, 2, 1)
#define ISPP_API_VERSION KERNEL_VERSION(1, 2, 2)
#define ISPP_ID_TNR (0)