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.5
Change-Id: Ie3ce13831c7e7bf5a8cdd2b2095533cd130e2c9b Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
@@ -29,6 +29,11 @@
|
||||
* 1. add more clk rate for rv1126
|
||||
* 2. support hal to control hdrtmo on/off
|
||||
* 3. switch hdr frame mode for read back
|
||||
*
|
||||
* v0.1.5:
|
||||
* 1. add proc fs
|
||||
* 2. add iq part information to procfs
|
||||
* 3. fix stream failure in thunderboot mode
|
||||
*/
|
||||
|
||||
#define RKISP_DRIVER_VERSION RKISP_API_VERSION
|
||||
|
||||
@@ -27,6 +27,11 @@
|
||||
* 1. add clk rate set for rv1126
|
||||
* 2. safe to enable shp/fec output
|
||||
* 3. tnr skip input buf if no output buf
|
||||
*
|
||||
* v0.1.5:
|
||||
* 1. add proc fs
|
||||
* 2. add iq part information to procfs
|
||||
* 3. fix config err for stream switch
|
||||
*/
|
||||
|
||||
#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, 0x4)
|
||||
#define RKISP_API_VERSION KERNEL_VERSION(0, 1, 0x5)
|
||||
|
||||
#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, 0x4)
|
||||
#define ISPP_API_VERSION KERNEL_VERSION(0, 1, 0x5)
|
||||
|
||||
#define ISPP_MODULE_TNR BIT(0)//2TO1
|
||||
#define ISPP_MODULE_NR BIT(1)
|
||||
|
||||
Reference in New Issue
Block a user