From 7f2e38980d3437e830f654ed228c088483fb0a93 Mon Sep 17 00:00:00 2001 From: Cai YiWei Date: Wed, 6 Dec 2023 09:13:32 +0800 Subject: [PATCH] media: rockchip: isp: version v2.4.0 Change-Id: If8379fbed725c542c0473fd0c6797effd896e03a Signed-off-by: Cai YiWei --- drivers/media/platform/rockchip/isp/version.h | 24 +++++++++++++++++++ include/uapi/linux/rk-isp2-config.h | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/drivers/media/platform/rockchip/isp/version.h b/drivers/media/platform/rockchip/isp/version.h index c4c7254c473a..8981e4709131 100644 --- a/drivers/media/platform/rockchip/isp/version.h +++ b/drivers/media/platform/rockchip/isp/version.h @@ -459,6 +459,30 @@ * 11.fix image effect for frame two-run * 12.fix underperformance for frame two-run * 13.support unite mode for isp32 + * + * v2.4.0 (AIQ v5.4.0) + * 1.fix rv1106g3 4k cmsk right + * 2.fix image effect for rv1106 4k + * 3.add RKISP_VICAP_CMD_QUICK_STREAM CMD + * 4.support suspend and resume + * 5.pm add call sensor s_power + * 6.suspend resume with rtt + * 7.fix resume hold by lut error + * 8.fix rv1106g3 4k can't cmsk rightmost + * 9.fix rv1106 resume no output + * 10.support to do reset in online mode + * 11.support change work mode to online with quick stream + * 12.fix build warning + * 13.frame timestamp change to sof + * 14.fix wnd_num cause array access out of bounds + * 15.fix rv1106 cycle kill rkipc null pointer + * 16.fix power_cnt if error + * 17.fix rockit set_fmt stuck + * 18.fix info2ddr no enable + * 19.fix reset can't open + * 20.more time to wait isp end + * 21.add mode for rv1106 suspend without rtt + * 22.fix is_on false cause pm isp die */ #define RKISP_DRIVER_VERSION RKISP_API_VERSION diff --git a/include/uapi/linux/rk-isp2-config.h b/include/uapi/linux/rk-isp2-config.h index 8d1db6506600..50949e0752bc 100644 --- a/include/uapi/linux/rk-isp2-config.h +++ b/include/uapi/linux/rk-isp2-config.h @@ -11,7 +11,7 @@ #include #include -#define RKISP_API_VERSION KERNEL_VERSION(2, 3, 0) +#define RKISP_API_VERSION KERNEL_VERSION(2, 4, 0) /****************ISP SUBDEV IOCTL*****************************/