mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
media: rockchip: isp/ispp to version v1.5.1
Signed-off-by: Xu Hongfei <xuhf@rock-chips.com> Change-Id: Ie67690626c55f2c41a1b246f0b9349aff46972bb
This commit is contained in:
parent
799ad4b3f2
commit
7f51aa1c40
|
|
@ -97,6 +97,20 @@
|
|||
* 2. get stats only when meas done is on
|
||||
* 3. fix lsc lut error in start/stop test
|
||||
*
|
||||
* v1.5.1:
|
||||
* 1. support to set format if no streaming
|
||||
* 2. add vb2_rdma_sg_memops to support contiguous page
|
||||
* 3. fix gain buf update
|
||||
* 4. 64 align y size for fbcgain format
|
||||
* 5. add trigger mode ioctl
|
||||
* 6. fix config of clk_dbg
|
||||
* 7. fix path select of cif input
|
||||
* 8. fix mpfbc buf update if readback off
|
||||
* 9. fix array overflow
|
||||
* 10. use force big mode when auto big mode is incorrect
|
||||
* 11. fix extend line with isp input crop case
|
||||
* 12. set lgmean related regs for tmo in hdr isr
|
||||
*
|
||||
*/
|
||||
|
||||
#define RKISP_DRIVER_VERSION RKISP_API_VERSION
|
||||
|
|
|
|||
|
|
@ -82,6 +82,11 @@
|
|||
* 2. fix panic for vmap at interrupt
|
||||
* 3. add virtual video for iqtool
|
||||
*
|
||||
* v1.5.1
|
||||
* 1. add vb2_rdma_sg_memops to support contiguous page
|
||||
* 2. fix config of clk_dbg
|
||||
* 3. check frame id when apply params
|
||||
*
|
||||
*/
|
||||
|
||||
#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, 4, 1)
|
||||
#define RKISP_API_VERSION KERNEL_VERSION(1, 5, 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, 4, 1)
|
||||
#define ISPP_API_VERSION KERNEL_VERSION(1, 5, 1)
|
||||
|
||||
#define ISPP_ID_TNR (0)
|
||||
#define ISPP_ID_NR (1)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user