media: rockchip: isp: version v2.5.0

Change-Id: Ic885032c2e177a714cacfb0609032366e66aac3c
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
Cai YiWei 2024-01-30 15:04:37 +08:00
commit bd99973c0a
2 changed files with 22 additions and 1 deletions

View file

@ -483,6 +483,27 @@
* 20.more time to wait isp end
* 21.add mode for rv1106 suspend without rtt
* 22.fix is_on false cause pm isp die
*
* v2.5.0 (AIQ v5.5.0)
* 1.wrap mode first done don't send event
* 2.fix 4k and dual_sensor pm oneframe error
* 3.isp32 using ktime_get_boottime_ns
* 4.fix wait timeout with thunderboot
* 5.add buf cnt info to procfs
* 6.sync irq_ends
* 7.fix resume mi no enable
* 8.fix isp32 lost buf
* 9.frame start to check and config next buf
* 10.fix isp stop to enable isp ctrl
* 11.fix isp32 buf no update to hw
* 12.add rkisp_buf_dbg
* 13.fix isp stop to read stats buf
* 14.support multiple wrap
* 15.dvbm buf support from rockit
* 16.add RKISP_CMD_SET_TB_HEAD_V32 API
* 17.add ioctl to get bay3d buf
* 18.fix isp32 lite frame buffer data read
* 19.support 8k for isp32 lite
*/
#define RKISP_DRIVER_VERSION RKISP_API_VERSION

View file

@ -11,7 +11,7 @@
#include <linux/types.h>
#include <linux/v4l2-controls.h>
#define RKISP_API_VERSION KERNEL_VERSION(2, 4, 0)
#define RKISP_API_VERSION KERNEL_VERSION(2, 5, 0)
/****************ISP SUBDEV IOCTL*****************************/