From 57de878a744b01322a5387dc8cb7ac3d92397900 Mon Sep 17 00:00:00 2001 From: Cai YiWei Date: Thu, 20 Jul 2023 17:26:10 +0800 Subject: [PATCH] media: rockchip: isp: version to v2.2.2 Change-Id: I3c446f6e0e9a8a8ad3cd269a629524128387ad43 Signed-off-by: Cai YiWei --- drivers/media/platform/rockchip/isp/version.h | 17 +++++++++++++++++ include/uapi/linux/rk-isp2-config.h | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/drivers/media/platform/rockchip/isp/version.h b/drivers/media/platform/rockchip/isp/version.h index c19a9f9324ae..3b4711ed49d6 100644 --- a/drivers/media/platform/rockchip/isp/version.h +++ b/drivers/media/platform/rockchip/isp/version.h @@ -427,6 +427,23 @@ * 2.lock for rockit qbuf * 3.fix open video during device register * 4.sync dev register and fast_work + * + * v2.2.2 (AIQ v5.1.3) + * 1.fixed framerate ctl invalid issue + * 2.fix rockit uv offset if switch resolution + * 3.fix isp rockit frame rate err + * 4.fix error for multi sensor with scale up case + * 5.force offset to 0 when frame end for wrap mode + * 6.fix sync with 3a_server + * 7.fix isp32 and lite buf output err due to mi on/off + * 8.fix uyvy format for isp32 + * 9.wait RISC-V with 400ms timeout + * 10.fix uyvy format for unite mode + * 11.fix ldch for multiple read back + * 12.sync isp stream_on end then to start working + * 13.no set clk if assigned-clock-rates in dts + * 14.distinguish buf done or subscribed event for param poll + * 15.fix repeated reporting statistics if stats video on/off */ #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 242fb5a60866..46f822772f53 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, 2, 1) +#define RKISP_API_VERSION KERNEL_VERSION(2, 2, 2) /****************ISP SUBDEV IOCTL*****************************/