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

Signed-off-by: Hu Kejun <william.hu@rock-chips.com>
Change-Id: Ida51065ebc94ead3fe490a8a48f771e6a941cd36
This commit is contained in:
Hu Kejun
2020-12-30 16:35:49 +08:00
committed by Tao Huang
parent 0cb7561455
commit 0f8ee5f7c3
4 changed files with 14 additions and 2 deletions

View File

@@ -91,6 +91,12 @@
* 14. extend line to fix merge bypass bug for isp20
* 15. vb2 dma sg for iommu enable
* 16. config dmatx to valid buf addr
*
* v1.4.1:
* 1. support motion detection mode
* 2. get stats only when meas done is on
* 3. fix lsc lut error in start/stop test
*
*/
#define RKISP_DRIVER_VERSION RKISP_API_VERSION

View File

@@ -76,6 +76,12 @@
* 2. reduce buf count
* 3. dummy buf map to one page if iommu enable
* 4. vb2 dma sg for iommu enable
*
* v1.4.1
* 1. support motion detection mode
* 2. fix panic for vmap at interrupt
* 3. add virtual video for iqtool
*
*/
#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, 3, 0)
#define RKISP_API_VERSION KERNEL_VERSION(1, 4, 1)
#define RKISP_CMD_TRIGGER_READ_BACK \
_IOW('V', BASE_VIDIOC_PRIVATE + 0, struct isp2x_csi_trigger)

View File

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