mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
media: rockchip: isp and ispp version to v0.1.4
Change-Id: Ie11ba53aeb11cba104f42a40e6d70c783298ce4f Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
@@ -24,6 +24,11 @@
|
||||
* 3. adjust hurry priority to middle
|
||||
* 4. mi lum burst to 16 for dmatx
|
||||
* 5. add cru reset for rv1126
|
||||
*
|
||||
* v0.1.4:
|
||||
* 1. add more clk rate for rv1126
|
||||
* 2. support hal to control hdrtmo on/off
|
||||
* 3. switch hdr frame mode for read back
|
||||
*/
|
||||
|
||||
#define RKISP_DRIVER_VERSION RKISP_API_VERSION
|
||||
|
||||
@@ -13,15 +13,20 @@
|
||||
* 1. First version;
|
||||
*
|
||||
* v0.1.1:
|
||||
* support fbc output format
|
||||
* support fec function
|
||||
* support oneframe mode
|
||||
* 1. support fbc output format
|
||||
* 2. support fec function
|
||||
* 3. support oneframe mode
|
||||
*
|
||||
* v0.1.2:
|
||||
* support multi virtual device;
|
||||
* 1. support multi virtual device;
|
||||
*
|
||||
* v0.1.3:
|
||||
* fix reg write err for fec
|
||||
* 1. fix reg write err for fec
|
||||
*
|
||||
* v0.1.4:
|
||||
* 1. add clk rate set for rv1126
|
||||
* 2. safe to enable shp/fec output
|
||||
* 3. tnr skip input buf if no output buf
|
||||
*/
|
||||
|
||||
#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, 0x3)
|
||||
#define RKISP_API_VERSION KERNEL_VERSION(0, 1, 0x4)
|
||||
|
||||
#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, 0x3)
|
||||
#define ISPP_API_VERSION KERNEL_VERSION(0, 1, 0x4)
|
||||
|
||||
#define ISPP_MODULE_TNR BIT(0)//2TO1
|
||||
#define ISPP_MODULE_NR BIT(1)
|
||||
|
||||
Reference in New Issue
Block a user