mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
media: rockchip: isp and ispp version to v0.1.9
Signed-off-by: Hu Kejun <william.hu@rock-chips.com> Change-Id: I82e2344df54448c2747c71c5daae8918c2147c54
This commit is contained in:
@@ -51,6 +51,13 @@
|
||||
* 4. request buf to alloc dummy buf
|
||||
* 5. set tmo bit in gain by tmo enable
|
||||
* 6. only rx mode can use when link with cif
|
||||
*
|
||||
* v0.1.9:
|
||||
* 1. isp and ispp sync to power off
|
||||
* 2. fix lsc error when ldch is on
|
||||
* 3. fix error status of stream off
|
||||
* 4. skip frame when change hdr/normal mode
|
||||
* 5. use ldch share buffer to reduce buffer size
|
||||
*/
|
||||
|
||||
#define RKISP_DRIVER_VERSION RKISP_API_VERSION
|
||||
|
||||
@@ -46,6 +46,11 @@
|
||||
* 2. isp/ispp procfs add work info
|
||||
* 3. scl add yuyv format
|
||||
* 4. fix config err for tnr init off
|
||||
*
|
||||
* v0.1.9:
|
||||
* 1. isp and ispp sync to power off
|
||||
* 2. fix error status of stream off
|
||||
* 3. use fec share buffer to reduce buffer size
|
||||
*/
|
||||
|
||||
#define RKISPP_DRIVER_VERSION ISPP_API_VERSION
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include <linux/types.h>
|
||||
#include <linux/v4l2-controls.h>
|
||||
|
||||
#define RKISP_API_VERSION KERNEL_VERSION(0, 1, 0x8)
|
||||
#define RKISP_API_VERSION KERNEL_VERSION(0, 1, 0x9)
|
||||
|
||||
#define RKISP_CMD_TRIGGER_READ_BACK \
|
||||
_IOW('V', BASE_VIDIOC_PRIVATE + 0, struct isp2x_csi_trigger)
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include <linux/types.h>
|
||||
#include <linux/v4l2-controls.h>
|
||||
|
||||
#define ISPP_API_VERSION KERNEL_VERSION(0, 1, 0x8)
|
||||
#define ISPP_API_VERSION KERNEL_VERSION(0, 1, 0x9)
|
||||
|
||||
#define ISPP_MODULE_TNR BIT(0)//2TO1
|
||||
#define ISPP_MODULE_NR BIT(1)
|
||||
|
||||
Reference in New Issue
Block a user