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

Change-Id: I3959939530392f71313a3e30132d9746533f2d36
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
Cai YiWei
2021-08-04 19:01:50 +08:00
committed by Tao Huang
parent bd01d85285
commit d600ace1e2
4 changed files with 24 additions and 2 deletions

View File

@@ -140,6 +140,18 @@
* 13.apply en params if no match for isp21
* 14.isp21 get 3a stats from ddr
* 15.reserved memory using rdma_sg ops
*
* v1.6.2:
* 1.hdr direct for isp21
* 2.fix same frame id
* 3.fix isp and ispp share dmabuf release fail
* 4.clear rdbk fifo at dmarx stop
* 5.add lock for isp stream
* 6.disable params when it stream off
* 7.dmarx support yuv format
* 8.frame buffer done early
* 9.fix set pdaf in dpcc error
* 10.add v-blank to procfs
*/
#define RKISP_DRIVER_VERSION RKISP_API_VERSION

View File

@@ -103,6 +103,16 @@
* v1.6.1
* 1. reserved memory using rdma_sg ops
* 2. destory ispp buffers if start_stream failed
*
* v1.6.2
* 1. fix isp and ispp share dmabuf release fail
* 2. fix bug that ispp register isn't included in SEI
* 3. frame buffer done early
* 4. reset at frame end
* 5. fix page fault due to scl exit early
* 6. fbc error handle
* 7. first frame handle for multi dev
* 8. fix driver mode sync with ispserver
*/
#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, 6, 1)
#define RKISP_API_VERSION KERNEL_VERSION(1, 6, 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, 6, 0)
#define ISPP_API_VERSION KERNEL_VERSION(1, 6, 2)
#define ISPP_ID_TNR (0)
#define ISPP_ID_NR (1)