mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
media: rockchip: isp/ispp to version v1.2.2
Signed-off-by: Xu Hongfei <xuhf@rock-chips.com> Change-Id: Ief6e5362117a85949e16949db70832ea309a6e99
This commit is contained in:
@@ -68,6 +68,11 @@
|
||||
* 1. fix normal merge enable config
|
||||
* 2. fix size no update for multi sensor switch
|
||||
* 3. dmatx add yuyv format
|
||||
*
|
||||
* v1.2.2:
|
||||
* 1. isp/ispp add lock for multi dev runtime
|
||||
* 2. support output isp/ispp reg on each frame
|
||||
* 3. fix error detected by depmod
|
||||
*/
|
||||
|
||||
#define RKISP_DRIVER_VERSION RKISP_API_VERSION
|
||||
|
||||
@@ -63,6 +63,13 @@
|
||||
*
|
||||
* v1.2.1:
|
||||
* 1. fix can't work due to last abnormal exit
|
||||
*
|
||||
* v1.2.2:
|
||||
* 1. isp/ispp add lock for multi dev runtime
|
||||
* 2. fix error state of monitor
|
||||
* 3. fix mmu err due to buf free for multi dev
|
||||
* 4. support output isp/ispp reg on each frame
|
||||
* 5. fix error detected by depmod
|
||||
*/
|
||||
|
||||
#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, 2, 1)
|
||||
#define RKISP_API_VERSION KERNEL_VERSION(1, 2, 2)
|
||||
|
||||
#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, 2, 1)
|
||||
#define ISPP_API_VERSION KERNEL_VERSION(1, 2, 2)
|
||||
|
||||
|
||||
#define ISPP_ID_TNR (0)
|
||||
|
||||
Reference in New Issue
Block a user