media: rockchip: isp: version v2.6.1

Change-Id: I9af0f89f94548912ec03654fdabcfd016d8a6907
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
Cai YiWei
2024-08-12 10:31:52 +08:00
committed by Tao Huang
parent b46f7847ae
commit 51a075438d
2 changed files with 24 additions and 1 deletions

View File

@@ -520,6 +520,29 @@
* 12.skip s_stream of sensor while connect to vicap sditf
* 13.fix isp39 unite mode
* 14.update gic and check params for isp39
*
* v2.6.1
* 1.fix dmarx deadlock
* 2.fix dmatx config
* 3.fix multi sensor for isp39
* 4.fix cac repeat enable
* 5.skip mbus if link to vicap
* 6.fix ldcv irq handle
* 7.fix cac for multi sensor
* 8.add stats log for isp21 and isp30
* 9.fix isp39 resume
* 10.fix aiisp config
* 11.enable bay3d FST_FRAME if change bypass
* 12.fix awb resume error
* 13.fix memory leak
* 14.config bls1 and bls2 black level
* 15.frame buf default to ddr for isp39 multi sensor
* 16.fix isp39 params
* 17.isp39 add api to get params
* 18.fix isp39 sensor mode config
* 19.clear isp force update bit
* 20.isp39 aiisp offline mode default
* 21.vpss: online support reset
*/
#define RKISP_DRIVER_VERSION RKISP_API_VERSION

View File

@@ -12,7 +12,7 @@
#include <linux/v4l2-controls.h>
#include <linux/rk-camera-module.h>
#define RKISP_API_VERSION KERNEL_VERSION(2, 6, 0)
#define RKISP_API_VERSION KERNEL_VERSION(2, 6, 1)
/****************ISP SUBDEV IOCTL*****************************/