mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user