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.7
Change-Id: Id6c67618747b6b76ac119024675e8ad52228a647 Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
@@ -38,6 +38,11 @@
|
||||
* v0.1.6:
|
||||
* 1. raw length 256 align
|
||||
* 2. soft reset for Dehaze
|
||||
*
|
||||
* v0.1.7:
|
||||
* 1. fix rawaf is disabled in config function
|
||||
* 2. clear csi rdbk fifo when first open
|
||||
* 3. vb2 support cache hints
|
||||
*/
|
||||
|
||||
#define RKISP_DRIVER_VERSION RKISP_API_VERSION
|
||||
|
||||
@@ -35,6 +35,11 @@
|
||||
*
|
||||
* v0.1.6:
|
||||
* 1. tnr support dynamic switch
|
||||
*
|
||||
* v0.1.7:
|
||||
* 1. fix cannot change some shadow bits by only config function
|
||||
* 2. fix scl0 format check error
|
||||
* 3. vb2 support cache hints
|
||||
*/
|
||||
|
||||
#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, 0x6)
|
||||
#define RKISP_API_VERSION KERNEL_VERSION(0, 1, 0x7)
|
||||
|
||||
#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, 0x6)
|
||||
#define ISPP_API_VERSION KERNEL_VERSION(0, 1, 0x7)
|
||||
|
||||
#define ISPP_MODULE_TNR BIT(0)//2TO1
|
||||
#define ISPP_MODULE_NR BIT(1)
|
||||
|
||||
Reference in New Issue
Block a user