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

Change-Id: Ide1bab9c83d8f2375d17ef3ce9d9f0686adeca01
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
Cai YiWei
2020-11-02 18:19:08 +08:00
parent 78779053e9
commit 274d447789
4 changed files with 16 additions and 2 deletions

View File

@@ -58,6 +58,11 @@
* 3. fix error status of stream off
* 4. skip frame when change hdr/normal mode
* 5. use ldch share buffer to reduce buffer size
*
* v1.2.0:
* 1. resolution write directly to reg for first dev
* 2. normal read back to enable hdr merge
* 3. enable LDCH in 2th frame
*/
#define RKISP_DRIVER_VERSION RKISP_API_VERSION

View File

@@ -51,6 +51,15 @@
* 1. isp and ispp sync to power off
* 2. fix error status of stream off
* 3. use fec share buffer to reduce buffer size
*
* v1.2.0:
* 1. waiting all modules to idle to free buf
* 2. enable sharp dma to ddr default
* 3. using common dummy buf to save memory
* 4. monitor thread to alive during work
* 5. fix monitor thread exit
* 6. tnr/nr/fec sync to start
* 7. fec read yuyv format
*/
#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(0, 1, 0x9)
#define RKISP_API_VERSION KERNEL_VERSION(1, 2, 0)
#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(0, 1, 0x9)
#define ISPP_API_VERSION KERNEL_VERSION(1, 2, 0)
#define ISPP_MODULE_TNR BIT(0)//2TO1
#define ISPP_MODULE_NR BIT(1)