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

Change-Id: I3c07a83f9e5a4e7b2bfee30cc5e36c252ecc429f
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
Cai YiWei
2021-09-29 16:41:32 +08:00
parent 9539d807c2
commit 4ab1b65d86
4 changed files with 27 additions and 2 deletions

View File

@@ -152,6 +152,23 @@
* 8.frame buffer done early
* 9.fix set pdaf in dpcc error
* 10.add v-blank to procfs
*
* v1.7.0:
* 1.off unused interrupt of csi
* 2.fix sp no output when hdr dynamic switch
* 3.check the output status of statistics v2x
* 4.selfpath bytesperline 16 align
* 5.compiled with differe hardware version
* 6.add frame loss info to procfs
* 7.remove associated of cproc and ie
* 8.fix input crop config for isp21 multi device
* 9.enable soft reset for other isp version
* 10.rawrd support uncompact mode
* 11.fix default params config for mode switch
* 12.before frame start to update bridge mi
* 13.disable tmo interrupt
* 14.fix bottom image for debayer with extend line
* 15.unregister dmarx at driver remove
*/
#define RKISP_DRIVER_VERSION RKISP_API_VERSION

View File

@@ -113,6 +113,14 @@
* 6. fbc error handle
* 7. first frame handle for multi dev
* 8. fix driver mode sync with ispserver
*
* v1.7.0
* 1. off unused interrupt
* 2. fix monitor switch if don't power off
* 3. frame start to check stream output buffer
* 4. add frame loss info to procfs
* 5. fix monitor no working
* 6. disable scl dma write if no output buffer
*/
#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, 2)
#define RKISP_API_VERSION KERNEL_VERSION(1, 7, 0)
/****************ISP SUBDEV IOCTL*****************************/

View File

@@ -9,7 +9,7 @@
#include <linux/types.h>
#include <linux/v4l2-controls.h>
#define ISPP_API_VERSION KERNEL_VERSION(1, 6, 2)
#define ISPP_API_VERSION KERNEL_VERSION(1, 7, 0)
#define ISPP_ID_TNR (0)
#define ISPP_ID_NR (1)