mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
media: rockchip: isp/ispp to version v1.6.0
Change-Id: I21b36b5f4738e912ee6409b045c00198ef016c42 Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
* 11. fix extend line with isp input crop case
|
||||
* 12. set lgmean related regs for tmo in hdr isr
|
||||
*
|
||||
* v1.5.2:
|
||||
* v1.6.0:
|
||||
* 1. reorder of subdev stream
|
||||
* 2. fix media link err for name don't match
|
||||
* 3. switch hdr_done interrupt according to hdrtmo cnt mode
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
* 2. fix config of clk_dbg
|
||||
* 3. check frame id when apply params
|
||||
*
|
||||
* v1.5.2 (match aiq v1.56.4)
|
||||
* v1.6.0 (match aiq v1.66.0)
|
||||
* 1. limit min clk to 50
|
||||
* 2. check scl stop if fec enable
|
||||
* 3. sync to free buf for multi dev stream off
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include <linux/types.h>
|
||||
#include <linux/v4l2-controls.h>
|
||||
|
||||
#define RKISP_API_VERSION KERNEL_VERSION(1, 5, 2)
|
||||
#define RKISP_API_VERSION KERNEL_VERSION(1, 6, 0)
|
||||
|
||||
#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, 5, 2)
|
||||
#define ISPP_API_VERSION KERNEL_VERSION(1, 6, 0)
|
||||
|
||||
#define ISPP_ID_TNR (0)
|
||||
#define ISPP_ID_NR (1)
|
||||
|
||||
Reference in New Issue
Block a user